packages: php-pear-System_Command/php-pear-System_Command.spec - up to 1.0.8
glen
glen at pld-linux.org
Sun Mar 25 22:38:08 CEST 2012
Author: glen Date: Sun Mar 25 20:38:08 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 1.0.8
---- Files affected:
packages/php-pear-System_Command:
php-pear-System_Command.spec (1.31 -> 1.32)
---- Diffs:
================================================================
Index: packages/php-pear-System_Command/php-pear-System_Command.spec
diff -u packages/php-pear-System_Command/php-pear-System_Command.spec:1.31 packages/php-pear-System_Command/php-pear-System_Command.spec:1.32
--- packages/php-pear-System_Command/php-pear-System_Command.spec:1.31 Tue Nov 16 09:23:47 2010
+++ packages/php-pear-System_Command/php-pear-System_Command.spec Sun Mar 25 22:38:03 2012
@@ -1,22 +1,20 @@
# $Revision$, $Date$
+%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)
@@ -28,7 +26,7 @@
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
@@ -38,11 +36,13 @@
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}
@@ -53,10 +53,11 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -64,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.32 2012/03/25 20:38:03 glen
+- up to 1.0.8
+
Revision 1.31 2010/11/16 08:23:47 glen
- updated to: 1.0.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/php-pear-System_Command/php-pear-System_Command.spec?r1=1.31&r2=1.32
More information about the pld-cvs-commit
mailing list