diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:54:32 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:54:32 +0200 |
commit | 6c03165bd3b5613f55e1f27df18d935069325191 (patch) | |
tree | b27fb0850da6557bb228e598e73bc2b8f71ce19b | |
parent | fcb29bb1caed6217d432e0df54966e86d06bc807 (diff) |
php-symfony2-Config: backport
-rw-r--r-- | php-symfony2-Config.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec index 64518fe..57e3c62 100644 --- a/php-symfony2-Config.spec +++ b/php-symfony2-Config.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}) @@ -67,6 +68,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} @@ -75,6 +77,9 @@ fi %changelog +* Sun Jun 09 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-1 +- rebuild for remi repository + * Wed May 30 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-1 - Updated to upstream version 2.0.15 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2" |