Hello community,
here is the log from the commit of package php5-pear-Date_Holidays_Finland for
openSUSE:Factory checked in at 2012-12-05 14:04:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-pear-Date_Holidays_Finland (Old)
and /work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Finland.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php5-pear-Date_Holidays_Finland", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2012-11-30 12:21:47.308011256 +0100
+++
/work/SRC/openSUSE:Factory/.php5-pear-Date_Holidays_Finland.new/php5-pear-Date_Holidays_Finland.changes
2012-12-05 14:04:59.000000000 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Thu Nov 29 09:29:17 UTC 2012 - [email protected]
+
+- version 0.1.2
+- initial packaging
+
New:
----
Date_Holidays_Finland-0.1.2.tgz
php5-pear-Date_Holidays_Finland.changes
php5-pear-Date_Holidays_Finland.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ php5-pear-Date_Holidays_Finland.spec ++++++
#
# spec file for package php5-pear-Date_Holidays_Finland
#
# Copyright (c) 2012 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/
#
Name: php5-pear-Date_Holidays_Finland
%define pear_name Date_Holidays_Finland
%define pear_sname date_holidays_finland
Summary: Driver class to calculate holidays in Finland
License: BSD-2-Clause
Group: Productivity/Networking/Web/Servers
Version: 0.1.2
Release: 0
BuildArch: noarch
Url: http://pear.php.net/package/%{pear_name}
Source: %{pear_name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: php >= 4.2.0
%if 0%{?sles_version} == 11
BuildRequires: php53-devel
%else
BuildRequires: php-macros
%endif
BuildRequires: php-pear
Requires: php >= 4.2.0
Requires: php-pear
Requires: php5-pear-Date_Holidays
Provides: pear-%{pear_name}
Provides: php-pear-%{pear_name}
# Fix for renaming (package convention)
Provides: pear-%{pear_sname} = %{version}
Provides: php-pear-%{pear_sname} = %{version}
Provides: php5-pear-%{pear_sname} = %{version}
Obsoletes: pear-%{pear_sname} < %{version}
Obsoletes: php-pear-%{pear_sname} < %{version}
Obsoletes: php5-pear-%{pear_sname} < %{version}
%description
Date_Holidays helps you calculate the dates and titles of holidays and other
special celebrations.
This is the driver for Finland
%prep
%setup -c
%build
%install
%{__mv} package*.xml %{pear_name}-%{version}
cd %{pear_name}-%{version}
PHP_PEAR_PHP_BIN="$(which php) -d memory_limit=50m"
%{__pear} -v \
-d doc_dir=/doc \
-d bin_dir=%{_bindir} \
-d data_dir=%{php_peardir}/data \
install --offline --nodeps -R "%{buildroot}" package.xml
## the install script writes static paths into the files which are broken when
actually deploying the rpm
## this is a dirty workaround and should be fixed inside the xml itself
sed -i -e "s@%{buildroot}@@g"
%{buildroot}/%{php_peardir}/test/Date_Holidays_Finland/tests/Date_Holidays_Driver_Finland_TestSuite.php
%{__install} -D -m 0644 package.xml
%{buildroot}%{php_pearxmldir}/%{pear_name}.xml
%{__rm} -rf %{buildroot}/{doc,tmp}
%{__rm} -rf
"%{buildroot}"/%{php_peardir}/.{filemap,lock,registry,channels,depdb,depdblock}
cd ..
%php_pear_gen_filelist
%check
%{__pear} run-tests
%post
# on `rpm -ivh` PARAM is 1
# on `rpm -Uvh` PARAM is 2
if [ "$1" = "1" ]; then
%{__pear} install --nodeps --soft --force --register-only
%{php_pearxmldir}/%{pear_name}.xml
fi
if [ "$1" = "2" ]; then
%{__pear} upgrade --offline --register-only %{php_pearxmldir}/%{pear_name}.xml
fi
%postun
# on `rpm -e` PARAM is 0
if [ "$1" = "0" ]; then
%{__pear} uninstall --nodeps --ignore-errors --register-only
pear.php.net/%{pear_name}
fi
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-, root, root)
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]