Hello community,

here is the log from the commit of package php5-pear-ezc-ConsoleTools for 
openSUSE:Factory
checked in at Mon Sep 19 17:55:37 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-ezc-ConsoleTools/php5-pear-ezc-ConsoleTools.changes
  2011-09-13 17:12:45.000000000 +0200
@@ -0,0 +1,8 @@
+-------------------------------------------------------------------
+Tue Sep 13 15:01:07 UTC 2011 - [email protected]
+
+- Packaged after the old ezcomponents package proved to be a mess
+- Upstream log:
+- Fixed issue #16055: Corrected regression in error message for option
+  dependencies.
+

calling whatdependson for head-i586


New:
----
  ConsoleTools-1.6.1.tgz
  php5-pear-ezc-ConsoleTools.changes
  php5-pear-ezc-ConsoleTools.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5-pear-ezc-ConsoleTools.spec ++++++
#
# spec file for package php5-pear-ezc-ConsoleTools
#
# 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/
#


Summary:        ConsoleTools package of ezcomponents

Name:           php5-pear-ezc-ConsoleTools
Version:        1.6.1
Release:        1
License:        New BSD
Group:          Development/Libraries/PHP
Source0:        http://components.ez.no/get/ConsoleTools-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Url:            http://components.ez.no/package/ConsoleTools
BuildRequires:  php5-pear-channel-ezno
BuildRequires:  php5-pear-ezc-Base
BuildRequires:  php-macros
PreReq:         php5-pear-channel-ezno
Requires:       php5-posix
Requires:       php5-pear-ezc-Base
BuildArch:      noarch
%define pear_name  ConsoleTools
%define pear_sname ConsoleTools

%description
The ConsoleTools package provides Console handling.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{php_peardir} \
        -d doc_dir=/%{_docdir} \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{php_peardir}/data \
        -d test_dir=%{php_peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install

pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}

# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{php_peardir}/.filemap
rm %{buildroot}/%{php_peardir}/.lock
rm -rf %{buildroot}/%{php_peardir}/.registry
rm -rf %{buildroot}%{php_peardir}/.channels
rm %{buildroot}%{php_peardir}/.depdb
rm %{buildroot}%{php_peardir}/.depdblock

# Install XML package description
mkdir -p %{buildroot}%{php_pearxmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{php_pearxmldir}/%{pear_name}.xml

%php_pear_gen_filelist

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only 
%{php_pearxmldir}/%{pear_name}.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only 
components.ez.no/%{pear_name}
fi

%files -f %{name}.files
%defattr(-,root,root)
%{_docdir}/%{pear_name}/

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to