From 1d8c88ea4bdcfc5bc3ea44f4352c3ce613773372 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Oct 2012 09:21:22 +0200 Subject: php-symfony2-Filesystem, php-symfony2-OptionsResolver: fix EL-5 build --- php-symfony2-Filesystem.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-symfony2-Filesystem.spec b/php-symfony2-Filesystem.spec index cda86ce..7aaaaf0 100644 --- a/php-symfony2-Filesystem.spec +++ b/php-symfony2-Filesystem.spec @@ -15,6 +15,7 @@ URL: http://symfony.com/doc/current/components/filesystem.html Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz Source1: bootstrap.php +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) @@ -88,6 +89,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %dir %{pear_phpdir}/Symfony -- cgit