4f4e94e
%define glib2_version 2.46.0
ef84415
96afc43
Name:           glib-networking
Michael Catanzaro f102eb9
Version:        2.48.1
Richard Hughes bec4fef
Release:        1%{?dist}
Dan Winship 6998807
Summary:        Networking support for GLib
96afc43
96afc43
Group:          Development/Libraries
96afc43
License:        LGPLv2+
96afc43
URL:            http://www.gnome.org
95829c8
Source:         http://download.gnome.org/sources/glib-networking/2.48/%{name}-%{version}.tar.xz
96afc43
Michael Catanzaro f102eb9
Patch0:         0001-gnutls-Prevent-cycles-when-building-the-certificate-.patch
Michael Catanzaro f102eb9
ef84415
BuildRequires:  glib2-devel >= %{glib2_version}
96afc43
BuildRequires:  libproxy-devel
Dan Winship 6998807
BuildRequires:  gnutls-devel
96afc43
BuildRequires:  intltool
Dan Winship 6998807
BuildRequires:  ca-certificates
Dan Winship a226b16
BuildRequires:  gsettings-desktop-schemas-devel
443be6c
BuildRequires:  systemd
96afc43
ef84415
Requires:       ca-certificates
ef84415
Requires:       glib2%{?_isa} >= %{glib2_version}
ef84415
Requires:       gsettings-desktop-schemas
ef84415
96afc43
%description
Dan Winship 9e51cd2
This package contains modules that extend the networking support in
Dan Winship 9e51cd2
GIO. In particular, it contains libproxy- and GSettings-based
Dan Winship 9e51cd2
GProxyResolver implementations and a gnutls-based GTlsConnection
Dan Winship 9e51cd2
implementation.
96afc43
2608c28
%package tests
2608c28
Summary: Tests for the glib-networking package
2608c28
Group: Development/Libraries
2608c28
Requires: %{name}%{?_isa} = %{version}-%{release}
2608c28
2608c28
%description tests
2608c28
The glib-networking-tests package contains tests that can be used to verify
2608c28
the functionality of the installed glib-networking package.
2608c28
96afc43
%prep
96afc43
%setup -q
Michael Catanzaro f102eb9
%patch -p1
96afc43
96afc43
%build
2608c28
%configure --disable-static --with-libproxy --enable-installed-tests
96afc43
96afc43
make %{?_smp_mflags} V=1
96afc43
96afc43
96afc43
%install
3c464be
%make_install
96afc43
96afc43
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
96afc43
96afc43
%find_lang %{name}
96afc43
96afc43
%post
96afc43
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
96afc43
96afc43
%postun
96afc43
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
96afc43
96afc43
%files -f %{name}.lang
a785fcc
%license COPYING
a785fcc
%doc NEWS README
96afc43
%{_libdir}/gio/modules/libgiolibproxy.so
Dan Winship 9e51cd2
%{_libdir}/gio/modules/libgiognomeproxy.so
Dan Winship 6998807
%{_libdir}/gio/modules/libgiognutls.so
bb0a1c5
%{_libexecdir}/glib-pacrunner
bb0a1c5
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
443be6c
%{_userunitdir}/glib-pacrunner.service
96afc43
2608c28
%files tests
2608c28
%{_libexecdir}/installed-tests/glib-networking
2608c28
%{_datadir}/installed-tests
96afc43
96afc43
%changelog
Michael Catanzaro f102eb9
* Thu Apr 28 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 2.48.1-1
Michael Catanzaro f102eb9
- Update to 2.48.1
Michael Catanzaro f102eb9
- Add patch for GNOME #765317
Michael Catanzaro f102eb9
95829c8
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2.48.0-1
95829c8
- Update to 2.48.0
95829c8
Richard Hughes bec4fef
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 2.47.90-1
Richard Hughes bec4fef
- Update to 2.47.90
Richard Hughes bec4fef
6afe965
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.47.1-2
6afe965
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6afe965
443be6c
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 2.47.1-1
443be6c
- Update to 2.47.1
443be6c
b8e9751
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2.46.1-1
b8e9751
- Update to 2.46.1
b8e9751
4f4e94e
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2.46.0-1
4f4e94e
- Update to 2.46.0
3c464be
- Use make_install macro
4f4e94e
a59a268
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.45.1-2
a59a268
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a59a268
17419f3
* Thu Apr 30 2015 Kalev Lember <kalevlember@gmail.com> - 2.45.1-1
17419f3
- Update to 2.45.1
17419f3
5f46742
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.44.0-1
5f46742
- Update to 2.44.0
5f46742
ea0d336
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.92-1
ea0d336
- Update to 2.43.92
ea0d336
ac45431
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2.43.91-1
ac45431
- Update to 2.43.91
a785fcc
- Use the %%license macro for the COPYING file
ac45431
a6eb0b6
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
a6eb0b6
- Update to 2.43.1
a6eb0b6
6b569db
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.42.0-1
6b569db
- Update to 2.42.0
6b569db
249a14b
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.92-1
249a14b
- Update to 2.41.92
249a14b
2608c28
* Thu Sep  4 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 2.41.4-3
2608c28
- Build installed tests
2608c28
262b248
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41.4-2
262b248
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
262b248
e4157ae
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.41.4-1
e4157ae
- Update to 2.41.4
e4157ae
Richard Hughes dfb1309
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2.41.3-1
Richard Hughes dfb1309
- Update to 2.41.3
Richard Hughes dfb1309
4f81965
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.40.1-2
4f81965
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4f81965
8feb824
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1
8feb824
- Update to 2.40.1
8feb824
b1c09f1
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2.40.0-2
b1c09f1
- Update dep versions
b1c09f1
Richard Hughes 3172b54
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2.40.0-1
Richard Hughes 3172b54
- Update to 2.40.0
Richard Hughes 3172b54
Richard Hughes dbaddcd
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 2.39.90-1
Richard Hughes dbaddcd
- Update to 2.39.90
Richard Hughes dbaddcd
Richard Hughes f8e4c67
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 2.39.3-1
Richard Hughes f8e4c67
- Update to 2.39.3
Richard Hughes f8e4c67
Richard Hughes fb106ae
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 2.39.1-1
Richard Hughes fb106ae
- Update to 2.39.1
Richard Hughes fb106ae
Richard Hughes e7e3a66
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 2.38.2-1
Richard Hughes e7e3a66
- Update to 2.38.2
Richard Hughes e7e3a66
Richard Hughes 53acb88
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2.38.1-1
Richard Hughes 53acb88
- Update to 2.38.1
Richard Hughes 53acb88
372df5e
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 2.38.0-1
372df5e
- Update to 2.38.0
372df5e
116a906
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.5-1
116a906
- Update to 2.37.5
116a906
baa2fe9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.37.2-2
baa2fe9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
baa2fe9
0a3011a
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.2-1
0a3011a
- Update to 2.37.2
0a3011a
0373540
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.37.1-1
0373540
- Update to 2.37.1
0373540
Richard Hughes a85d8a1
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 2.36.1-1
Richard Hughes a85d8a1
- Update to 2.36.1
Richard Hughes a85d8a1
447873e
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2.36.0-1
447873e
- Update to 2.36.0
447873e
a132cd2
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.9-1
a132cd2
- Update to 2.35.9
a132cd2
01aee46
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.8-1
01aee46
- Update to 2.35.8
01aee46
49c5b5c
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 2.35.6-1
49c5b5c
- Update to 2.35.6
49c5b5c
b51e7ca
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 2.35.4-1
b51e7ca
- Update to 2.35.4
b51e7ca
6ae137b
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.3-1
6ae137b
- Update to 2.35.3
6ae137b
d0dea24
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.35.1-1
d0dea24
- Update to 2.35.1
d0dea24
ada45fd
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 2.34.0-1
ada45fd
- Update to 2.34.0
ada45fd
27bba7b
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 2.33.14-1
27bba7b
- Update to 2.33.14
27bba7b
Debarshi Ray e76b683
* Wed Sep  5 2012 Debarshi Ray <rishi@fedoraproject.org> - 2.33.12-1
Debarshi Ray e76b683
- Update to 2.33.12
Debarshi Ray e76b683
0b4c65f
* Mon Sep  3 2012 Matthias Clasen <mclasen@redhat.com> - 2.33.10-1
0b4c65f
- Update to 2.33.10
0b4c65f
0c9a0e3
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.3-2
0c9a0e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0c9a0e3
Richard Hughes 12cd91a
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 2.33.3-1
Richard Hughes 12cd91a
- Update to 2.33.3
Richard Hughes 12cd91a
c08111b
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.33.2-1
c08111b
- Update to 2.33.2
c08111b
- Use --disable-static instead of removing built static libs in %%install
c08111b
2152ec4
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.1-1
2152ec4
- Update to 2.32.1
2152ec4
Richard Hughes fd686ee
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 2.32.0-1
Richard Hughes fd686ee
- Update to 2.32.0
Richard Hughes fd686ee
3d0af9f
* Tue Mar 27 2012 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
3d0af9f
- Update to 2.32.0
3d0af9f
9ea9a42
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 2.31.22-1
9ea9a42
- Update to 2.31.22
9ea9a42
e792381
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 2.31.20-1
e792381
- Update to 2.31.20
e792381
34d1533
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 2.31.16-1
34d1533
- Update to 2.31.16
34d1533
12df82a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.31.6-2
12df82a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
12df82a
f1fc149
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.6
f1fc149
- Update to 2.31.6
f1fc149
5dd4dee
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.2
5dd4dee
- Update to 2.31.2
5dd4dee
c066382
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.31.0
c066382
- Update to 2.31.0
c066382
c9bd2d6
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.1-2
c9bd2d6
- Rebuilt for glibc bug#747377
c9bd2d6
6d6f750
* Mon Oct 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
6d6f750
- Update to 2.30.1
6d6f750
ccb1308
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 2.30.0-1
ccb1308
- Update to 2.30.0
ccb1308
170f933
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> 2.29.92-1
170f933
- Update to 2.29.92
170f933
Bastien Nocera 0bd8d73
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 2.29.9-1
Bastien Nocera 0bd8d73
- Update to 2.29.9
Bastien Nocera 0bd8d73
Dan Winship 9e51cd2
* Wed Apr 27 2011 Dan Winship <danw@redhat.com> - 2.28.6.1-2
Dan Winship 9e51cd2
- Require gsettings-desktop-schemas, for GNOME proxy support
Dan Winship 9e51cd2
52f6929
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6.1-1
52f6929
- Update to 2.28.6.1
52f6929
55cf021
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6-1
55cf021
- Update to 2.28.6
55cf021
da86ee1
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.5-1
da86ee1
- Update to 2.28.5
da86ee1
8b55268
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.4-1
8b55268
- Update to 2.28.4
8b55268
58ca589
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
58ca589
- Update to 2.28.0
58ca589
ff8d6ae
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.90-2
ff8d6ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ff8d6ae
Dan Winship 6998807
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.27.90-1
Dan Winship 6998807
- Update to 2.27.90, including TLS support
Dan Winship 6998807
25acaf4
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
25acaf4
- Update to 2.26.0
25acaf4
96afc43
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
96afc43
- Initial packaging