Compare commits

...

18 Commits

Author SHA1 Message Date
0ee2045041 automatic version update by autodist [release 2.62.1-1mamba;Sat Oct 05 2019] 2024-01-05 23:07:34 +01:00
261c1b74d3 automatic version update by autodist [release 2.62.0-1mamba;Tue Sep 10 2019] 2024-01-05 23:07:34 +01:00
fb08cf87ff automatic version update by autodist [release 2.60.3-1mamba;Mon Jun 10 2019] 2024-01-05 23:07:34 +01:00
3aff99425c automatic version update by autodist [release 2.60.2-1mamba;Fri May 03 2019] 2024-01-05 23:07:34 +01:00
ee93fb2e0b automatic version update by autodist [release 2.60.1-1mamba;Tue Apr 02 2019] 2024-01-05 23:07:34 +01:00
b735568750 automatic version update by autodist [release 2.60.0.1-1mamba;Thu Mar 14 2019] 2024-01-05 23:07:34 +01:00
1286b1fde0 automatic version update by autodist [release 2.58.0-1mamba;Tue Sep 18 2018] 2024-01-05 23:07:34 +01:00
9121a23928 automatic version update by autodist [release 2.56.1-1mamba;Sun Aug 12 2018] 2024-01-05 23:07:34 +01:00
cce9e3dd05 automatic version update by autodist [release 2.54.1-1mamba;Fri Oct 27 2017] 2024-01-05 23:07:34 +01:00
19aad19287 automatic version update by autodist [release 2.54.0-1mamba;Fri Oct 06 2017] 2024-01-05 23:07:34 +01:00
bc6224713b automatic version update by autodist [release 2.50.0-1mamba;Thu Oct 13 2016] 2024-01-05 23:07:34 +01:00
027718c9e9 automatic version update by autodist [release 2.48.2-1mamba;Tue May 10 2016] 2024-01-05 23:07:34 +01:00
257cc63b09 automatic version update by autodist [release 2.48.1-1mamba;Sat May 07 2016] 2024-01-05 23:07:34 +01:00
a66ccea6b0 automatic version update by autodist [release 2.48.0-1mamba;Tue Apr 19 2016] 2024-01-05 23:07:34 +01:00
b3e8efa5cf automatic version update by autodist [release 2.46.1-1mamba;Sat Nov 14 2015] 2024-01-05 23:07:34 +01:00
af46652ccb automatic version update by autodist [release 2.44.0-1mamba;Thu Apr 09 2015] 2024-01-05 23:07:34 +01:00
6eead2482a automatic update by autodist [release 2.42.1-1mamba;Fri Dec 12 2014] 2024-01-05 23:07:34 +01:00
f3017683e1 automatic version update by autodist [release 2.42.0-1mamba;Tue Sep 23 2014] 2024-01-05 23:07:34 +01:00

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2)
%define with_libproxy 1
Name: glib-networking
Version: 2.40.1
Version: 2.62.1
Release: 1mamba
Summary: Networking support for GLib
Group: Development/Libraries
@ -39,20 +39,23 @@ In particular, it contains a libproxy-based GProxyResolver implementation and a
%setup -q
%build
%configure \
%meson \
%if %with_libproxy
--with-libproxy \
-Dlibproxy_support=true \
%else
--without-libproxy \
-Dlibproxy_support=false \
%endif
--disable-installed-tests \
--with-ca-certificates=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
-Dinstalled_tests=false \
-Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
%make
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall testfilesdir=%{_datadir}/%{name}/tests/
export DESTDIR=%{buildroot}
%meson_install
#testfilesdir=%{_datadir}/%{name}/tests/
rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
@ -76,6 +79,7 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
%endif
%{_libdir}/gio/modules/libgiognomeproxy.so
%{_libexecdir}/glib-pacrunner
%{_userunitdir}/glib-pacrunner.service
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
%{_libdir}/gio/modules/libgiognutls.so
#%{_datadir}/%{name}/tests/*
@ -83,6 +87,69 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
#NEWS README
%changelog
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 2.62.1-1mamba
- automatic version update by autodist
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 2.62.0-1mamba
- automatic version update by autodist
* Mon Jun 10 2019 Automatic Build System <autodist@mambasoft.it> 2.60.3-1mamba
- automatic version update by autodist
* Fri May 03 2019 Automatic Build System <autodist@mambasoft.it> 2.60.2-1mamba
- automatic version update by autodist
* Tue Apr 02 2019 Automatic Build System <autodist@mambasoft.it> 2.60.1-1mamba
- automatic version update by autodist
* Thu Mar 14 2019 Automatic Build System <autodist@mambasoft.it> 2.60.0.1-1mamba
- automatic version update by autodist
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 2.58.0-1mamba
- automatic version update by autodist
* Sun Aug 12 2018 Automatic Build System <autodist@mambasoft.it> 2.56.1-1mamba
- automatic version update by autodist
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 2.54.1-1mamba
- automatic version update by autodist
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 2.54.0-1mamba
- automatic version update by autodist
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 2.50.0-1mamba
- automatic version update by autodist
* Tue May 10 2016 Automatic Build System <autodist@mambasoft.it> 2.48.2-1mamba
- automatic version update by autodist
* Sat May 07 2016 Automatic Build System <autodist@mambasoft.it> 2.48.1-1mamba
- automatic version update by autodist
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 2.48.0-1mamba
- automatic version update by autodist
* Sat Nov 14 2015 Automatic Build System <autodist@mambasoft.it> 2.46.1-1mamba
- automatic version update by autodist
* Thu Apr 09 2015 Automatic Build System <autodist@mambasoft.it> 2.44.0-1mamba
- automatic version update by autodist
* Fri Dec 12 2014 Automatic Build System <autodist@mambasoft.it> 2.42.1-1mamba
- automatic update by autodist
* Tue Sep 23 2014 Automatic Build System <autodist@mambasoft.it> 2.42.0-1mamba
- automatic version update by autodist
* Fri Sep 19 2014 Automatic Build System <autodist@mambasoft.it> 2.41.92-1mamba
- automatic update by autodist
* Tue Jul 22 2014 Automatic Build System <autodist@mambasoft.it> 2.41.4-1mamba
- automatic version update by autodist
* Tue Jun 24 2014 Automatic Build System <autodist@mambasoft.it> 2.41.3-1mamba
- automatic version update by autodist
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 2.40.1-1mamba
- automatic version update by autodist