Update to 0.4.1
This commit is contained in:
parent
8f1f488f8c
commit
d6805fa778
@ -1 +1 @@
|
|||||||
clutter-0.3.1.tar.gz
|
clutter-0.4.1.tar.gz
|
||||||
|
19
clutter.spec
19
clutter.spec
@ -1,12 +1,12 @@
|
|||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 0.3.1
|
Version: 0.4.1
|
||||||
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
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPL
|
License: LGPLv2+
|
||||||
URL: http://www.clutter-project.org/
|
URL: http://www.clutter-project.org/
|
||||||
Source0: http://www.clutter-project.org/sources/%{name}/0.3/%{name}-%{version}.tar.gz
|
Source0: http://www.clutter-project.org/sources/%{name}/0.4/%{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,19 +54,22 @@ 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.3.so.0
|
%{_libdir}/libclutter-glx-0.4.so.0
|
||||||
%{_libdir}/libclutter-glx-0.3.so.0.301.0
|
%{_libdir}/libclutter-glx-0.4.so.0.401.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libclutter-glx-0.3.so
|
%{_libdir}/libclutter-glx-0.4.so
|
||||||
%{_libdir}/pkgconfig/clutter-0.3.pc
|
%{_libdir}/pkgconfig/clutter-0.4.pc
|
||||||
%{_libdir}/pkgconfig/clutter-glx-0.3.pc
|
%{_libdir}/pkgconfig/clutter-glx-0.4.pc
|
||||||
%{_datadir}/gtk-doc/html/clutter
|
%{_datadir}/gtk-doc/html/clutter
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
|
||||||
|
- Update to 0.4.1
|
||||||
|
|
||||||
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
|
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
|
||||||
- Update to 0.3.1
|
- Update to 0.3.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user