]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- comments
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Sep 2005 00:16:36 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear.spec -> 1.18

php-pear.spec

index 6364dee0150e8c16937dc809c0e18b24b65252bb..50e5800939e48221aff05d17b196696289c75955 100644 (file)
@@ -56,12 +56,15 @@ Testy dla PEAR::%{_pearname}.
 %prep
 %pear_package_setup
 
+# docs/tests -> tests
 install -d ./%{php_pear_dir}/tests/%{_pearname}
 mv docs/%{_pearname}/tests/* ./%{php_pear_dir}/tests/%{_pearname}
 
+# class/examples -> docs
 install -d docs/%{_pearname}/examples
 mv ./%{php_pear_dir}/%{_class}/examples/* docs/%{_pearname}/examples
 
+# class/test -> tests
 install -d ./%{php_pear_dir}/tests/%{_pearname}
 mv ./%{php_pear_dir}/{%{_class}/test/*,tests/%{_pearname}}
 
This page took 0.10741 seconds and 4 git commands to generate.