SPECS: php-pear-PEAR_PackageFileManager.spec - 1.6.0-stable
glen
glen at pld-linux.org
Thu Mar 1 01:07:11 CET 2007
Author: glen Date: Thu Mar 1 00:07:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.6.0-stable
---- Files affected:
SPECS:
php-pear-PEAR_PackageFileManager.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/php-pear-PEAR_PackageFileManager.spec
diff -u SPECS/php-pear-PEAR_PackageFileManager.spec:1.43 SPECS/php-pear-PEAR_PackageFileManager.spec:1.44
--- SPECS/php-pear-PEAR_PackageFileManager.spec:1.43 Tue Feb 13 09:06:40 2007
+++ SPECS/php-pear-PEAR_PackageFileManager.spec Thu Mar 1 01:07:06 2007
@@ -2,19 +2,19 @@
%include /usr/lib/rpm/macros.php
%define _class PEAR
%define _subclass PackageFileManager
-%define _status beta
+%define _status stable
%define _pearname %{_class}_%{_subclass}
Summary: %{_pearname} - takes an existing package.xml file and updates it with a new filelist and changelog
Summary(pl.UTF-8): %{_pearname} - aktualizacja package.xml (dodanie nowej listy plików oraz listy zmian)
Name: php-pear-%{_pearname}
Version: 1.6.0
-Release: 0.b4.1
+Release: 1
Epoch: 0
License: PHP 2.02
Group: Development/Languages/PHP
-Source0: http://pear.php.net/get/%{_pearname}-%{version}b4.tgz
-# Source0-md5: 44906cc9721b07e900dfdb7d873c7b3c
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: c6881ff1ae31ad28da66978e5e4c6868
URL: http://pear.php.net/package/PEAR_PackageFileManager/
BuildRequires: php-pear-PEAR
BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -95,9 +95,14 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+ cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
%files
%defattr(644,root,root,755)
-%doc install.log
+%doc install.log optional-packages.txt
%doc docs/%{_pearname}/examples
%{php_pear_dir}/.registry/*.reg
%dir %{php_pear_dir}/%{_class}/%{_subclass}
@@ -114,6 +119,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2007/03/01 00:07:06 glen
+- 1.6.0-stable
+
Revision 1.43 2007/02/13 08:06:40 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-PEAR_PackageFileManager.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list