From d4f0c7ece61c9a4f03b1b41c0d28bc5a1d9a6010 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Jul 2014 09:01:20 +0200 Subject: php-bartlett-PHP-Reflect: 2.2.0 WIP --- php-bartlett-PHP-Reflect.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'php-bartlett-PHP-Reflect.spec') diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 35d9ca4..16a6af9 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -69,10 +69,11 @@ Requires: php-composer(doctrine/cache) < 2 # For our patch Requires: php-composer(symfony/class-loader) >= 2.5 Requires: php-composer(symfony/class-loader) < 3 - # From package.xml Requires: php-reflection +Provides: php-composer(bartlett/php-reflect) = %{version} + %description PHP_Reflect adds the ability to reverse-engineer classes, interfaces, @@ -86,8 +87,6 @@ Documentation: http://php5.laurent-laville.org/reflect/manual/2.0/en/ %patch0 -p1 -b .rpm -find . -type f -name \*.rpm -print | xargs rm - sed -e 's/@package_version@/%{version}/' \ -i $(find src -name \*.php) -- cgit