SPECS: phorum.spec - 5.1.25
glen
glen at pld-linux.org
Thu Dec 27 18:18:40 CET 2007
Author: glen Date: Thu Dec 27 17:18:40 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 5.1.25
---- Files affected:
SPECS:
phorum.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/phorum.spec
diff -u SPECS/phorum.spec:1.24 SPECS/phorum.spec:1.25
--- SPECS/phorum.spec:1.24 Tue Feb 13 09:06:39 2007
+++ SPECS/phorum.spec Thu Dec 27 18:18:34 2007
@@ -2,12 +2,12 @@
Summary: Phorum is a web based message board written in PHP
Summary(pl.UTF-8): Phorum - implementacja forum WWW w PHP
Name: phorum
-Version: 5.0.21
-Release: 0.20
+Version: 5.1.25
+Release: 0.2
License: Apache-like
Group: Applications/WWW
Source0: http://www.phorum.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 9793ba89aa3ab074163e1c61e4cea25c
+# Source0-md5: 1f4741081156e73752fb49a89687b7de
Source1: %{name}-apache.conf
Patch0: %{name}-paths.patch
URL: http://www.phorum.org/
@@ -56,10 +56,12 @@
%prep
%setup -q
%patch0 -p1
-rm {cache,portable,include,mods}/.htaccess
-rm -rf include/db/upgrade/mysql/200{3,4}* # Not supported in PLD
+rm {scripts,templates,cache,portable,include,mods}/.htaccess
mv include/db/config.php.sample .
+# kill old files by phorum
+rm -f post.php
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}/htdocs/templates/default,/var/cache/phorum}
@@ -67,7 +69,7 @@
cp -a *.php $RPM_BUILD_ROOT%{_appdir}/htdocs
mv $RPM_BUILD_ROOT%{_appdir}/{htdocs/,}common.php
cp -a include mods templates $RPM_BUILD_ROOT%{_appdir}
-cp -a images smileys $RPM_BUILD_ROOT%{_appdir}/htdocs
+cp -a images $RPM_BUILD_ROOT%{_appdir}/htdocs
mv $RPM_BUILD_ROOT%{_appdir}/{,htdocs/}templates/default/images
install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
@@ -102,7 +104,7 @@
%files
%defattr(644,root,root,755)
-%doc docs/* *.txt scripts portable
+%doc docs/* scripts portable
%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
@@ -112,27 +114,30 @@
%{_appdir}/mods
%dir %{_appdir}/include
%{_appdir}/include/*.php
-%{_appdir}/include/*.js
%{_appdir}/include/db
%{_appdir}/include/controlcenter
%{_appdir}/include/lang
+%{_appdir}/include/posting
%dir %{_appdir}/htdocs
-%{_appdir}/htdocs/attach.php
+%{_appdir}/htdocs/addon.php
%{_appdir}/htdocs/control.php
-%{_appdir}/htdocs/edit.php
%{_appdir}/htdocs/file.php
%{_appdir}/htdocs/follow.php
%{_appdir}/htdocs/index.php
%{_appdir}/htdocs/list.php
%{_appdir}/htdocs/login.php
%{_appdir}/htdocs/moderation.php
-%{_appdir}/htdocs/post.php
+%{_appdir}/htdocs/pm.php
+%{_appdir}/htdocs/posting.php
%{_appdir}/htdocs/profile.php
%{_appdir}/htdocs/read.php
+%{_appdir}/htdocs/redirect.php
%{_appdir}/htdocs/register.php
+%{_appdir}/htdocs/report.php
+%{_appdir}/htdocs/rss.php
%{_appdir}/htdocs/script.php
%{_appdir}/htdocs/search.php
-%{_appdir}/htdocs/smileys
+%{_appdir}/htdocs/versioncheck.php
%{_appdir}/htdocs/templates
%{_appdir}/htdocs/images
%dir %attr(770,root,http) /var/cache/phorum
@@ -148,6 +153,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2007-12-27 17:18:34 glen
+- 5.1.25
+
Revision 1.24 2007-02-13 08:06:39 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phorum.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list