SPECS: php-pear-HTML_Menu.spec - 2.1.2
glen
glen at pld-linux.org
Sat Jun 3 23:49:15 CEST 2006
Author: glen Date: Sat Jun 3 21:49:15 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 2.1.2
---- Files affected:
SPECS:
php-pear-HTML_Menu.spec (1.18 -> 1.19)
---- Diffs:
================================================================
Index: SPECS/php-pear-HTML_Menu.spec
diff -u SPECS/php-pear-HTML_Menu.spec:1.18 SPECS/php-pear-HTML_Menu.spec:1.19
--- SPECS/php-pear-HTML_Menu.spec:1.18 Tue May 23 22:18:14 2006
+++ SPECS/php-pear-HTML_Menu.spec Sat Jun 3 23:49:10 2006
@@ -8,12 +8,12 @@
Summary: %{_pearname} - generates HTML Menu from multidimensional hashes
Summary(pl): %{_pearname} - generowanie menu w HTML z wielowymiarowych hashy
Name: php-pear-%{_pearname}
-Version: 2.1.1
-Release: 4
+Version: 2.1.2
+Release: 1
License: PHP 2.02
Group: Development/Languages/PHP
Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 8d31904acff0da327e061c8f254c2645
+# Source0-md5: c59a72c5c5bc7bb8bd2f20f9e0454543
URL: http://pear.php.net/package/HTML_Menu/
BuildRequires: php-pear-PEAR
BuildRequires: rpm-php-pearprov >= 4.4.2-11
@@ -22,6 +22,9 @@
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+# exclude optional dependencies
+%define _noautoreq 'pear(HTML/Template/Sigma.*)'
+
%description
With the %{_pearname} class one can easily create and maintain a
navigation structure for website, configuring it via a multidimensional
@@ -48,6 +51,11 @@
%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 optional-packages.txt
@@ -62,6 +70,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2006/06/03 21:49:10 glen
+- 2.1.2
+
Revision 1.18 2006/05/23 20:18:14 glen
- BR rpm-build macros >= 1.300 for %pear_ macros
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-HTML_Menu.spec?r1=1.18&r2=1.19&f=u
More information about the pld-cvs-commit
mailing list