]> git.pld-linux.org Git - packages/apache-mod_proctitle.git/commitdiff
- rel 3; fix ProctitleEnable directive; add docs auto/th/apache-mod_proctitle-0.4-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Mar 2013 16:46:09 +0000 (17:46 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 13 Mar 2013 16:46:09 +0000 (17:46 +0100)
apache-mod_proctitle.spec

index d45943450e1a2cc099d1cc18715b737ae0d8364a..bdb7aec1d838b09872fb86f4297c61f118f025ac 100644 (file)
@@ -3,8 +3,8 @@
 Summary:       Apache module: set process name to currently serverd virtual host
 Name:          apache-mod_%{mod_name}
 Version:       0.4
-Release:       2
-License:       Apache v2.0
+Release:       3
+License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       https://github.com/stass/mod_proctitle/archive/0.4.tar.gz
 # Source0-md5: 83043432da02f0ebf6de4badbe404dcd
@@ -49,7 +49,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
 cat > $RPM_BUILD_ROOT%{_sysconfdir}/90_mod_%{mod_name}.conf << 'EOF'
 LoadModule %{mod_name}_module modules/mod_%{mod_name}.so
-ProctitileEnable On
+ProctitleEnable On
 # ProctitleUriSep ::
 EOF
 
@@ -66,5 +66,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS README 
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/mod_proctitle.so
This page took 0.149005 seconds and 4 git commands to generate.