[mod_perl] remove docs/os from documentation because of its license (#1199044)

Jan Kaluža jkaluza at fedoraproject.org
Fri Mar 6 08:15:47 UTC 2015


commit f971c40e0577c58ce161a6b44ff888aaa7ff8d15
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Fri Mar 6 09:15:44 2015 +0100

    remove docs/os from documentation because of its license (#1199044)

 mod_perl.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mod_perl.spec b/mod_perl.spec
index f57fc80..72e395f 100644
--- a/mod_perl.spec
+++ b/mod_perl.spec
@@ -9,7 +9,7 @@
 
 Name:           mod_perl
 Version:        2.0.8
-Release:        10.20140624svn1602105%{?dist}
+Release:        11.20140624svn1602105%{?dist}
 Summary:        An embedded Perl interpreter for the Apache HTTP Server
 
 Group:          System Environment/Daemons
@@ -79,6 +79,9 @@ modules that use mod_perl.
 %setup -q -n %{name}-%{version}-svn1602105
 %patch1 -p1
 
+# Remove docs/os. It's only win32 info with non ASL-2.0 license.
+rm -rf docs/os
+
 %build
 
 for i in Changes SVN-MOVE; do
@@ -186,6 +189,9 @@ find "$RPM_BUILD_ROOT" -type f -name *.orig -exec rm -f {} \;
 %{_mandir}/man3/Apache::Test*.3pm*
 
 %changelog
+* Fri Mar 06 2014 Jan Kaluza <jkaluza at redhat.com> - 2.0.8-11.20140624svn1602105
+- remove docs/os from documentation because of its license (#1199044)
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.0.8-10.20140624svn1602105
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list