SPECS: phorum.spec - update to 5.0.21

glen glen at pld-linux.org
Wed Mar 8 14:12:30 CET 2006


Author: glen                         Date: Wed Mar  8 13:12:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 5.0.21

---- Files affected:
SPECS:
   phorum.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/phorum.spec
diff -u SPECS/phorum.spec:1.12 SPECS/phorum.spec:1.13
--- SPECS/phorum.spec:1.12	Wed Mar  8 13:14:48 2006
+++ SPECS/phorum.spec	Wed Mar  8 14:12:24 2006
@@ -2,15 +2,16 @@
 Summary:	Phorum is a web based message board written in PHP
 Summary(pl):	Phorum - implementacja forum WWW w PHP
 Name:		phorum
-Version:	5.0.10
+Version:	5.0.21
 Release:	0.2
 License:	Apache-like
 Group:		Applications/WWW
-Source0:	http://phorum.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5:	52519423489765db680acc1b1d17eba5
-URL:		http://phorum.org/
+Source0:	http://www.phorum.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5:	9793ba89aa3ab074163e1c61e4cea25c
+Source1:	%{name}-apache.conf
+URL:		http://www.phorum.org/
 BuildRequires:	rpmbuild(macros) >= 1.268
-Requires:	php >= 3:4.0.6
+Requires:	php >= 3:4.3.0
 Requires:	webapps
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,8 +46,8 @@
 cp -a *.php $RPM_BUILD_ROOT%{_appdir}
 cp -a cache images include mods portable smileys templates $RPM_BUILD_ROOT%{_appdir}
 
-> $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
-> $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
+install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,40 +70,19 @@
 %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
-%{_appdir}/admin.php
-%{_appdir}/attach.php
-%{_appdir}/common.php
-%{_appdir}/control.php
-%{_appdir}/edit.php
-%{_appdir}/file.php
-%{_appdir}/follow.php
-%{_appdir}/images
-%{_appdir}/include/admin
-%{_appdir}/include/*.php
-%{_appdir}/include/controlcenter
-%{_appdir}/include/db/config.php.sample
-%{_appdir}/include/db/mysql.php
-%{_appdir}/include/db/postgresql.php
-%{_appdir}/include/db/upgrade/mysql
-%{_appdir}/include/dhtml_popup.js
-%{_appdir}/include/lang/english.php
-%{_appdir}/index.php
-%{_appdir}/list.php
-%{_appdir}/login.php
-%{_appdir}/moderation.php
-%{_appdir}/mods/bbcode
-%{_appdir}/mods/html
-%{_appdir}/mods/replace
-%{_appdir}/mods/smileys
+%{_appdir}/*.php
+%{_appdir}/mods
 %{_appdir}/portable
-%{_appdir}/post.php
-%{_appdir}/profile.php
-%{_appdir}/read.php
-%{_appdir}/register.php
-%{_appdir}/script.php
-%{_appdir}/search.php
 %{_appdir}/smileys
 %{_appdir}/templates
+%{_appdir}/images
+%dir %{_appdir}/include
+%{_appdir}/include/*.php
+%{_appdir}/include/*.js
+%{_appdir}/include/db
+%{_appdir}/include/admin
+%{_appdir}/include/controlcenter
+%{_appdir}/include/lang
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -110,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/03/08 13:12:24  glen
+- update to 5.0.21
+
 Revision 1.12  2006/03/08 12:14:48  glen
 - webapps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/phorum.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list