SPECS: nginx.spec - 0.5.10

aredridel aredridel at pld-linux.org
Wed Jan 31 02:00:27 CET 2007


Author: aredridel                    Date: Wed Jan 31 01:00:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 0.5.10

---- Files affected:
SPECS:
   nginx.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/nginx.spec
diff -u SPECS/nginx.spec:1.3 SPECS/nginx.spec:1.4
--- SPECS/nginx.spec:1.3	Wed Jan 31 01:38:18 2007
+++ SPECS/nginx.spec	Wed Jan 31 02:00:21 2007
@@ -11,7 +11,6 @@
 Group:		Applications
 Source0:	http://sysoev.ru/nginx/nginx-0.5.10.tar.gz
 # Source0-md5:	fb2a1656d63371b7f68ba36862110232
-Patch0:		%{name}-DESTDIR.patch
 URL:		http://nginx.net/
 %if %{with initscript}
 BuildRequires:	rpmbuild(macros) >= 1.228
@@ -33,7 +32,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # NB: not autoconf generated configure
@@ -45,7 +43,6 @@
 	--pid-path=%{_localstatedir}/run/%{name}.pid \
 	--user=nobody \
 	--group=nobody \
-	--with-threads \
 	--with-rtsig_module \
 	--with-select_module \
 	--with-poll_module \
@@ -64,9 +61,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}}
 
-%{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+cp -a conf/* $RPM_BUILD_ROOT%{_sysconfdir}
+
+cp objs/%{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
 
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.default
 rm -rf $RPM_BUILD_ROOT%{_prefix}/html
@@ -102,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/01/31 01:00:21  aredridel
+- 0.5.10
+
 Revision 1.3  2007/01/31 00:38:18  aredridel
 - 0.5.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nginx.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list