]> git.pld-linux.org Git - packages/phpBB.git/blobdiff - phpBB.spec
- 2.0.15, rel 1, STBR
[packages/phpBB.git] / phpBB.spec
index dc52e25b8676a92bb676491ac51ff244811905e6..e73bc9ed10d6b95bc6de58a41c625f563db92b79 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.14
-Release:       0.9
+Version:       2.0.15
+Release:       1
 License:       GPL v2
 Group:         Applications/WWW
 #Source0:      http://dl.sourceforge.net/phpbb/%{name}-%{version}.tar.bz2
@@ -60,7 +60,6 @@ Package needed for %{name} forum instalation.
 Pakiet potrzebny do instalacji forum %{name}.
 
 %prep
-#%setup -q -n phpbb-php5
 %setup -q -c
 
 %install
@@ -81,7 +80,7 @@ cp -R images/avatars/*        $RPM_BUILD_ROOT%{_avatardir}
 cp -R language/*       $RPM_BUILD_ROOT%{_phpdir}/language
 cp -R templates/*      $RPM_BUILD_ROOT%{_phpdir}/templates
 rm -rf $RPM_BUILD_ROOT%{_phpdir}/images/avatars
-ln -sf $RPM_BUILD_ROOT%{_avatardir} $RPM_BUILD_ROOT%{_phpdir}/images/avatars
+ln -sf %{_avatardir} $RPM_BUILD_ROOT%{_phpdir}/images/avatars
 
 install config.php $RPM_BUILD_ROOT%{_confdir}
 install %{SOURCE8} $RPM_BUILD_ROOT%{_confdir}/favicon.ico
@@ -184,6 +183,7 @@ fi
 %{_phpdir}/admin/*
 %{_phpdir}/db/*
 %{_phpdir}/images/smiles/*
+%{_phpdir}/images/avatars
 %{_avatardir}/*
 %{_phpdir}/includes/*
 %{_phpdir}/templates/index.htm
This page took 0.025414 seconds and 4 git commands to generate.