automatic version update by autodist [release 2.56.1-1mamba;Sun Aug 12 2018]
This commit is contained in:
parent
cce9e3dd05
commit
9121a23928
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
%define with_libproxy 1
|
%define with_libproxy 1
|
||||||
Name: glib-networking
|
Name: glib-networking
|
||||||
Version: 2.54.1
|
Version: 2.56.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Networking support for GLib
|
Summary: Networking support for GLib
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -39,20 +39,23 @@ In particular, it contains a libproxy-based GProxyResolver implementation and a
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson \
|
||||||
%if %with_libproxy
|
%if %with_libproxy
|
||||||
--with-libproxy \
|
-Dlibproxy_support=true \
|
||||||
%else
|
%else
|
||||||
--without-libproxy \
|
-Dlibproxy_support=false \
|
||||||
%endif
|
%endif
|
||||||
--disable-installed-tests \
|
-Dinstalled_tests=false \
|
||||||
--with-ca-certificates=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
-Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||||
|
|
||||||
@ -84,6 +87,9 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
|||||||
#NEWS README
|
#NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 2.54.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user