]> git.pld-linux.org Git - packages/php-symfony2-PropertyAccess.git/commitdiff
install to php data dir auto/th/php-symfony2-PropertyAccess-2.7.7-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 21:25:35 +0000 (23:25 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 21:25:35 +0000 (23:25 +0200)
php-symfony2-PropertyAccess.spec

index e4b07bd2b63b9516519e058e63956b03c27b21af..88fe903145af5724e294d8c52e4dc81c7c5002fc 100644 (file)
@@ -33,10 +33,10 @@ phpab -n -e '*/Tests/*' -o autoload.php .
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{php_pear_dir}/Symfony/Component/%{package}
-cp -a *.php */ $RPM_BUILD_ROOT%{php_pear_dir}/Symfony/Component/%{package}
+install -d $RPM_BUILD_ROOT%{php_data_dir}/Symfony/Component/%{package}
+cp -a *.php */ $RPM_BUILD_ROOT%{php_data_dir}/Symfony/Component/%{package}
 
-%{__rm} -r $RPM_BUILD_ROOT%{php_pear_dir}/Symfony/Component/%{package}/Tests
+%{__rm} -r $RPM_BUILD_ROOT%{php_data_dir}/Symfony/Component/%{package}/Tests
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,6 +44,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG.md LICENSE README.md
-%dir %{php_pear_dir}/Symfony/Component/PropertyAccess
-%{php_pear_dir}/Symfony/Component/PropertyAccess/*.php
-%{php_pear_dir}/Symfony/Component/PropertyAccess/Exception
+%dir %{php_data_dir}/Symfony/Component/PropertyAccess
+%{php_data_dir}/Symfony/Component/PropertyAccess/*.php
+%{php_data_dir}/Symfony/Component/PropertyAccess/Exception
This page took 0.084256 seconds and 4 git commands to generate.