]> git.pld-linux.org Git - packages/php-pear-HTML_QuickForm.git/commitdiff
- simplifications in %install. php-pear-HTML_QuickForm-2_3-1
authorkloczek <kloczek@pld-linux.org>
Sun, 30 Jun 2002 19:43:12 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_QuickForm.spec -> 1.3

php-pear-HTML_QuickForm.spec

index 792ec53063317e50ecd74643ee2e3e71e15fb439..77d8379e9d1203ab1bddef102d7e7a5cea6142c8 100644 (file)
@@ -52,12 +52,10 @@ i przetwarzania formularzy HTML. Cechy:
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{_pearname}-%{version}
-
 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
 
-install *.php                  $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
-install %{_subclass}/*.php     $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
+install %{_pearname}-%{version}/%{_subclass}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/%{_subclass}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.0637 seconds and 4 git commands to generate.