]> git.pld-linux.org Git - packages/apache1-mod_suphp.git/commitdiff
- don't package GPL and Apache licenses
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Feb 2005 19:30:46 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- less subdirs in doc
- remove duplicate README from doc

Changed files:
    apache1-mod_suphp.spec -> 1.3

apache1-mod_suphp.spec

index 3c4637e3d07dc347b0605d9e688078d2e9dfcb98..26025f24bad271e0c3b43f5a7582621f40350de3 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Apache module: suPHP - execute PHP scripts with the permissions of thei
 Summary(pl):   Modu³ do apache: suPHP - uruchamianie skryptów PHP z uprawnieniami ich w³a¶cicieli
 Name:          apache1-mod_%{mod_name}
 Version:       0.5.2
-Release:       1.4
+Release:       1.11
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://www.suphp.org/download/%{mod_name}-%{version}.tar.gz
@@ -44,6 +44,11 @@ modu
 %prep
 %setup -q -n %{mod_name}-%{version}
 
+# common GPL license
+rm -f doc/{de,en}/LICENSE
+# common Apache license
+rm -f doc/{de,en}/apache/LICENSE
+
 %build
 %{__aclocal}
 %{__autoconf}
@@ -107,7 +112,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc README AUTHORS ChangeLog doc
+%doc AUTHORS ChangeLog doc/en doc/de
 %attr(4755,root,root) %{_sbindir}/suphp
 %attr(755,root,root) %{_pkglibdir}/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
This page took 0.056301 seconds and 4 git commands to generate.