- Update to 0.5.2.

- Remove buildroot & clean section. No longer needed.
This commit is contained in:
Brian Pepple 2010-08-25 20:38:29 -04:00
parent e17d1ad861
commit ca3a37722b
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libgee-0.5.1.tar.bz2
/libgee-0.5.2.tar.bz2

View File

@ -1,5 +1,5 @@
Name: libgee
Version: 0.5.1
Version: 0.5.2
Release: 1%{?dist}
Summary: GObject collection library
@ -8,7 +8,6 @@ License: LGPLv2+
URL: http://live.gnome.org/Libgee
#VCS: git:git://git.gnome.org/libgee
Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel
@ -66,10 +65,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -85,11 +80,15 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/gee-1.0.pc
%{_datadir}/gir-1.0/Gee-1.0.gir
#%{_datadir}/gir-1.0/Gee-1.0.gir
%{_datadir}/vala/vapi/gee-1.0.vapi
%changelog
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
- Update to 0.5.2.
- Remove buildroot & clean section. No longer needed.
* Thu Jun 17 2010 Michel Salim <salimma@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1

View File

@ -1 +1 @@
59789b5b266beadfb8b51bf2c96211b3 libgee-0.5.1.tar.bz2
fc5a36eb5f61154a1456cbb8b1798e41 libgee-0.5.2.tar.bz2