From 84f50925bff5584b063d2b3bdf88687cab2911e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2012 13:51:41 +0200 Subject: php-symfony2-HttpFoundation-2.0.16-1, backport --- php-symfony2-HttpFoundation.spec | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'php-symfony2-HttpFoundation.spec') diff --git a/php-symfony2-HttpFoundation.spec b/php-symfony2-HttpFoundation.spec index 16821d6..cb14637 100644 --- a/php-symfony2-HttpFoundation.spec +++ b/php-symfony2-HttpFoundation.spec @@ -1,10 +1,11 @@ %{!?__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-HttpFoundation -Version: 2.0.15 -Release: 2%{?dist} +Version: 2.0.16 +Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component Group: Development/Libraries @@ -18,6 +19,11 @@ 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-date Requires: php-fileinfo Requires: php-hash @@ -26,10 +32,6 @@ Requires: php-pdo Requires: php-session Requires: php-sockets Requires: php-spl -Requires: php-pear(PEAR) -Requires: php-channel(%{pear_channel}) -Requires(post): %{__pear} -Requires(postun): %{__pear} Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -52,7 +54,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml %build -# Empty build section, most likely nothing required. +# Empty build section, nothing required. %install @@ -83,12 +85,20 @@ 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 2.0.16-1 +- Update to 2.0.16, backport for remi repository + +* Sun Jul 15 2012 Shawn Iwinski 2.0.16-1 +- Updated to upstream version 2.0.16 +- Updated URL +- Minor syntax updates + * Wed Jun 13 2012 Remi Collet 2.0.15-2 - rebuild for remi repository -- cgit