diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-17 14:40:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-17 14:40:54 +0200 |
commit | c65c1e7227711d879d9fcaf7aaeacd87dc7a225f (patch) | |
tree | c28422f5e0659b46f671cc8979cf0fb17aae380e | |
parent | ed0a4bfda0eef0f75ffc25c197d55139559e7dd0 (diff) |
php-symfony2-Yaml-2.0.16-1, backport
-rw-r--r-- | php-symfony2-Yaml.spec | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec index bb61be9..4ad49a2 100644 --- a/php-symfony2-Yaml.spec +++ b/php-symfony2-Yaml.spec @@ -1,9 +1,10 @@ %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} + %global pear_channel pear.symfony.com -%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') +%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') Name: php-symfony2-Yaml -Version: 2.0.15 +Version: 2.0.16 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -18,16 +19,17 @@ BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) Requires: php-common >= 5.3.2 +Requires: php-pear(PEAR) +Requires: php-channel(%{pear_channel}) +Requires(post): %{__pear} +Requires(postun): %{__pear} +# phpci requires Requires: php-ctype Requires: php-date Requires: php-iconv Requires: php-json Requires: php-mbstring Requires: php-pcre -Requires: php-pear(PEAR) -Requires: php-channel(%{pear_channel}) -Requires(post): %{__pear} -Requires(postun): %{__pear} Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -51,7 +53,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml %build -# Empty build section, most likely nothing required. +# Empty build section, nothing required %install @@ -82,12 +84,19 @@ fi %defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml -%{pear_phpdir}/Symfony/Component/%{pear_name} -%dir %{pear_phpdir}/Symfony/Component %dir %{pear_phpdir}/Symfony +%dir %{pear_phpdir}/Symfony/Component + %{pear_phpdir}/Symfony/Component/%{pear_name} %changelog +* Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1 +- Update to 2.0.16, backport for remi repository + +* Sun Jul 15 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.16-1 +- Updated to upstream version 2.0.16 +- Minor syntax updates + * Sun Jun 09 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-1 - rebuild for remi repository |