glib-networking/glib-networking.spec

72 lines
1.8 KiB
RPMSpec
Raw Normal View History

2010-10-08 22:20:04 +00:00
Name: glib-networking
2011-03-22 11:49:32 +00:00
Version: 2.28.4
2011-02-22 15:20:35 +00:00
Release: 1%{?dist}
2011-01-17 16:43:03 +00:00
Summary: Networking support for GLib
2010-10-08 22:20:04 +00:00
Group: Development/Libraries
License: LGPLv2+
URL: http://www.gnome.org
2011-02-22 15:20:35 +00:00
Source: http://download.gnome.org/sources/glib-networking/2.28/%{name}-%{version}.tar.bz2
2011-01-17 16:43:03 +00:00
Requires: ca-certificates
2010-10-08 22:20:04 +00:00
BuildRequires: glib2-devel
BuildRequires: libproxy-devel
2011-01-17 16:43:03 +00:00
BuildRequires: gnutls-devel
2010-10-08 22:20:04 +00:00
BuildRequires: intltool
2011-01-17 16:43:03 +00:00
BuildRequires: ca-certificates
2010-10-08 22:20:04 +00:00
%description
This package contains modules that extend the networking support in GIO.
2011-01-17 16:43:03 +00:00
In particular, it contains a libproxy-based GProxyResolver implementation
and a gnutls-based GTlsConnection implementation.
2010-10-08 22:20:04 +00:00
%prep
%setup -q
%build
%configure --with-libproxy
make %{?_smp_mflags} V=1
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
%find_lang %{name}
%post
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%postun
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING NEWS README
%{_libdir}/gio/modules/libgiolibproxy.so
2011-01-17 16:43:03 +00:00
%{_libdir}/gio/modules/libgiognutls.so
2010-10-08 22:20:04 +00:00
%changelog
2011-03-22 11:49:32 +00:00
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.4-1
- Update to 2.28.4
2011-02-22 15:20:35 +00:00
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
- Update to 2.28.0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.90-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-17 16:43:03 +00:00
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.27.90-1
- Update to 2.27.90, including TLS support
2010-11-01 23:28:51 +00:00
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
- Update to 2.26.0
2010-10-08 22:20:04 +00:00
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
- Initial packaging