Update to 0.6.0
This commit is contained in:
parent
c3ac9fc3db
commit
927bbc1696
@ -1 +1 @@
|
|||||||
clutter-0.4.2.tar.gz
|
clutter-0.6.0.tar.gz
|
||||||
|
22
clutter.spec
22
clutter.spec
@ -1,12 +1,12 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 0.4.2
|
Version: 0.6.0
|
||||||
Release: 2%{?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
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.clutter-project.org/
|
URL: http://www.clutter-project.org/
|
||||||
Source0: http://www.clutter-project.org/sources/%{name}/0.4/%{name}-%{version}.tar.gz
|
Source0: http://www.clutter-project.org/sources/%{name}/0.6/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel
|
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel
|
||||||
@ -54,22 +54,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.4.so.0
|
%{_libdir}/libclutter-glx-0.6.so.0
|
||||||
%{_libdir}/libclutter-glx-0.4.so.0.401.1
|
%{_libdir}/libclutter-glx-0.6.so.0.600.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libclutter-glx-0.4.so
|
%{_libdir}/libclutter-glx-0.6.so
|
||||||
%{_libdir}/pkgconfig/clutter-0.4.pc
|
%{_libdir}/pkgconfig/clutter-0.6.pc
|
||||||
%{_libdir}/pkgconfig/clutter-glx-0.4.pc
|
%{_libdir}/pkgconfig/clutter-glx-0.6.pc
|
||||||
|
%{_libdir}/pkgconfig/clutter-x11-0.6.pc
|
||||||
%{_datadir}/gtk-doc/html/clutter
|
%{_datadir}/gtk-doc/html/clutter
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
|
||||||
|
- Update to 0.6.0
|
||||||
|
|
||||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
|
||||||
* Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
|
* Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
|
||||||
- Update to 0.4.2
|
- Update to 0.4.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user