This commit is contained in:
Matthias Clasen 2010-11-11 18:21:50 -05:00
parent 279bcd0be3
commit 04373e4587
3 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
clutter-gtk-0.10.4.tar.bz2
/clutter-gtk-0.90.2.tar.bz2
/clutter-gtk-0.91.2.tar.bz2
/clutter-gtk-0.91.4.tar.bz2

View File

@ -1,7 +1,7 @@
%define clutter_version 1.0
Name: clutter-gtk
Version: 0.91.2
Version: 0.91.4
Release: 1%{?dist}
Summary: A basic GTK clutter widget
@ -40,15 +40,11 @@ make %{?_smp_mflags} V=1
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -68,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/clutter-gtk
%changelog
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 0.91.4-1
- Update to 0.91.4
* Sun Oct 10 2010 Peter Robinson <pbrobinson@gmail.com> 0.91.2-1
- Update to 0.91.2

View File

@ -1 +1 @@
3bba16d26981ce94550c93cad66a8d5f clutter-gtk-0.91.2.tar.bz2
3a3e4a49eeefa859517704638dff679c clutter-gtk-0.91.4.tar.bz2