SPECS: nginx.spec - should work without make clean - make clean br...
shadzik
shadzik at pld-linux.org
Fri Nov 30 20:44:34 CET 2007
Author: shadzik Date: Fri Nov 30 19:44:34 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- should work without make clean - make clean breaks build if --without perl
---- Files affected:
SPECS:
nginx.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.65 SPECS/nginx.spec:1.66
--- SPECS/nginx.spec:1.65 Fri Nov 30 20:42:57 2007
+++ SPECS/nginx.spec Fri Nov 30 20:44:29 2007
@@ -291,7 +291,6 @@
%endif
%if %{with mail}
-%{__make} clean
./configure \
--prefix=%{_prefix} \
--sbin-path=%{_sbindir}/%{name}-mail \
@@ -321,7 +320,6 @@
%endif
%if %{with light}
-%{__make} clean
./configure \
--prefix=%{_prefix} \
--sbin-path=%{_sbindir}/%{name}-light \
@@ -353,7 +351,6 @@
mv -f objs/nginx contrib/nginx-light
%endif
-%{__make} clean
./configure \
--prefix=%{_prefix} \
--sbin-path=%{_sbindir}/%{name}-standard \
@@ -601,6 +598,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2007-11-30 19:44:29 shadzik
+- should work without make clean - make clean breaks build if --without perl
+
Revision 1.65 2007-11-30 19:42:57 sardzent
- doen't build with any -without (ex perl)
- bad logrotate file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list