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 with_libproxy 1
|
||||
Name: glib-networking
|
||||
Version: 2.54.1
|
||||
Version: 2.56.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
|
||||
|
||||
@ -84,6 +87,9 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||
#NEWS README
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user