]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- added icon and robots.txt file as config.
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 2 Dec 2004 07:23:21 +0000 (07:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpBB.spec -> 1.57

phpBB.spec

index 38fa6061f65d59fe12f9e3eb1f2addabb91c0abc..7a565e35f4ecad27199d0a21bdd3ad48deeea5d1 100644 (file)
@@ -21,6 +21,7 @@ Source5:      http://dl.sourceforge.net/phpbb/lang_french.tar.gz
 Source6:       http://dl.sourceforge.net/phpbb/subSilver_french.tar.gz
 # Source6-md5: 419157eb144fa81b7464a5f2edeea434
 Source7:        %{name}.conf
+Source8:       %{name}.ico
 URL:           http://www.phpbb.com/
 Requires:      php-pcre
 Requires:      webserver
@@ -76,8 +77,12 @@ cp -R images/*               $RPM_BUILD_ROOT%{_phpdir}/images
 cp -R language/*       $RPM_BUILD_ROOT%{_phpdir}/language
 cp -R templates/*      $RPM_BUILD_ROOT%{_phpdir}/templates
 
-cp config.php $RPM_BUILD_ROOT%{_sysconfdir}
+install config.php $RPM_BUILD_ROOT%{_sysconfdir}
+install %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/favicon.ico
+touch $RPM_BUILD_ROOT%{_sysconfdir}/robots.txt
 ln -sf %{_sysconfdir}/config.php $RPM_BUILD_ROOT%{_phpdir}/config.php
+ln -sf %{_sysconfdir}/favicon.ico $RPM_BUILD_ROOT%{_phpdir}/favicon.ico
+ln -sf %{_sysconfdir}/robots.txt $RPM_BUILD_ROOT%{_phpdir}/robots.txt
 
 tar zxfv %{SOURCE1} -C $RPM_BUILD_ROOT%{_phpdir}/language/
 tar zxfv %{SOURCE2} -C $RPM_BUILD_ROOT%{_phpdir}/templates/
This page took 0.083357 seconds and 4 git commands to generate.