summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-05-20 07:34:48 +0200
committerRemi Collet <fedora@famillecollet.com>2016-05-20 07:34:48 +0200
commit786491f32538fbd8479ac4fa6622eb7ce9784774 (patch)
tree3ff25273c060dd10ce65226a2cdfbb11d0534e8f
parente00a239c59071dc9287e8fa71921e891b76d0b98 (diff)
php-nikic-php-parser: add the command
-rw-r--r--php-nikic-php-parser.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-nikic-php-parser.spec b/php-nikic-php-parser.spec
index 2fd6058..80de961 100644
--- a/php-nikic-php-parser.spec
+++ b/php-nikic-php-parser.spec
@@ -15,11 +15,15 @@
%global with_tests 0%{!?_without_tests:1}
%global eolv1 0
+%if 0
%global script 0
+%else
+%global script 1
+%endif
Name: php-%{gh_owner}-%{pk_project}
Version: 2.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A PHP parser written in PHP
Group: Development/Libraries
@@ -64,6 +68,8 @@ Obsoletes: php-PHPParser < 2
%endif
%if %{script}
Requires: php-cli
+# previous version provides the php-parse command
+Conflicts: php-PHPParser < 1.4.1-4
%endif
Provides: php-composer(%{gh_owner}/%{pk_project}) = %{version}
@@ -72,7 +78,7 @@ Provides: php-composer(%{gh_owner}/%{pk_project}) = %{version}
%description
This is a PHP 5.2 to PHP 7.0 parser written in PHP.
Its purpose is to simplify static code analysis and manipulation.
-%if %{eolv1}
+%if %{script}
This package provides the library version 2 and the php-parse command.
%else
This package provides the library version 2.
@@ -153,6 +159,9 @@ rm -rf %{buildroot}
%changelog
+* Fri May 20 2016 Remi Collet <remi@fedoraproject.org> - 2.1.0-3
+- add the php-parse command, no more in php-nikic-php-parser
+
* Mon May 16 2016 Remi Collet <remi@fedoraproject.org> - 2.1.0-3
- drop exec right in doc, fix rpmlint