Update to 0.3.1
This commit is contained in:
parent
b049f4e306
commit
8f1f488f8c
@ -1 +1 @@
|
||||
clutter-0.2.3.tar.gz
|
||||
clutter-0.3.1.tar.gz
|
||||
|
16
clutter.spec
16
clutter.spec
@ -1,12 +1,12 @@
|
||||
Name: clutter
|
||||
Version: 0.2.3
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Source software library for creating rich graphical user interfaces
|
||||
|
||||
Group: Development/Libraries
|
||||
License: LGPL
|
||||
URL: http://www.clutter-project.org/
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/0.2/%{name}-%{version}.tar.gz
|
||||
Source0: http://www.clutter-project.org/sources/%{name}/0.3/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel mesa-libGL-devel gtk2-devel
|
||||
@ -54,18 +54,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||
%exclude %{_libdir}/*.la
|
||||
%{_libdir}/libclutter-0.2.so.0
|
||||
%{_libdir}/libclutter-0.2.so.0.202.1
|
||||
%{_libdir}/libclutter-glx-0.3.so.0
|
||||
%{_libdir}/libclutter-glx-0.3.so.0.301.0
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libclutter-0.2.so
|
||||
%{_libdir}/pkgconfig/clutter-0.2.pc
|
||||
%{_libdir}/libclutter-glx-0.3.so
|
||||
%{_libdir}/pkgconfig/clutter-0.3.pc
|
||||
%{_libdir}/pkgconfig/clutter-glx-0.3.pc
|
||||
%{_datadir}/gtk-doc/html/clutter
|
||||
|
||||
%changelog
|
||||
|
||||
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
|
||||
- Update to 0.3.1
|
||||
|
||||
* Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
|
||||
- Update to 0.2.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user