diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-06 07:36:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-06 07:36:37 +0100 |
commit | b6dd05397a87a28577fe318b66767d4c06e9a3ef (patch) | |
tree | 81c6fcda67b60e0b59b75e147cddf6eb4a45bc7f | |
parent | 6e9688e6b0a8950fee958bf630efc02d86e245a5 (diff) |
php-doctrine-lexer: 1.0.1 (backport)
-rw-r--r-- | php-doctrine-lexer.spec | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/php-doctrine-lexer.spec b/php-doctrine-lexer.spec index 9e2cf7b..18875e2 100644 --- a/php-doctrine-lexer.spec +++ b/php-doctrine-lexer.spec @@ -1,7 +1,7 @@ # # RPM spec file for php-doctrine-lexer # -# Copyright (c) 2013-2014 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2015 Shawn Iwinski <shawn.iwinski@gmail.com> # # License: MIT # http://opensource.org/licenses/MIT @@ -11,10 +11,8 @@ %global github_owner doctrine %global github_name lexer -%global github_version 1.0 +%global github_version 1.0.1 %global github_commit 83893c552fd2045dd78aef794c31e694c37c0b8c -# Additional commits after v1.0 tag -%global github_release .20140909git%(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor doctrine %global composer_project lexer @@ -24,7 +22,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 5%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Base library for a lexer that can be used in top-down, recursive descent parsers Group: Development/Libraries @@ -36,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 1.0 git commit 83893c552fd2045dd78aef794c31e694c37c0b8c) +# phpcompatinfo (computed from version 1.0.1) Requires: php-pcre Requires: php-reflection @@ -74,13 +72,19 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE *.md composer.json +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc *.md composer.json %dir %{_datadir}/php/Doctrine %dir %{_datadir}/php/Doctrine/Common %{_datadir}/php/Doctrine/Common/Lexer %changelog +* Mon Jan 05 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0.1-1 +- Updated to 1.0.1 (same commit but tagged version instead of snapshot; BZ #1178808) +- %%license usage + * Sun Dec 07 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.0-5.20140909git83893c5 - Updated to latest snapshot (required for php-egulias-email-validator 1.2.6) |