diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-07 09:21:22 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-07 09:21:22 +0200 |
commit | 1d8c88ea4bdcfc5bc3ea44f4352c3ce613773372 (patch) | |
tree | 94ed746c6072c7abbc50393c2957df28f097eb23 | |
parent | 92a7b53a62dcae52ab6d5536be600a104ee20095 (diff) |
php-symfony2-Filesystem, php-symfony2-OptionsResolver: fix EL-5 build
-rw-r--r-- | php-symfony2-Filesystem.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |