Hello community,

here is the log from the commit of package php5-pear-channel-ezno for 
openSUSE:Factory
checked in at Thu Sep 1 16:55:11 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-channel-ezno/php5-pear-channel-ezno.changes
  2011-08-31 13:28:42.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Wed Aug 31 11:25:53 UTC 2011 - [email protected]
+
+- Adding a changelog file
+- no actual change. Retrieved the channel file but it didn't change
+  since 2007

calling whatdependson for head-i586


New:
----
  channel.xml
  php5-pear-channel-ezno.changes
  php5-pear-channel-ezno.spec

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

Other differences:
------------------
++++++ php5-pear-channel-ezno.spec ++++++
#
# spec file for package php5-pear-channel-ezno
#
# 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-ezno
Version:        1.0
Release:        1
Summary:        Adds components.ez.no channel to PEAR
Group:          Development/Languages
License:        BSD
Url:            http://components.ez.no/
Source0:        http://components.ez.no/channel.xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
BuildRequires:  php5-pear >= 5.1.1
PreReq:         php5 php5-pear >= 5.1.1

%description
This package adds the components.ez.no 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}/components.ez.no.xml

%clean

%{__rm} -rf %{buildroot}

%post

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

%postun

if [ $1 -eq 0 ] ; then
   pear channel-delete components.ez.no > /dev/null || :
fi

%files
%defattr(-,root,root,-)
%{pear_xmldir}/*

%changelog

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



Remember to have fun...

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

Reply via email to