]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- pl description, missing dirs
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 25 Oct 2002 11:07:58 +0000 (11:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Q: does it really require _local_ mysql?

Changed files:
    phpBB.spec -> 1.2

phpBB.spec

index adf3ba3e9eb023792d7002eceb723e127888743f..b0c36150b40fb5e14a229d5eefdb110cdb1b6f12 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       A feature-rich PHP discussion board
-Summary(pl):   phpBB
+Summary(pl):   Forum dyskusyjne o du¿ych mo¿liwo¶ciach
 Name:          phpBB
 Version:       2.0.3
 Release:       1
@@ -10,7 +10,7 @@ URL:          http://www.phpbb.com/
 Requires:      mysql
 Requires:      php-mysql >= 4.1.0
 Requires:      webserver
-Buildarch:     noarch
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _phpdir /home/httpd/html/phpBB
@@ -22,6 +22,14 @@ 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.
+
 %prep
 %setup -q -n %{name}2
 
@@ -47,10 +55,15 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_phpdir}
 %{_phpdir}/*.php
 %{_phpdir}/*.inc
+%dir %{_phpdir}/admin
 %{_phpdir}/admin/*.php
+%dir %{_phpdir}/db
 %{_phpdir}/db/*.php
+%dir %{_phpdir}/includes
 %{_phpdir}/includes/*.php
+%dir %{_phpdir}/images
 %{_phpdir}/images/*.gif
+%dir %{_phpdir}/images/smiles
 %{_phpdir}/images/smiles/*.gif
 %{_phpdir}/language
 %{_phpdir}/templates
This page took 0.223201 seconds and 4 git commands to generate.