diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:49:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:49:01 +0200 |
commit | ed0a4bfda0eef0f75ffc25c197d55139559e7dd0 (patch) | |
tree | 91a105ba11f53a4e870f4e49bc02eecd7332a416 | |
parent | aaa84c3e67db127aed92aa310291963a8490736f (diff) |
php-symfony2-Yaml: backport
-rw-r--r-- | php-symfony2-Yaml.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec index 49ac1f0..bb61be9 100644 --- a/php-symfony2-Yaml.spec +++ b/php-symfony2-Yaml.spec @@ -12,6 +12,7 @@ License: MIT URL: http://symfony.com/doc/current/components/yaml.html 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}) @@ -78,6 +79,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} @@ -86,6 +88,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" |