]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- up to 2.0.4 phpBB-2_0_4-1
authorTomek Orzechowski <orzech@pld-linux.org>
Thu, 16 Jan 2003 21:12:33 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpBB.spec -> 1.28

phpBB.spec

index e7dfae396b7efdd477735f7787bbdbb1666d40a4..2e3d606bd44dc6be16054dbe1654567933ac16a6 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       A feature-rich PHP discussion board
 Summary(pl):   Forum dyskusyjne o du¿ych mo¿liwo¶ciach
 Name:          phpBB
-Version:       2.0.3
-Release:       6
+Version:       2.0.4
+Release:       1
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://prdownloads.sourceforge.net/phpbb/%{name}-%{version}.tar.gz
@@ -12,7 +12,6 @@ Source3:      http://prdownloads.sourceforge.net/phpbb/lang_german.tar.gz
 Source4:       http://prdownloads.sourceforge.net/phpbb/subSilver_german.tar.gz
 Source5:       http://prdownloads.sourceforge.net/phpbb/lang_french.tar.gz
 Source6:       http://prdownloads.sourceforge.net/phpbb/subSilver_french.tar.gz
-Patch0:                %{name}-viewtopic-sec_fix.patch
 URL:           http://www.phpbb.com/
 Requires:      php-mysql >= 4.1.0
 Requires:      php-pcre
@@ -51,17 +50,17 @@ Pakiet potrzebny do instalacji forum %{name}.
 
 %prep
 %setup -q -n %{name}2
-%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpdir}/{admin,db/schemas,images,includes,language,templates}
+install -d $RPM_BUILD_ROOT%{_phpdir}/{admin,db,images,includes,install/schemas,language,templates}
 
 install *.{php,inc}    $RPM_BUILD_ROOT%{_phpdir}
 install admin/*.php    $RPM_BUILD_ROOT%{_phpdir}/admin
 install db/*.php       $RPM_BUILD_ROOT%{_phpdir}/db
-install db/schemas/*.sql $RPM_BUILD_ROOT%{_phpdir}/db/schemas
 install includes/*.php $RPM_BUILD_ROOT%{_phpdir}/includes
+install install/*.{htm,php} $RPM_BUILD_ROOT%{_phpdir}/install
+install install/schemas/*.sql $RPM_BUILD_ROOT%{_phpdir}/install/schemas
 
 cp -R images/*         $RPM_BUILD_ROOT%{_phpdir}/images
 cp -R language/*       $RPM_BUILD_ROOT%{_phpdir}/language
@@ -84,12 +83,11 @@ echo "Remember to uninstall %{name}-install after initiation of %{name}!!"
 
 %files
 %defattr(644,root,root,755)
-%doc docs/* 
+%doc docs/*
 %attr(755,root,http) %dir %{_phpdir}
 %attr(640,root,http) %config(noreplace) %{_phpdir}/config.php
-%attr(640,root,http) %{_phpdir}/[efglmpsv]*.php
-%attr(640,root,http) %{_phpdir}/index.php
-%attr(640,root,http) %{_phpdir}/com*.php
+%attr(640,root,http) %{_phpdir}/[^c]*.php
+%attr(640,root,http) %{_phpdir}/common.php
 %attr(640,root,http) %{_phpdir}/*.inc
 %attr(750,root,http) %dir %{_phpdir}/admin
 %attr(750,root,http) %dir %{_phpdir}/db
@@ -122,7 +120,9 @@ echo "Remember to uninstall %{name}-install after initiation of %{name}!!"
 
 %files install
 %defattr(644,root,root,755)
-%doc db/schemas/*.zip
-%attr(640,root,http) %{_phpdir}/install.php
-%attr(640,root,http) %{_phpdir}/up*.php
-%attr(640,root,http) %{_phpdir}/db/schemas/*.sql
+%doc install/schemas/*.zip
+%attr(750,root,http) %dir %{_phpdir}/install
+%attr(640,root,http) %{_phpdir}/install/*.php
+%attr(640,root,http) %{_phpdir}/install/*.htm
+%attr(750,root,http) %dir %{_phpdir}/install/schemas
+%attr(640,root,http) %{_phpdir}/install/schemas/*.sql
This page took 0.627127 seconds and 4 git commands to generate.