template-specs: webapp.spec - no need to have config migration trigger samples

glen glen at pld-linux.org
Sat Feb 5 10:33:05 CET 2011


Author: glen                         Date: Sat Feb  5 09:33:05 2011 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- no need to have config migration trigger samples

---- Files affected:
template-specs:
   webapp.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: template-specs/webapp.spec
diff -u template-specs/webapp.spec:1.61 template-specs/webapp.spec:1.62
--- template-specs/webapp.spec:1.61	Wed Jan  5 21:56:49 2011
+++ template-specs/webapp.spec	Sat Feb  5 10:33:00 2011
@@ -13,9 +13,6 @@
 #URL:		-
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires:	webapps
-%if %{with trigger}
-Requires(triggerpostun):	sed >= 4.0
-%endif
 # see packages/webapps/webapps.README for description and complete listing
 #Requires:	webserver(access)
 #Requires:	webserver(alias)
@@ -62,9 +59,8 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
-#install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
 
-#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
@@ -111,7 +107,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.php
-#%{_appdir}
+%{_appdir}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -119,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2011/02/05 09:33:00  glen
+- no need to have config migration trigger samples
+
 Revision 1.61  2011/01/05 20:56:49  glen
 - webserver configs
 
================================================================

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



More information about the pld-cvs-commit mailing list