diff options
author | Graham Leggett <minfrin@apache.org> | 2004-07-02 02:41:44 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2004-07-02 02:41:44 +0200 |
commit | b21420c5a6743506a5f1bb5edfe28ba40fbc54fd (patch) | |
tree | 69559baea2ae3605c36dac35076d5df391af7e9b /build/rpm/httpd.spec.in | |
parent | Remove build/PrintPath since buildconf copies it from APR already. (diff) | |
download | apache2-b21420c5a6743506a5f1bb5edfe28ba40fbc54fd.tar.xz apache2-b21420c5a6743506a5f1bb5edfe28ba40fbc54fd.zip |
Add the NOTICE file to the rpm spec file in compliance with the Apache
v2.0 license.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104119 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 9a2d3ff4e8..259135ef3a 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -293,7 +293,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc ABOUT_APACHE README CHANGES LICENSE +%doc ABOUT_APACHE README CHANGES LICENSE NOTICE %dir %{_sysconfdir}/httpd %{_sysconfdir}/httpd/modules |