Compare commits
18 Commits
2.40.1-1ma
...
2.62.1-1ma
Author | SHA1 | Date | |
---|---|---|---|
0ee2045041 | |||
261c1b74d3 | |||
fb08cf87ff | |||
3aff99425c | |||
ee93fb2e0b | |||
b735568750 | |||
1286b1fde0 | |||
9121a23928 | |||
cce9e3dd05 | |||
19aad19287 | |||
bc6224713b | |||
027718c9e9 | |||
257cc63b09 | |||
a66ccea6b0 | |||
b3e8efa5cf | |||
af46652ccb | |||
6eead2482a | |||
f3017683e1 |
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user