diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-11 07:19:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-11 07:19:47 +0200 |
commit | fd52976a5726552729ed7e75d32e1b8a57af6246 (patch) | |
tree | 07b780de78b5632fe36afa9682d000357c069f4b | |
parent | ed553b572fffa296059839740afb68b9344cfcbb (diff) |
php-symfony2-Process: backport
-rw-r--r-- | php-symfony2-Process.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-symfony2-Process.spec b/php-symfony2-Process.spec index 0c00a8d..f51b2b7 100644 --- a/php-symfony2-Process.spec +++ b/php-symfony2-Process.spec @@ -12,6 +12,7 @@ License: MIT URL: http://symfony.com/doc/current/components/process.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}) @@ -63,6 +64,7 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} @@ -71,6 +73,9 @@ fi %changelog +* Mon Jun 11 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" |