SPECS: php-pear-PEAR_PackageUpdate.spec - updated to 1.0.0 (stable...
adamg
adamg at pld-linux.org
Sat May 3 10:37:55 CEST 2008
Author: adamg Date: Sat May 3 08:37:55 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.0 (stable); tests subpkg
---- Files affected:
SPECS:
php-pear-PEAR_PackageUpdate.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/php-pear-PEAR_PackageUpdate.spec
diff -u SPECS/php-pear-PEAR_PackageUpdate.spec:1.10 SPECS/php-pear-PEAR_PackageUpdate.spec:1.11
--- SPECS/php-pear-PEAR_PackageUpdate.spec:1.10 Thu Jan 31 13:16:09 2008
+++ SPECS/php-pear-PEAR_PackageUpdate.spec Sat May 3 10:37:50 2008
@@ -2,18 +2,18 @@
%include /usr/lib/rpm/macros.php
%define _class PEAR
%define _subclass PackageUpdate
-%define _status beta
+%define _status stable
%define _pearname PEAR_PackageUpdate
Summary: %{_pearname} - a simple way to update packages at runtime
Summary(pl.UTF-8): %{_pearname} - prosty sposób do aktualizacji paczek w czasie działania aplikacji
Name: php-pear-%{_pearname}
-Version: 0.7.0
-Release: 2
+Version: 1.0.0
+Release: 1
License: PHP License
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: d29c88f59f98cc13ba96ff2cd3f73635
+# Source0-md5: d4c0d2c41c8a26247d17f98c92a5e761
URL: http://pear.php.net/package/PEAR_PackageUpdate/
BuildRequires: php-pear-PEAR
BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -64,6 +64,19 @@
Ta klasa ma w PEAR status: %{_status}.
+%package tests
+Summary: Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8): Testy dla PEAR::%{_pearname}
+Group: Development
+Requires: %{name} = %{epoch}:%{version}-%{release}
+AutoReq: no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
%prep
%pear_package_setup
@@ -80,8 +93,11 @@
%doc install.log
%{php_pear_dir}/.registry/*.reg
%{php_pear_dir}/PEAR/PackageUpdate.php
-%dir %{php_pear_dir}/PEAR/PackageUpdate
-%{php_pear_dir}/PEAR/PackageUpdate/Cli.php
+%{php_pear_dir}/PEAR/PackageUpdate
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/PEAR_PackageUpdate
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -89,6 +105,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2008-05-03 08:37:50 adamg
+- updated to 1.0.0 (stable); tests subpkg
+
Revision 1.10 2008-01-31 12:16:09 glen
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pear-PEAR_PackageUpdate.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list