- Add BR on gobject-introspection-devel.
This commit is contained in:
parent
ca3a37722b
commit
d8ddce06f5
@ -1,6 +1,6 @@
|
|||||||
Name: libgee
|
Name: libgee
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GObject collection library
|
Summary: GObject collection library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,6 +10,7 @@ URL: http://live.gnome.org/Libgee
|
|||||||
Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libgee is a collection library providing GObject-based interfaces and
|
libgee is a collection library providing GObject-based interfaces and
|
||||||
@ -80,11 +81,15 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/gee-1.0.pc
|
%{_libdir}/pkgconfig/gee-1.0.pc
|
||||||
#%{_datadir}/gir-1.0/Gee-1.0.gir
|
%{_libdir}/girepository-1.0/Gee-1.0.typelib
|
||||||
|
%{_datadir}/gir-1.0/Gee-1.0.gir
|
||||||
%{_datadir}/vala/vapi/gee-1.0.vapi
|
%{_datadir}/vala/vapi/gee-1.0.vapi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-2
|
||||||
|
- Add BR on gobject-introspection-devel.
|
||||||
|
|
||||||
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
|
* Wed Aug 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
|
||||||
- Update to 0.5.2.
|
- Update to 0.5.2.
|
||||||
- Remove buildroot & clean section. No longer needed.
|
- Remove buildroot & clean section. No longer needed.
|
||||||
|
Loading…
Reference in New Issue
Block a user