SPECS: template-webapp.spec - use cp -a to preserve timestamps

glen glen at pld-linux.org
Tue Oct 16 07:19:06 CEST 2007


Author: glen                         Date: Tue Oct 16 05:19:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use cp -a to preserve timestamps

---- Files affected:
SPECS:
   template-webapp.spec (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SPECS/template-webapp.spec
diff -u SPECS/template-webapp.spec:1.55 SPECS/template-webapp.spec:1.56
--- SPECS/template-webapp.spec:1.55	Tue Oct 16 05:15:28 2007
+++ SPECS/template-webapp.spec	Tue Oct 16 07:19:01 2007
@@ -55,10 +55,10 @@
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 #install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
 
-#install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-install apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-install apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
-install lighttpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
+#cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+cp -a apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+cp -a apache.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+cp -a lighttpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
 
 # %webapp_* macros usage extracted from /usr/lib/rpm/macros.build:
 #
@@ -102,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.56  2007/10/16 05:19:01  glen
+- use cp -a to preserve timestamps
+
 Revision 1.55  2007/10/16 03:15:28  glen
 - start with rel 0.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-webapp.spec?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list