From c4826e8cafc451167cf6c1e5fd6ae8f86a9b700a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2012 17:10:09 +0200 Subject: php-symfony2-HttpKernel: backport --- php-symfony2-HttpKernel.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php-symfony2-HttpKernel.spec') diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec index faf4c1f..ac23a0a 100644 --- a/php-symfony2-HttpKernel.spec +++ b/php-symfony2-HttpKernel.spec @@ -12,6 +12,7 @@ License: MIT URL: http://symfony.com/components Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) @@ -80,12 +81,16 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} %changelog +* Thu Jun 28 2012 Remi Collet 2.0.15-3 +- rebuild for remi repository + * Thu Jun 28 2012 Shawn Iwinski 2.0.15-3 - Added optional requires php-pdo, php-pdo_mysql and php-pdo_sqlite -- cgit