[php-phpunit-Text-Template/el6] update to 1.1.4

Remi Collet remi at fedoraproject.org
Fri Apr 12 14:40:42 UTC 2013


commit 20e7df2271b70b8b5be671bb73001052a3d916c2
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Apr 12 16:40:36 2013 +0200

    update to 1.1.4

 .gitignore                     |    3 +++
 php-phpunit-Text-Template.spec |   15 ++++++++++-----
 sources                        |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e435581..67df40b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ package*xml
 *spec~
 /Text_Template-1.1.0.tgz
 /Text_Template-1.1.1.tgz
+/Text_Template-1.1.2.tgz
+/Text_Template-1.1.3.tgz
+/Text_Template-1.1.4.tgz
diff --git a/php-phpunit-Text-Template.spec b/php-phpunit-Text-Template.spec
index 72bcb21..cb23028 100644
--- a/php-phpunit-Text-Template.spec
+++ b/php-phpunit-Text-Template.spec
@@ -1,15 +1,14 @@
+%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name Text_Template
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-Text-Template
-Version:        1.1.1
+Version:        1.1.4
 Release:        1%{?dist}
 Summary:        Simple template engine
 
 Group:          Development/Libraries
-# Ask for LICENSE
-# https://github.com/sebastianbergmann/php-text-template/issues/1
 License:        BSD
 URL:            https://github.com/sebastianbergmann/php-text-template
 Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
@@ -22,7 +21,8 @@ BuildRequires:  php-channel(%{channel})
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php-channel(%{channel})
-Requires:       php-common >= 5.2.7
+Requires:       php-common >= 5.3.3
+Requires:       php-spl
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 
@@ -48,7 +48,7 @@ cd %{pear_name}-%{version}
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
 
 # Clean up unnecessary files
-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*
 
 # Install XML package description
 install -Dpm 644 %{name}.xml %{buildroot}%{pear_xmldir}/%{name}.xml
@@ -71,11 +71,16 @@ fi
 
 %files
 %defattr(-,root,root,-)
+%doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %{pear_phpdir}/Text
 
 
 %changelog
+* Thu Nov  1 2012 Remi Collet <remi at fedoraproject.org> - 1.1.4-1
+- Version 1.1.4 (stable) - API 1.1.0 (stable)
+- LICENSE is now provided in upstream tarball
+
 * Tue Nov 01 2011 Remi Collet <remi at fedoraproject.org> - 1.1.1-1
 - Version 1.1.1 (stable) - API 1.1.0 (stable)
 - raise dependencies, PEAR 1.9.4 and PHP 5.2.7
diff --git a/sources b/sources
index 540b339..0ea5a74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e357033d4d529bd12c066dd015e54a4c  Text_Template-1.1.1.tgz
+fc3277ea490501e79184172c05e64de9  Text_Template-1.1.4.tgz


More information about the scm-commits mailing list