]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- moved schemas do phpBB-install
authorTomek Orzechowski <orzech@pld-linux.org>
Fri, 10 Jan 2003 16:39:41 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 6

Changed files:
    phpBB.spec -> 1.25

phpBB.spec

index 976fad6fa1be06ed92ece25065ed52b051598c53..fe22069372349e7a82b4818184050a46c6c2035f 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A feature-rich PHP discussion board
 Summary(pl):   Forum dyskusyjne o du¿ych mo¿liwo¶ciach
 Name:          phpBB
 Version:       2.0.3
-Release:       5
+Release:       6
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://prdownloads.sourceforge.net/phpbb/%{name}-%{version}.tar.gz
@@ -55,11 +55,12 @@ Pakiet potrzebny do instalacji forum %{name}.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpdir}/{admin,db,images,includes,language,templates}
+install -d $RPM_BUILD_ROOT%{_phpdir}/{admin,db{,schemas},images,includes,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
 
 cp -R images/*         $RPM_BUILD_ROOT%{_phpdir}/images
@@ -83,7 +84,7 @@ echo "Remember to uninstall %{name}-install after initiation of %{name}!!"
 
 %files
 %defattr(644,root,root,755)
-%doc docs/* db/schemas/*
+%doc docs/* 
 %attr(755,root,http) %dir %{_phpdir}
 %attr(640,root,http) %config(noreplace) %{_phpdir}/config.php
 %attr(640,root,http) %{_phpdir}/[efglmpsv]*.php
@@ -123,3 +124,4 @@ echo "Remember to uninstall %{name}-install after initiation of %{name}!!"
 %defattr(644,root,root,755)
 %attr(640,root,http) %{_phpdir}/install.php
 %attr(640,root,http) %{_phpdir}/up*.php
+%attr(640,root,http) %{_phpdir}/db/schemas/*.sql
This page took 0.431698 seconds and 4 git commands to generate.