summaryrefslogtreecommitdiffstats
path: root/php-theseer-autoload.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-12 16:42:52 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-12 16:42:52 +0100
commit9eede81936a0f05c2b6513c5d40702afc28ce22f (patch)
tree745e03e27a9f229aef2777774e1d27facbb80a4b /php-theseer-autoload.spec
parent54f98e0be9bd84786a18833671fc626a9fd315bd (diff)
php-theseer-autoload: define date.timezone in phpab command to avoid warning
Diffstat (limited to 'php-theseer-autoload.spec')
-rw-r--r--php-theseer-autoload.spec19
1 files changed, 13 insertions, 6 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index 2ab6689..96eb6f8 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -12,7 +12,7 @@
Name: php-theseer-autoload
Version: 1.16.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A tool and library to generate autoload code
Group: Development/Libraries
@@ -20,6 +20,9 @@ License: BSD
URL: https://github.com/theseer/Autoload
Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz
+# https://github.com/theseer/Autoload/pull/52
+Patch0: %{pear_name}-timezone.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php(language) >= 5.3.1
@@ -59,7 +62,11 @@ the option of creating static require lists as well as phar archives.
%setup -q -c
cd %{pear_name}-%{version}
-mv ../package.xml %{name}.xml
+%patch0 -p1 -b .tz
+# Drop checksum for patched file
+sed -e '/phpab.php/s/md5sum="[^"]*"//' \
+ ../package.xml >%{name}.xml
+touch -r ../package.xml %{name}.xml
%build
@@ -89,10 +96,7 @@ require 'TheSeer/DirectoryScanner/autoload.php';
require 'TheSeer/Autoload/autoload.php';
EOF
-phpunit \
- --include-path=%{buildroot}%{pear_phpdir} \
- -d date.timezone=UTC
-
+phpunit --include-path=%{buildroot}%{pear_phpdir}
%clean
@@ -121,6 +125,9 @@ fi
%changelog
+* Wed Nov 12 2014 Remi Collet <remi@fedoraproject.org> - 1.16.0-2
+- define date.timezone in phpab command to avoid warning
+
* Tue Sep 02 2014 Remi Collet <remi@fedoraproject.org> - 1.16.0-1
- Update to 1.16.0