107 lines
2.9 KiB
RPMSpec
107 lines
2.9 KiB
RPMSpec
Name: glib-networking
|
|
Version: 2.31.0
|
|
Release: 1%{?dist}
|
|
Summary: Networking support for GLib
|
|
|
|
Group: Development/Libraries
|
|
License: LGPLv2+
|
|
URL: http://www.gnome.org
|
|
Source: http://download.gnome.org/sources/glib-networking/2.31/%{name}-%{version}.tar.xz
|
|
Requires: ca-certificates
|
|
Requires: gsettings-desktop-schemas
|
|
|
|
BuildRequires: glib2-devel >= 2.29.16
|
|
BuildRequires: libproxy-devel
|
|
BuildRequires: gnutls-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: ca-certificates
|
|
BuildRequires: gsettings-desktop-schemas-devel
|
|
|
|
%description
|
|
This package contains modules that extend the networking support in
|
|
GIO. In particular, it contains libproxy- and GSettings-based
|
|
GProxyResolver implementations and a gnutls-based GTlsConnection
|
|
implementation.
|
|
|
|
%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
|
|
%doc COPYING NEWS README
|
|
%{_libdir}/gio/modules/libgiolibproxy.so
|
|
%{_libdir}/gio/modules/libgiognomeproxy.so
|
|
%{_libdir}/gio/modules/libgiognutls.so
|
|
%{_libexecdir}/glib-pacrunner
|
|
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
|
|
|
|
|
%changelog
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.0
|
|
- Update to 2.31.0
|
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.1-2
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
|
|
- Update to 2.30.1
|
|
|
|
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 2.30.0-1
|
|
- Update to 2.30.0
|
|
|
|
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.29.92-1
|
|
- Update to 2.29.92
|
|
|
|
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 2.29.9-1
|
|
- Update to 2.29.9
|
|
|
|
* Wed Apr 27 2011 Dan Winship <danw@redhat.com> - 2.28.6.1-2
|
|
- Require gsettings-desktop-schemas, for GNOME proxy support
|
|
|
|
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6.1-1
|
|
- Update to 2.28.6.1
|
|
|
|
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6-1
|
|
- Update to 2.28.6
|
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.5-1
|
|
- Update to 2.28.5
|
|
|
|
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.4-1
|
|
- Update to 2.28.4
|
|
|
|
* 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
|
|
|
|
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.27.90-1
|
|
- Update to 2.27.90, including TLS support
|
|
|
|
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
- Update to 2.26.0
|
|
|
|
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
|
|
- Initial packaging
|