SPECS: nginx.spec - a little bit of adapter
sardzent
sardzent at pld-linux.org
Fri Nov 30 23:15:40 CET 2007
Author: sardzent Date: Fri Nov 30 22:15:40 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- a little bit of adapter
---- Files affected:
SPECS:
nginx.spec (1.67 -> 1.68)
---- Diffs:
================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.67 SPECS/nginx.spec:1.68
--- SPECS/nginx.spec:1.67 Fri Nov 30 21:35:46 2007
+++ SPECS/nginx.spec Fri Nov 30 23:15:34 2007
@@ -71,11 +71,11 @@
Requires: pcre
Requires: rc-scripts >= 0.2.0
Requires: zlib
+Suggests: nginx-standard
Provides: group(http)
Provides: group(nginx)
Provides: user(nginx)
Provides: webserver
-Suggests: nginx-standard
Conflicts: logrotate < 3.7-4
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -128,8 +128,8 @@
modules, no Perl, no DAV, no FLV, no IMAP, POP3, SMTP proxy.
%description light -l pl.UTF-8
-Najmniejsza i najszybsza wersja Nginx. Bez wsparcia dla Perla,
-DAV, FLV oraz IMAP, POP3, SMTP proxy.
+Najmniejsza i najszybsza wersja Nginx. Bez wsparcia dla Perla, DAV,
+FLV oraz IMAP, POP3, SMTP proxy.
%package perl
Summary: High perfomance HTTP and reverse proxy server
@@ -144,7 +144,7 @@
Requires: openssl
Provides: group(http)
Provides: group(nginx)
-Provides: nginx-daemon
+Provides: nginx-daemon
Provides: user(nginx)
Provides: webserver
@@ -169,7 +169,7 @@
Requires: zlib
Provides: group(http)
Provides: group(nginx)
-Provides: nginx-daemon
+Provides: nginx-daemon
Provides: user(nginx)
Provides: webserver
@@ -189,7 +189,7 @@
Requires(postun): /usr/sbin/groupdel
Requires(postun): /usr/sbin/userdel
Requires: %{name} = %{version}-%{release}
-Provides: nginx-daemon
+Provides: nginx-daemon
Conflicts: logrotate < 3.7-4
%description standard
@@ -222,8 +222,8 @@
License: BSD-like
Group: Applications/System
URL: http://nginx.eu/
-Requires: monit
Requires: %{name} = %{version}-%{release}
+Requires: monit
%description -n monit-rc-nginx
monitrc file for monitoring Nginx webserver server.
@@ -437,7 +437,7 @@
for a in access.log error.log; do
if [ ! -f /var/log/%{name}/nginx-standard_$a ]; then
touch /var/log/%{name}/nginx-standard_$a
- chown nginx:nginx /var/log/%{name}/nginx-standard_$a
+ chown nginx:nginx /var/log/%{name}/nginx-standard_$a
chmod 644 /var/log/%{name}/nginx-standard_$a
fi
done
@@ -504,7 +504,7 @@
%preun standard
if [ "$1" = "0" ];then
if [ -f /var/lock/subsys/%{name}-standard ]; then
- %service -q %{name}-standard stop
+ %service -q %{name}-standard stop
fi
/sbin/chkconfig --del %{name}-standard
fi
@@ -614,6 +614,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.68 2007-11-30 22:15:34 sardzent
+- a little bit of adapter
+
Revision 1.67 2007-11-30 20:35:46 sardzent
- fixed SOURCE
- fixed %post and %preun
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.67&r2=1.68&f=u
More information about the pld-cvs-commit
mailing list