Author: glen Date: Wed Mar 8 16:41:09 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - cache dir
---- Files affected: SPECS: phorum.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/phorum.spec diff -u SPECS/phorum.spec:1.16 SPECS/phorum.spec:1.17 --- SPECS/phorum.spec:1.16 Wed Mar 8 17:30:58 2006 +++ SPECS/phorum.spec Wed Mar 8 17:41:03 2006 @@ -3,7 +3,7 @@ Summary(pl): Phorum - implementacja forum WWW w PHP Name: phorum Version: 5.0.21 -Release: 0.12 +Release: 0.13 License: Apache-like Group: Applications/WWW Source0: http://www.phorum.org/downloads/%{name}-%{version}.tar.bz2 @@ -61,11 +61,11 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}/htdocs/templates/default} +install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}/htdocs/templates/default,/var/cache/phorum} cp -a *.php $RPM_BUILD_ROOT%{_appdir}/htdocs mv $RPM_BUILD_ROOT%{_appdir}/{htdocs/,}common.php -cp -a cache include mods templates $RPM_BUILD_ROOT%{_appdir} +cp -a include mods templates $RPM_BUILD_ROOT%{_appdir} cp -a images smileys $RPM_BUILD_ROOT%{_appdir}/htdocs mv $RPM_BUILD_ROOT%{_appdir}/{,htdocs/}templates/default/images @@ -123,6 +123,7 @@ %{_appdir}/htdocs/smileys %{_appdir}/htdocs/templates %{_appdir}/htdocs/images +%dir %attr(770,root,http) /var/cache/phorum %files setup %defattr(644,root,root,755) @@ -135,6 +136,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2006/03/08 16:41:03 glen +- cache dir + Revision 1.16 2006/03/08 16:30:58 glen - separate htdocs and includes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/phorum.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
