Hello community,
here is the log from the commit of package php5-pear-channel-symfony2.2755 for
openSUSE:13.1:Update checked in at 2014-04-30 13:52:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/php5-pear-channel-symfony2.2755 (Old)
and /work/SRC/openSUSE:13.1:Update/.php5-pear-channel-symfony2.2755.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-channel-symfony2.2755"
Changes:
--------
New Changes file:
--- /dev/null 2014-04-28 00:21:37.460033756 +0200
+++
/work/SRC/openSUSE:13.1:Update/.php5-pear-channel-symfony2.2755.new/php5-pear-channel-symfony2.changes
2014-04-30 13:52:08.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Aug 4 11:45:28 UTC 2013 - [email protected]
+
+- Initial package
+
New:
----
channel.xml
php5-pear-channel-symfony2.changes
php5-pear-channel-symfony2.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5-pear-channel-symfony2.spec ++++++
#
# spec file for package php5-pear-channel-symfony2
#
# Copyright (c) 2013 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-symfony2
Version: 1.0
Release: 0
Summary: Adds pear.symfony.com channel to PEAR
License: MIT
Group: Development/Libraries/PHP
Url: http://pear.symfony.com/
Source0: http://pear.symfony.com/channel.xml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: php-pear
Requires: php-pear
%description
This package adds the pear.symfony.com 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.symfony.com.xml
%clean
%{__rm} -rf %{buildroot}
%post
if [ $1 -eq 1 ] ; then
pear channel-add %{pear_xmldir}/pear.symfony.com.xml > /dev/null || :
else
pear channel-update %{pear_xmldir}/pear.symfony.com.xml > /dev/null ||:
fi
%postun
if [ $1 -eq 0 ] ; then
pear channel-delete pear.symfony-project.com > /dev/null || :
fi
%files
%defattr(-,root,root,-)
%{pear_xmldir}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]