diff options
-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 |