Hello community, here is the log from the commit of package php5-pear-HTML_Common for openSUSE:11.4 checked in at Tue Feb 22 21:22:41 CET 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ 11.4/php5-pear-HTML_Common/php5-pear-HTML_Common.changes 2011-01-20 16:23:13.000000000 +0100 @@ -0,0 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 20 15:23:15 UTC 2011 - [email protected] + +- change to php_pear_gen_filelist macro + +------------------------------------------------------------------- +Wed Jan 19 17:08:07 UTC 2011 - [email protected] + +- added php-macros +- cleanup spec + +------------------------------------------------------------------- +Sat May 30 18:12:54 CEST 2009 - [email protected] + +- fixed post script + +------------------------------------------------------------------- +Wed May 20 01:04:29 CEST 2009 - [email protected] + +- initial package - 1.2.5 + calling whatdependson for 11.4-i586 New: ---- HTML_Common-1.2.5.tgz php5-pear-HTML_Common.changes php5-pear-HTML_Common.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php5-pear-HTML_Common.spec ++++++ # # spec file for package php5-pear-HTML_Common # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: php5-pear-HTML_Common %define pear_name HTML_Common %define pear_sname html_common Summary: A base class for other HTML classes Version: 1.2.5 Release: 1.<RELEASE2> License: PHP License Group: Productivity/Networking/Web/Servers BuildArch: noarch Url: http://pear.php.net/package/%{pear_name} Source: %{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: php-macros BuildRequires: php >= 4.3 BuildRequires: php5-pear Requires: php >= 4.3 Requires: php5-pear Provides: php-pear-%{pear_name} pear-%{pear_name} # Fix for renaming (package convention) Provides: php5-pear-%{pear_sname} = %{version} Provides: php-pear-%{pear_sname} = %{version} Provides: pear-%{pear_sname} = %{version} Obsoletes: php5-pear-%{pear_sname} < %{version} Obsoletes: php-pear-%{pear_sname} < %{version} Obsoletes: pear-%{pear_sname} < %{version} %description The PEAR::HTML_Common package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code. %prep %setup -c %build %install %{__mv} package*.xml %{pear_name}-%{version} cd %{pear_name}-%{version} PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m" %{__pear} -v \ -d doc_dir=/doc \ -d bin_dir=%{_bindir} \ -d data_dir=%{php_peardir}/data \ install --offline --nodeps -R "%{buildroot}" package.xml %{__install} -D -m 0644 package.xml %{buildroot}%{php_pearxmldir}/%{pear_name}.xml %{__rm} -rf %{buildroot}/{doc,tmp} %{__rm} -rf %{buildroot}%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock} cd .. %php_pear_gen_filelist %post # on `rpm -ivh` PARAM is 1 # on `rpm -Uvh` PARAM is 2 if [ "$1" = "1" ]; then %{__pear} install --nodeps --soft --force --register-only %{php_pearxmldir}/%{pear_name}.xml fi if [ "$1" = "2" ]; then %{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml fi %postun # on `rpm -e` PARAM is 0 if [ "$1" = "0" ]; then %{__pear} uninstall --nodeps --ignore-errors --register-only pear.php.net/%{pear_name} fi %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-, root, root) %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
