summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-12 17:36:51 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-12 17:36:51 +0200
commite10986bbf97cb221e913fa87900ae0aca9ab5361 (patch)
tree29309176efc214ba8c8de33ce51508b84f0b0538
parent05c764a886f04f8136ac3a3da11bb177d1b7af26 (diff)
php-symfony2-EventDispatcher: backport
-rw-r--r--php-symfony2-EventDispatcher.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec
index f1cd3c7..3c9472d 100644
--- a/php-symfony2-EventDispatcher.spec
+++ b/php-symfony2-EventDispatcher.spec
@@ -12,6 +12,7 @@ License: MIT
URL: http://symfony.com/doc/current/components/event_dispatcher/introduction.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})
@@ -81,6 +82,7 @@ fi
%files
+%defattr(-,root,root,-)
%doc %{pear_docdir}/%{pear_name}
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/Symfony/Component/%{pear_name}
@@ -89,6 +91,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"