From 86ae9ace963935b34ae36134e660893eb974410a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 23 Sep 2013 22:05:34 +0300 Subject: [PATCH] up to 2.3.4 --- php-symfony2-EventDispatcher.spec | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec index d36aebb..58b5de9 100644 --- a/php-symfony2-EventDispatcher.spec +++ b/php-symfony2-EventDispatcher.spec @@ -1,15 +1,14 @@ -%define status stable %define pearname EventDispatcher %define php_min_version 5.3.3 %include /usr/lib/rpm/macros.php -Summary: %{pearname} - Symfony2 EventDispatcher Component +Summary: Symfony2 EventDispatcher Component Name: php-symfony2-EventDispatcher -Version: 2.1.6 +Version: 2.3.4 Release: 1 License: MIT Group: Development/Languages/PHP Source0: http://pear.symfony.com/get/%{pearname}-%{version}.tgz -# Source0-md5: a54f54a2ffa258e613e64837a8da4bc0 +# Source0-md5: 8b023404313cca74bd093e1d3dbed45e URL: http://symfony.com/doc/current/components/event_dispatcher/index.html BuildRequires: php-channel(pear.symfony.com) BuildRequires: php-pear-PEAR @@ -22,21 +21,16 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Symfony2 EventDispatcher Component - -In PEAR status of this package is: %{status}. +Implements a lightweight version of the Observer design pattern. %prep %pear_package_setup # no packaging of tests -rm -r .%{php_pear_dir}/Symfony/Component/%{pearname}/Tests -rm .%{php_pear_dir}/Symfony/Component/%{pearname}/phpunit.xml.dist +mv .%{php_pear_dir}/Symfony/Component/%{pearname}/Tests . +mv .%{php_pear_dir}/Symfony/Component/%{pearname}/phpunit.xml.dist . # fixups -mv .%{php_pear_dir}/Symfony/Component/%{pearname}/CHANGELOG.md . -rm .%{php_pear_dir}/Symfony/Component/%{pearname}/.gitattributes -rm .%{php_pear_dir}/Symfony/Component/%{pearname}/.gitignore mv docs/%{pearname}/Symfony/Component/%{pearname}/* . %install -- 2.44.0