1.7.4, build against cogl, add DSO linking patch
This commit is contained in:
parent
fb50c86a61
commit
556d853f89
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
clutter-1.6.12.tar.bz2
|
||||
/clutter-1.6.14.tar.bz2
|
||||
/clutter-1.6.16.tar.bz2
|
||||
/clutter-1.7.4.tar.bz2
|
||||
|
15
clutter.spec
15
clutter.spec
@ -1,5 +1,5 @@
|
||||
Name: clutter
|
||||
Version: 1.6.16
|
||||
Version: 1.7.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
@ -7,10 +7,12 @@ Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.clutter-project.org/
|
||||
#VCS: git://git.clutter-project.org/clutter#master
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/1.6/%{name}-%{version}.tar.bz2
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/1.7/%{name}-%{version}.tar.bz2
|
||||
Patch0: clutter-fixdso.patch
|
||||
|
||||
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
||||
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
|
||||
BuildRequires: cogl-devel
|
||||
BuildRequires: gobject-introspection-devel >= 0.9.6
|
||||
BuildRequires: json-glib-devel >= 0.12.0
|
||||
BuildRequires: libXdamage-devel libXcomposite-devel
|
||||
@ -53,6 +55,7 @@ This package contains documentation for clutter.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fixdso
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||
@ -81,7 +84,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%files -f clutter-1.0.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%doc COPYING NEWS README
|
||||
%{_libdir}/*.so.0
|
||||
%{_libdir}/*.so.0.*
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
@ -97,10 +100,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%files doc
|
||||
%defattr(-, root, root)
|
||||
%{_datadir}/gtk-doc/html/clutter
|
||||
%{_datadir}/gtk-doc/html/cogl
|
||||
%{_datadir}/gtk-doc/html/cally
|
||||
|
||||
%changelog
|
||||
* Mon Jul 4 2011 Peter Robinson <pbrobinson@gmail.com> - 1.7.4-1
|
||||
- Update to 1.7.4 devel build
|
||||
- Build against cogl
|
||||
- Add patch to fix DSO linking
|
||||
|
||||
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-1
|
||||
- Update to 1.6.16
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user