summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-22 14:47:41 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-22 14:47:41 +0200
commita7b5a55972d6889b05810ee01285594aacb5eec7 (patch)
tree2ed39c4da15243bc4e4236eb2f6b10531d579b68
parentd80f486bb8a804b90f14666fde8eaa06abf08fa3 (diff)
php-zendframework: drop zf_templatemap_generator command (moved in zend-view)
-rw-r--r--php-zendframework.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-zendframework.spec b/php-zendframework.spec
index 6424df1..be56b86 100644
--- a/php-zendframework.spec
+++ b/php-zendframework.spec
@@ -17,7 +17,7 @@
Name: php-%{gh_owner}
Version: 2.5.3
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: Zend Framework
Group: Development/Libraries
@@ -216,7 +216,7 @@ and services using PHP.
This package is a metapackage aggregating most of the components.
-Documentation: http://framework.zend.com/manual
+Documentation: https://zendframework.github.io/
%prep
@@ -237,7 +237,7 @@ rm -rf %{buildroot}
# "bin/pluginmap_generator.php",
# "bin/templatemap_generator.php"
-for i in bin/classmap_generator.php bin/pluginmap_generator.php bin/templatemap_generator.php
+for i in bin/classmap_generator.php bin/pluginmap_generator.php
do install -Dpm 755 $i %{buildroot}%{_bindir}/zf_$(basename $i .php)
done
@@ -252,13 +252,17 @@ rm -rf %{buildroot}
%license LICENSE.md
%doc CHANGELOG.md CONTRIBUTING.md README.md
%doc composer.json
-%{_bindir}/zf_*
+%{_bindir}/zf_classmap_generator
+%{_bindir}/zf_pluginmap_generator
%changelog
+* Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> - 2.5.3-3
+- drop zf_templatemap_generator command (moved in zend-view)
+
* Thu Jan 28 2016 Remi Collet <remi@fedoraproject.org> - 2.5.3-1
- update to 2.5.3
- raise max components version from 2.6 to 3
* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
-- initial package \ No newline at end of file
+- initial package