SPECS: nginx.spec - better place for %{__make} clean
sardzent
sardzent at pld-linux.org
Thu Nov 29 22:43:26 CET 2007
Author: sardzent Date: Thu Nov 29 21:43:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- better place for %{__make} clean
---- Files affected:
SPECS:
nginx.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.46 SPECS/nginx.spec:1.47
--- SPECS/nginx.spec:1.46 Thu Nov 29 20:37:46 2007
+++ SPECS/nginx.spec Thu Nov 29 22:43:21 2007
@@ -329,10 +329,10 @@
mv -f objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.bs contrib/nginx.bs
mv -f objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so contrib/nginx.so
mv -f objs/src/http/modules/perl/nginx.pm contrib/nginx.pm
+%{__make} clean
%endif
%if %{with mail}
-%{__make} clean
./configure \
--prefix=%{_prefix} \
--sbin-path=%{_sbindir}/%{name} \
@@ -359,10 +359,10 @@
%{?debug:--with-debug}
%{__make}
mv -f objs/nginx contrib/nginx.mail
+%{__make} clean
%endif
%if %{with light}
-%{__make} clean
./configure \
--prefix=%{_prefix} \
--sbin-path=%{_sbindir}/%{name} \
@@ -392,6 +392,7 @@
%{?debug:--with-debug}
%{__make}
mv -f objs/nginx contrib/nginx.light
+%{__make} clean
%endif
%{__make} clean
@@ -587,6 +588,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2007-11-29 21:43:21 sardzent
+- better place for %{__make} clean
+
Revision 1.46 2007-11-29 19:37:46 ankry
- typos, pl fixes, UTF fixes and other cosmetics
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nginx.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list