This commit is contained in:
David King 2022-03-28 12:54:33 +01:00
parent 76cc5fbd9e
commit 552be42ec0

View File

@ -4,7 +4,7 @@
Name: libproxy
Version: 0.4.17
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A library handling all the details of proxy configuration
License: LGPLv2+
@ -128,7 +128,7 @@ developing applications that use %{name}.
%build
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
%{cmake} \
%cmake \
-DMODULE_INSTALL_DIR=%{_libdir}/%{name}/%{version}/modules \
-DBIPR=OFF \
%if 0%{?fedora}
@ -142,12 +142,11 @@ export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
-DWITH_GNOME3=ON \
-DWITH_PYTHON2=OFF \
-DWITH_PYTHON3=ON \
-DWITH_WEBKIT3=ON \
-DWITH_WEBKIT3=ON
%else
-DWITH_PYTHON2=OFF \
-DWITH_PYTHON3=OFF \
-DWITH_PYTHON3=OFF
%endif
.
%cmake_build
@ -211,6 +210,9 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/proxy.1
%changelog
* Mon Mar 28 2022 David King <amigadave@amigadave.com> - 0.4.17-5
- Fix build (#2069137)
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.17-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild