Use SPDX-format license tag
This commit is contained in:
parent
0d216319a7
commit
02d01d54c4
@ -1,24 +1,14 @@
|
|||||||
from Config import *
|
|
||||||
|
|
||||||
# Technical terms
|
|
||||||
addFilter("spelling-error %description -l en_US (fastcgi|fcgid) -> ")
|
|
||||||
addFilter("spelling-error Summary\(en_US\) fcgid -> ")
|
|
||||||
|
|
||||||
# This may show up if httpd-devel is not installed
|
# This may show up if httpd-devel is not installed
|
||||||
addFilter("specfile-error warning: line [0-9]*: Possible unexpanded macro in: Requires: httpd-mmn = %{_httpd_mmn}")
|
addFilter("Possible unexpanded macro in: Requires: httpd-mmn = %{_httpd_mmn}"
|
||||||
|
|
||||||
# False positive: this is where systemd wants it
|
|
||||||
addFilter("hardcoded-library-path in %{_prefix}/lib/tmpfiles.d")
|
|
||||||
|
|
||||||
# configure.apxs is not an autotools configure script
|
# configure.apxs is not an autotools configure script
|
||||||
addFilter("configure-without-libdir-spec")
|
addFilter("configure-without-libdir-spec")
|
||||||
|
|
||||||
# Using non-ghost allows the package to run straight after installation without a reboot
|
# tmpfile is packaged so ownership is clear and we don't need anything in %post
|
||||||
addFilter("non-ghost-in-run /run/mod_fcgid")
|
addFilter("post-without-tmpfile-creation /usr/lib/tmpfiles.d/mod_fcgid.conf")
|
||||||
|
|
||||||
# Permission 0775 is required for correct operation
|
# Permission 0775 is required for correct operation
|
||||||
addFilter("non-standard-dir-perm /run/mod_fcgid 775")
|
addFilter("non-standard-dir-perm /run/mod_fcgid 775")
|
||||||
|
|
||||||
# File explicitly encoded as ISO-8859-1
|
# File explicitly encoded as ISO-8859-1
|
||||||
addFilter("file-not-utf8 /usr/share/doc/mod_fcgid.*/mod_fcgid.html.en")
|
addFilter("file-not-utf8 /usr/share/doc/mod_fcgid.*/mod_fcgid.html.en")
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Name: mod_fcgid
|
|||||||
Version: 2.3.9
|
Version: 2.3.9
|
||||||
Release: 29%{?dist}
|
Release: 29%{?dist}
|
||||||
Summary: FastCGI interface module for Apache 2
|
Summary: FastCGI interface module for Apache 2
|
||||||
License: ASL 2.0
|
License: Apache-2.0
|
||||||
URL: http://httpd.apache.org/mod_fcgid/
|
URL: http://httpd.apache.org/mod_fcgid/
|
||||||
Source0: http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-%{version}.tar.bz2
|
Source0: http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-%{version}.tar.bz2
|
||||||
Source2: mod_fcgid-2.1-README.RPM
|
Source2: mod_fcgid-2.1-README.RPM
|
||||||
|
Loading…
Reference in New Issue
Block a user