- enable introspection support
This commit is contained in:
parent
5ce816342f
commit
f3d79874b5
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libsoup
|
||||
Version: 2.31.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPLv2
|
||||
Group: Development/Libraries
|
||||
Summary: Soup, an HTTP library implementation
|
||||
@ -16,6 +16,7 @@ Source: http://download.gnome.org/sources/libsoup/2.31/libsoup-%{version}.tar.bz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: sqlite-devel
|
||||
@ -75,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING NEWS AUTHORS
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/girepository-1.0/Soup*2.4.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -82,9 +84,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/%{name}-gnome-2.4
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_datadir}/gir-1.0/Soup*2.4.gir
|
||||
%{_datadir}/gtk-doc/html/%{name}-2.4
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> - 2.31.2-2
|
||||
- enable introspection support
|
||||
|
||||
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
|
||||
- Update to 2.31.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user