Hello community,

here is the log from the commit of package php5-pear-channel-phpunit for 
openSUSE:Factory
checked in at Tue Aug 30 16:15:50 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ php5-pear-channel-phpunit/php5-pear-channel-phpunit.changes 2011-08-29 
11:42:51.000000000 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Wed May 18 19:53:19 UTC 2011 - l...@b1-systems.de
+
+- updated channel file
+- began .changes file
+
+-------------------------------------------------------------------
+Fri Dec 12 00:00:00 UTC 2008 - gerrit.be...@gmx.de
+- package created
+

calling whatdependson for head-i586


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

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

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


%define peardir %(pear config-get php_dir 2> /dev/null)
%define pear_xmldir  /var/lib/pear

Name:           php5-pear-channel-phpunit
Version:        1.0
Release:        1
Summary:        Adds pear.phpunit.de channel to PEAR
Group:          Development/Tools/Debuggers
License:        MIT
Url:            http://pear.phpunit.de/
Source0:        http://pear.phpunit.de/channel.xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
BuildRequires:  php5-pear
PreReq:         php5 php5-pear
Provides:       php5-pear-channel-phpunitde > 1.0
Obsoletes:      php5-pear-channel-phpunitde = 1.0

%description
This package adds the pear.phpunit.de 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.phpunit.de.xml

%clean

%{__rm} -rf %{buildroot}

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

%postun

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

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

%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