diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-12 17:44:08 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-12 17:44:08 +0200 |
commit | bd17eaa9f10dd0f1b91b4c9a46831c69a58cdbce (patch) | |
tree | b2624d70b6fb09d7add40f1193580396cc6266a4 | |
parent | 0f2de555303532e8a2769bdc8ef364b2e905930c (diff) |
php-symfony2-Templating: backport
-rw-r--r-- | php-symfony2-Templating.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-symfony2-Templating.spec b/php-symfony2-Templating.spec index cf307cc..a793a6a 100644 --- a/php-symfony2-Templating.spec +++ b/php-symfony2-Templating.spec @@ -12,6 +12,7 @@ License: MIT URL: http://symfony.com/doc/current/components/templating.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}) @@ -73,6 +74,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} @@ -81,6 +83,9 @@ fi %changelog +* Tue Jun 12 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" |