From 3d9c84880dc9cd51b5deee46914edf4f614f3b3b Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 23:00:07 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- mod_fcgid.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mod_fcgid.spec b/mod_fcgid.spec index dffd480..b8d962e 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -35,7 +35,7 @@ Name: mod_fcgid Version: 2.3.9 -Release: 19%{?dist} +Release: 20%{?dist} Summary: FastCGI interface module for Apache 2 License: ASL 2.0 URL: http://httpd.apache.org/mod_fcgid/ @@ -81,7 +81,7 @@ APXS=%{_httpd_apxs} ./configure.apxs make %install -make DESTDIR=%{buildroot} MKINSTALLDIRS="mkdir -p" install +%make_install MKINSTALLDIRS="mkdir -p" %if %{httpd24} mkdir -p %{buildroot}{%{_httpd_confdir},%{_httpd_modconfdir}} echo "LoadModule fcgid_module modules/mod_fcgid.so" > %{buildroot}%{_httpd_modconfdir}/10-fcgid.conf @@ -127,6 +127,10 @@ install -p -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/mod_fcgid.conf %dir %attr(0775,root,apache) %{rundir}/mod_fcgid/ %changelog +* Mon Jul 13 2020 Tom Stellard - 2.3.9-20 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Wed Jan 29 2020 Fedora Release Engineering - 2.3.9-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild