]> git.pld-linux.org Git - packages/flyspray.git/commitdiff
- use %php_data_dir macro
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jun 2008 05:29:17 +0000 (05:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flyspray.spec -> 1.23

flyspray.spec

index 4e67ba116b8013723da78890969f082dd1d7b0d9..f1f30654ba5894cb615bc7af1f7c058f95128f7e 100644 (file)
@@ -13,7 +13,7 @@ Source3:      http://flyspray.rocks.cc/files/pl-%{version}.zip
 # Source3-md5: c96d26a3f6599b9a53f8f563a1d4a453
 Patch0:                %{name}-PLD.patch
 URL:           http://flyspray.rocks.cc/
-BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: rpmbuild(macros) >= 1.461
 BuildRequires: unzip
 Requires(triggerpostun):       sed >= 4.0
 Requires:      adodb >= 4.67-1.17
@@ -137,7 +137,7 @@ if [ "$httpd_reload" ]; then
        %service httpd reload
 fi
 
-%{__sed} -i -e 's,%{php_pear_dir}/adodb/adodb.inc.php,/usr/share/php/adodb/adodb.inc.php,' %{_sysconfdir}/flyspray.conf
+%{__sed} -i -e 's,%{php_pear_dir}/adodb/adodb.inc.php,%{php_data_dir}/adodb/adodb.inc.php,' %{_sysconfdir}/flyspray.conf
 
 %files
 %defattr(644,root,root,755)
This page took 0.055594 seconds and 4 git commands to generate.