]> git.pld-linux.org Git - packages/apache-mod_proctitle.git/blobdiff - apache-mod_proctitle.spec
Some ancient file.
[packages/apache-mod_proctitle.git] / apache-mod_proctitle.spec
index 7f85239be5297fc553a5d26f58dcb74358f57b0d..66dfc6d13201e1f34ea1cfc5ec83ad7b9fa2920a 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:       1
-License:       Apache v2.0
+Release:       6
+License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       https://github.com/stass/mod_proctitle/archive/0.4.tar.gz
 # Source0-md5: 83043432da02f0ebf6de4badbe404dcd
@@ -36,6 +36,7 @@ changes process name to currently served virtual host.
 %{__automake}
 
 CPPFLAGS="%{rpmcppflags} -D__unused='__attribute__ ((__unused__))'" \
+APXS="%{apxs}" \
 %configure
 %{__make}
 
@@ -48,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
 
@@ -65,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.036624 seconds and 4 git commands to generate.