- Update to 0.5.2.
- Remove buildroot & clean section. No longer needed.
This commit is contained in:
parent
e17d1ad861
commit
ca3a37722b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libgee-0.5.1.tar.bz2
|
||||
/libgee-0.5.2.tar.bz2
|
||||
|
13
libgee.spec
13
libgee.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user