Summary: A feature-rich PHP discussion board Summary(pl): Forum dyskusyjne o dużych możliwościach Name: phpBB Version: 2.0.5 Release: 1 License: GPL v2 Group: Applications/WWW Source0: http://dl.sourceforge.net/phpbb/%{name}-%{version}.tar.gz # Source0-md5: 602cf40b6ea57c042a83e394f0722fef Source1: http://dl.sourceforge.net/phpbb/lang_polish.tar.gz # Source1-md5: feabc41c40577dbdb148b06d3e0a9f41 Source2: http://dl.sourceforge.net/phpbb/subSilver_polish.tar.gz # Source2-md5: 9367f7a761aef3795ffa296b413136b4 Source3: http://dl.sourceforge.net/phpbb/lang_german.tar.gz # Source3-md5: 5a36c6b00740e17a12500ad303c92113 Source4: http://dl.sourceforge.net/phpbb/subSilver_german.tar.gz # Source4-md5: 8340f310ee4892f3e19da3e000fdb708 Source5: http://dl.sourceforge.net/phpbb/lang_french.tar.gz # Source5-md5: c81f843d4adf0a086efef590074478e6 Source6: http://dl.sourceforge.net/phpbb/subSilver_french.tar.gz # Source6-md5: 419157eb144fa81b7464a5f2edeea434 URL: http://www.phpbb.com/ Requires: php-pcre Requires: webserver BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _phpdir /home/services/httpd/html/phpBB %description phpBB is a UBB-style dissussion board written in PHP backended by a MySQL database. It includes features such as posting/replying/editing messages, private messages, private forums, user and anonymous posting, robust theming, user ranking by posts or by special, admin definable, ranks, and much more. %description -l pl phpBB jest forum dyskusyjnym w stylu UBB napisanym w PHP z użyciem bazy danych MySQL. Ma możliwości takie jak: wysyłanie, odpisywanie, edycja wiadomości, prywatne wiadomości, prywatne fora, wysyłanie jako użytkownik i anonimowe, bogaty wybór motywów, ranking użytkowników według ich wiadomości lub specjalne, definiowane przez administratora, rankingi i wiele innych. %package install Summary: A feature-rich PHP discussion board - installer Summary(pl): Forum dyskusyjne o dużych możliwościach - instalator Group: Applications/Databases/Interfaces Requires: phpBB %description install Package needed for %{name} forum instalation. %description install -l pl Pakiet potrzebny do instalacji forum %{name}. %prep %setup -q -n %{name}2 %install rm -rf $RPM_BUILD_ROOT 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 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 cp -R templates/* $RPM_BUILD_ROOT%{_phpdir}/templates tar zxfv %{SOURCE1} -C $RPM_BUILD_ROOT%{_phpdir}/language/ tar zxfv %{SOURCE2} -C $RPM_BUILD_ROOT%{_phpdir}/templates/ tar zxfv %{SOURCE3} -C $RPM_BUILD_ROOT%{_phpdir}/language/ tar zxfv %{SOURCE4} -C $RPM_BUILD_ROOT%{_phpdir}/templates/ tar zxfv %{SOURCE5} -C $RPM_BUILD_ROOT%{_phpdir}/language/ tar zxfv %{SOURCE6} -C $RPM_BUILD_ROOT%{_phpdir}/templates/ %clean rm -rf $RPM_BUILD_ROOT %post install echo "Remember to uninstall %{name}-install after initiation of %{name}!!" %files %defattr(644,root,root,755) %doc docs/* %attr(755,root,http) %dir %{_phpdir} %attr(640,root,http) %config(noreplace) %{_phpdir}/config.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 %attr(750,root,http) %dir %{_phpdir}/images %attr(750,root,http) %dir %{_phpdir}/includes %{_phpdir}/admin/* %{_phpdir}/db/* %{_phpdir}/images/* %{_phpdir}/includes/* %attr(750,root,http) %dir %{_phpdir}/templates %attr(750,root,http) %dir %{_phpdir}/templates/subSilver %attr(750,root,http) %dir %{_phpdir}/templates/subSilver/admin %attr(640,root,http) %{_phpdir}/templates/subSilver/admin/* %attr(640,root,http) %{_phpdir}/templates/subSilver/*.* %attr(750,root,http) %dir %{_phpdir}/templates/subSilver/images %attr(640,root,http) %{_phpdir}/templates/subSilver/images/*.* %attr(640,root,http) %{_phpdir}/language/*.htm %lang(en) %{_phpdir}/language/lang_english %lang(en) %{_phpdir}/templates/subSilver/images/lang_english %lang(pl) %{_phpdir}/language/lang_polish %lang(pl) %{_phpdir}/templates/subSilver/images/lang_polish %lang(de) %{_phpdir}/language/lang_german %lang(de) %{_phpdir}/templates/subSilver/images/lang_german %lang(fr) %{_phpdir}/language/lang_french %lang(fr) %{_phpdir}/templates/subSilver/images/lang_french %files install %defattr(644,root,root,755) %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