Hello community,

here is the log from the commit of package php5-pear-channel-horde for 
openSUSE:Factory
checked in at Fri May 27 13:49:12 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-channel-horde/php5-pear-channel-horde.changes
        2011-05-27 11:31:31.000000000 +0200
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Fri May 27 09:30:22 UTC 2011 - l...@b1-systems.de
+
+- Reformatted for submission
+
+-------------------------------------------------------------------
+Mon May 23 18:19:45 UTC 2011 - l...@b1-systems.de
+
+- Add dependency on php5-tokenizer
+
+-------------------------------------------------------------------
+Tue Mar 15 18:06:28 UTC 2011 - l...@b1-systems.de
+
+- The channel file has been updated, still labeled 1.0
+
+-------------------------------------------------------------------
+Sat Oct 16 20:28:23 UTC 2010 - Ralf Lang <l...@b1-systems.de>
+
+- removed pre-req from channel xml 1.0 
+
+-------------------------------------------------------------------
+Sat Oct 16 19:29:47 UTC 2010 - Ralf Lang <l...@b1-systems.de>
+
+- corrected non-existing group
+
+-------------------------------------------------------------------
+Sat Nov 22 00:00:01 UTC 2008 - Richard Bos <r...@opensuse.org> - 1.0
+- Initial version
+

calling whatdependson for head-i586


New:
----
  _service:download_files:channel.xml
  channel.xml
  php5-pear-channel-horde.changes
  php5-pear-channel-horde.spec

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

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

%define peardir %(pear config-get php_dir 2> /dev/null || echo %{_datadir}/pear)
%define pear_xmldir  /var/lib/pear

Name:           php5-pear-channel-horde
Version:        1.0
Release:        1
Summary:        Adds pear.horde.org channel to PEAR
Group:          Development/Libraries/PHP
License:        BSD
Url:            http://pear.horde.org/
Source0:        http://pear.horde.org/channel.xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
Requires:       php php5-pear
Requires:       php5-tokenizer
BuildRequires:  php5-tokenizer
BuildRequires:  php5-pear >= 5.1.1

%description
This package adds the pear.horde.org channel which allows PEAR packages
from this channel to be installed.


%prep
%setup -q -c -T

%build
# Empty build section, nothing to build

%install

%{__mkdir_p} %{buildroot}%{pear_xmldir}
%{__install} -pm 644 %{SOURCE0} %{buildroot}%{pear_xmldir}/pear.horde.org.xml

%clean

%{__rm} -rf %{buildroot}

%post

if [ $1 -eq  1 ] ; then
   pear channel-add %{pear_xmldir}/pear.horde.org.xml > /dev/null || :
else
   pear channel-update %{pear_xmldir}/pear.horde.org.xml > /dev/null ||:
fi

%postun

if [ $1 -eq 0 ] ; then
   pear channel-delete pear.horde.org.xml > /dev/null || :
fi

%files
%defattr(-,root,root,-)
%{pear_xmldir}/pear.horde.org.xml

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to