]> git.pld-linux.org Git - packages/php-pear-System_Command.git/commitdiff
- up to 1.0.8 auto/th/php-pear-System_Command-1_0_8-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 25 Mar 2012 20:38:03 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-System_Command.spec -> 1.32

php-pear-System_Command.spec

index c210861a26a1d964950e4248dca15e9c1574f3ac..dc5e1787397324584147ce5fc7ab0e47645d3360 100644 (file)
@@ -1,21 +1,19 @@
+%define                status          stable
+%define                pearname        System_Command
 %include       /usr/lib/rpm/macros.php
-%define                _class          System
-%define                _subclass       Command
-%define                _status         stable
-%define                _pearname       %{_class}_%{_subclass}
-Summary:       %{_pearname} - commandline execution interface
-Summary(pl.UTF-8):     %{_pearname} - interfejs do wykonywania poleceń systemowych
-Name:          php-pear-%{_pearname}
-Version:       1.0.7
+Summary:       %{pearname} - commandline execution interface
+Summary(pl.UTF-8):     %{pearname} - interfejs do wykonywania poleceń systemowych
+Name:          php-pear-%{pearname}
+Version:       1.0.8
 Release:       1
 License:       PHP 2.02
 Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 9d0cb3e1c768aa5f0196bcc9b6becc95
+Source0:       http://pear.php.net/get/%{pearname}-%{version}.tgz
+# Source0-md5: c90211d85422a60c626a15fcc56702fd
 URL:           http://pear.php.net/package/System_Command/
 BuildRequires: php-pear-PEAR
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
-BuildRequires: rpmbuild(macros) >= 1.300
+BuildRequires: rpmbuild(macros) >= 1.580
 Requires:      php-pear
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,7 +25,7 @@ the exit status properly. This class give a formal interface to both,
 so that you can run a system command as comfortably as you would run a
 PHP function, which full pear error handling as results on failure.
 
-In PEAR status of this package is: %{_status}.
+In PEAR status of this package is: %{status}.
 
 %description -l pl.UTF-8
 Używanie funkcji z poleceń systemowych może być niebezpieczne, jeśli
@@ -37,11 +35,13 @@ pozwala na wywoływanie poleceń systemowych w sposób tak wygodny, jak
 wywołanie funkcji PHP, która używa obsługi błędów PEAR-a w przypadku
 niepowodzenia.
 
-Ta klasa ma w PEAR status: %{_status}.
+Ta klasa ma w PEAR status: %{status}.
 
 %prep
 %pear_package_setup
 
+mv .%{php_pear_dir}/data/System_Command/README .
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{php_pear_dir}
@@ -52,7 +52,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README
 %doc install.log
 %{php_pear_dir}/.registry/*.reg
-%dir %{php_pear_dir}/%{_class}
-%{php_pear_dir}/%{_class}/*.php
+%dir %{php_pear_dir}/System
+%{php_pear_dir}/System/*.php
This page took 0.15586 seconds and 4 git commands to generate.