Author: prism Date: Mon May 12 17:27:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - package alias for lighttpd
---- Files affected: SPECS: phpPgAdmin.spec (1.72 -> 1.73) ---- Diffs: ================================================================ Index: SPECS/phpPgAdmin.spec diff -u SPECS/phpPgAdmin.spec:1.72 SPECS/phpPgAdmin.spec:1.73 --- SPECS/phpPgAdmin.spec:1.72 Sat May 3 15:47:19 2008 +++ SPECS/phpPgAdmin.spec Mon May 12 19:27:51 2008 @@ -12,6 +12,7 @@ Source0: http://dl.sourceforge.net/phppgadmin/%{name}-%{version}.tar.bz2 # Source0-md5: 8107664997067bc02a6f3d65ad958d2c Source1: %{name}-apache.conf +Source2: %{name}-lighttpd.conf Patch0: %{name}-config.patch #Patch1: %{name}-adodb.patch URL: http://phppgadmin.sourceforge.net/ @@ -65,7 +66,7 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf -#install lighttpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf +install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf %triggerin -- apache1 < 1.3.37-3, apache1-base %webapp_register apache %{_webapp} @@ -79,11 +80,11 @@ %triggerun -- apache < 2.2.0, apache-base %webapp_unregister httpd %{_webapp} -#%%triggerin -- lighttpd -#%%webapp_register lighttpd %{_webapp} -# -#%%triggerun -- lighttpd -#%%webapp_unregister lighttpd %{_webapp} +%triggerin -- lighttpd +%webapp_register lighttpd %{_webapp} + +%triggerun -- lighttpd +%webapp_unregister lighttpd %{_webapp} %triggerpostun -- %{name} < 4.0.1-1.2 # rescue app config @@ -156,7 +157,7 @@ %dir %attr(750,root,http) %{_sysconfdir} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf %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,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} @@ -167,6 +168,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.73 2008-05-12 17:27:51 prism +- package alias for lighttpd + Revision 1.72 2008-05-03 13:47:19 adamg - release 2 (rel. 1 is for Ac) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phpPgAdmin.spec?r1=1.72&r2=1.73&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
