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