From be22240bf0f159bab4e0190195ac2ef57d98a020 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 28 Dec 2013 06:46:55 +0100 Subject: cleanups from review #1023879 --- php-solarium.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-solarium.spec') diff --git a/php-solarium.spec b/php-solarium.spec index 15ad3ca..999b12f 100644 --- a/php-solarium.spec +++ b/php-solarium.spec @@ -15,25 +15,26 @@ Name: php-%{gh_project} Summary: Solarium PHP Solr client library Version: 3.1.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.solarium-project.org/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz License: BSD Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} # For tests BuildRequires: php(language) >= 5.3.2 BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -BuildRequires: php-pear(pear.symfony.com/EventDispatcher) > 2.1 +BuildRequires: php-symfony-eventdispatcher > 2.1 +BuildRequires: php-symfony-eventdispatcher < 3 %endif # From composer.json Requires: php(language) >= 5.3.2 -Requires: php-pear(pear.symfony.com/EventDispatcher) > 2.1 +Requires: php-symfony-eventdispatcher > 2.1 +Requires: php-symfony-eventdispatcher < 3 # From phpcompatinfo report for version 3.1.2 Requires: php-curl Requires: php-date @@ -100,11 +101,13 @@ phpunit \ %files -%defattr(-,root,root,-) %doc composer.json COPYING README.md examples %{_datadir}/php/Solarium %changelog +* Sat Dec 28 2013 Remi Collet - 3.1.2-2 +- cleanups from review #1023879 + * Mon Oct 28 2013 Remi Collet - 3.1.2-1 - Initial packaging -- cgit