summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-21 10:52:11 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-21 10:52:11 +0100
commitff9cf5504aa8f865152d6663c9752572b223d233 (patch)
treeb41ebb66b2dead851a4ae7cff2a1053fd6e2793e
parent6be1fde7f07d098411049f7847a8f5efffa395be (diff)
php-symfony2-Translation: 2.1.7 + fix package conteent
-rw-r--r--php-symfony2-Translation.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php-symfony2-Translation.spec b/php-symfony2-Translation.spec
index 058ab81..aa8fa02 100644
--- a/php-symfony2-Translation.spec
+++ b/php-symfony2-Translation.spec
@@ -5,7 +5,7 @@
%global php_min_ver 5.3.3
Name: php-symfony2-Translation
-Version: 2.1.6
+Version: 2.1.7
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -66,15 +66,14 @@ cd %{pear_name}-%{version}
cd ..
# Modify PEAR package.xml file:
-# - Remove .gitattributes file
# - Remove .gitignore file
# - Change role from "php" to "doc" for CHANGELOG.md file
# - Change role from "php" to "test" for all test files
-sed -e '/\.gitattributes/d' \
- -e '/\.gitignore/d' \
+sed -e '/\.gitignore/d' \
-e '/CHANGELOG.md/s/role="php"/role="doc"/' \
-e '/phpunit.xml.dist/s/role="php"/role="test"/' \
-e '/Tests/s/role="php"/role="test"/' \
+ -e '/bootstrap.php/s/md5sum="[^"]*"\s*//' \
-i package.xml
# package.xml is version 2.0
@@ -96,6 +95,8 @@ rm -rf %{buildroot}%{pear_metadir}/.??*
mkdir -p %{buildroot}%{pear_xmldir}
install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
+find %{buildroot}/usr/share/ -type f
+
%check
cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
@@ -123,6 +124,10 @@ fi
%changelog
+* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1
+- update to 2.1.7 (no code change)
+- fix package content
+
* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1
- update to 2.1.6 (no change)