Fix build by switching to cmake macros instead of make
This commit is contained in:
parent
27098267b8
commit
e84dd5fa0b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: libproxy
|
Name: libproxy
|
||||||
Version: 0.4.15
|
Version: 0.4.15
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
Summary: A library handling all the details of proxy configuration
|
Summary: A library handling all the details of proxy configuration
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -162,11 +162,11 @@ developing applications that use %{name}.
|
|||||||
-DWITH_PYTHON3=OFF \
|
-DWITH_PYTHON3=OFF \
|
||||||
%endif
|
%endif
|
||||||
.
|
.
|
||||||
%make_build
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%cmake_install
|
||||||
|
|
||||||
#In case all modules are disabled
|
#In case all modules are disabled
|
||||||
mkdir -p %{buildroot}%{_libdir}/%{name}/%{version}/modules
|
mkdir -p %{buildroot}%{_libdir}/%{name}/%{version}/modules
|
||||||
@ -176,7 +176,7 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/proxy.1
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%ctest
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -226,6 +226,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 04 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.4.15-22
|
||||||
|
- Fix build by switching to cmake macros instead of make
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-21
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-21
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user