- Update to 0.8.2
- Removed clutter-0.8.0-clutter-fixed.patch
This commit is contained in:
parent
709280c0eb
commit
ac71cd287c
@ -1 +1 @@
|
|||||||
clutter-0.8.0.tar.gz
|
clutter-0.8.2.tar.gz
|
||||||
|
19
clutter.spec
19
clutter.spec
@ -1,5 +1,5 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 0.8.0
|
Version: 0.8.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ clutter
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .orig
|
#%patch0 -p1 -b .orig
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-gtk-doc
|
%configure --enable-gtk-doc
|
||||||
@ -53,23 +53,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
%{_libdir}/libclutter-glx-0.8.so.0
|
%{_libdir}/*.so.0
|
||||||
%{_libdir}/libclutter-glx-0.8.so.0.*
|
%{_libdir}/*.so.0.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libclutter-glx-0.8.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/clutter-0.8.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_libdir}/pkgconfig/clutter-glx-0.8.pc
|
|
||||||
%{_libdir}/pkgconfig/clutter-x11-0.8.pc
|
|
||||||
%{_datadir}/gtk-doc/html/clutter
|
%{_datadir}/gtk-doc/html/clutter
|
||||||
%exclude %{_datadir}/gtk-doc/html/cogl
|
%exclude %{_datadir}/gtk-doc/html/cogl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Mon Oct 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
|
||||||
|
- Update to 0.8.2
|
||||||
|
- Removed clutter-0.8.0-clutter-fixed.patch
|
||||||
|
|
||||||
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
|
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
|
||||||
- Update to 0.8.0
|
- Update to 0.8.0
|
||||||
|
- Added clutter-0.8.0-clutter-fixed.patch
|
||||||
|
|
||||||
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
|
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
|
||||||
- Update to 0.6.4
|
- Update to 0.6.4
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
clutter-0_6_4-1_fc9:HEAD:clutter-0.6.4-1.fc9.src.rpm:1213453978
|
clutter-0_6_4-1_fc9:HEAD:clutter-0.6.4-1.fc9.src.rpm:1213453978
|
||||||
clutter-0_8_0-1_fc9:HEAD:clutter-0.8.0-1.fc9.src.rpm:1220760678
|
clutter-0_8_0-1_fc9:HEAD:clutter-0.8.0-1.fc9.src.rpm:1220760678
|
||||||
|
clutter-0_8_2-1_fc9:HEAD:clutter-0.8.2-1.fc9.src.rpm:1223343853
|
||||||
|
Loading…
Reference in New Issue
Block a user