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+
|
||||||
@ -63,7 +63,7 @@ libproxy offers the following features:
|
|||||||
* only 3 functions in the stable external API
|
* only 3 functions in the stable external API
|
||||||
* dynamic adjustment to changing network topology
|
* dynamic adjustment to changing network topology
|
||||||
* a standard way of dealing with proxy settings across all scenarios
|
* a standard way of dealing with proxy settings across all scenarios
|
||||||
* a sublime sense of joy and accomplishment
|
* a sublime sense of joy and accomplishment
|
||||||
|
|
||||||
|
|
||||||
%package bin
|
%package bin
|
||||||
@ -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,12 +176,12 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/proxy.1
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%ctest
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS README
|
%doc AUTHORS README
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -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
|
||||||
@ -458,7 +461,7 @@ make test
|
|||||||
- Update to 0.3.0
|
- Update to 0.3.0
|
||||||
|
|
||||||
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2.3-12
|
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2.3-12
|
||||||
- Remove Requirement of %%{name}-pac virtual provides
|
- Remove Requirement of %%{name}-pac virtual provides
|
||||||
from the main package - #524043
|
from the main package - #524043
|
||||||
|
|
||||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-11
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-11
|
||||||
@ -473,7 +476,7 @@ make test
|
|||||||
|
|
||||||
* Thu Jan 22 2009 kwizart < kwizart at gmail.com > - 0.2.3-8
|
* Thu Jan 22 2009 kwizart < kwizart at gmail.com > - 0.2.3-8
|
||||||
- Merge NetworkManager module into the main libproxy package
|
- Merge NetworkManager module into the main libproxy package
|
||||||
- Main Requires the -python and -bin subpackage
|
- Main Requires the -python and -bin subpackage
|
||||||
(splitted for multilibs compliance).
|
(splitted for multilibs compliance).
|
||||||
|
|
||||||
* Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.2.3-7
|
* Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.2.3-7
|
||||||
@ -500,7 +503,7 @@ make test
|
|||||||
- Add Requires: gecko-libs >= %%{gecko_version}
|
- Add Requires: gecko-libs >= %%{gecko_version}
|
||||||
- Fix some descriptions
|
- Fix some descriptions
|
||||||
- Add plugin-webkit package
|
- Add plugin-webkit package
|
||||||
|
|
||||||
* Fri Jul 11 2008 kwizart < kwizart at gmail.com > - 0.2.3-1
|
* Fri Jul 11 2008 kwizart < kwizart at gmail.com > - 0.2.3-1
|
||||||
- Convert to Fedora spec
|
- Convert to Fedora spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user