summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-24 18:42:10 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-24 18:42:10 +0100
commit0603f803c030a25436677dac5cb76ba28092be04 (patch)
tree1464eb0f3f6ec7690d35ac8f411acf4d079bfba3
parent2231abb4cb2d51630660ccc7ce377f21c2870fe9 (diff)
cleanup
-rw-r--r--php-ast-dev.spec4
-rw-r--r--php-ast.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/php-ast-dev.spec b/php-ast-dev.spec
index 462e86b..8090e51 100644
--- a/php-ast-dev.spec
+++ b/php-ast-dev.spec
@@ -26,7 +26,7 @@ Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__ph
%else
Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
-License: PHP
+License: BSD
Group: Development/Languages
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
@@ -151,8 +151,8 @@ REPORT_EXIT_STATUS=1 \
%files
%{!?_licensedir:%global license %%doc}
%license NTS/LICENSE
-%doc NTS/EXPERIMENTAL
%doc NTS/README.md
+%doc NTS/ast_stub.php
%doc NTS/scripts
%doc NTS/util.php
diff --git a/php-ast.spec b/php-ast.spec
index 5bf9b11..202ec19 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -22,7 +22,7 @@ Summary: Abstract Syntax Tree
Name: php-ast
Version: 0.1.2
Release: 1%{?dist}
-License: PHP
+License: BSD
Group: Development/Languages
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
@@ -128,8 +128,8 @@ REPORT_EXIT_STATUS=1 \
%files
%license NTS/LICENSE
-%doc NTS/EXPERIMENTAL
%doc NTS/README.md
+%doc NTS/ast_stub.php
%doc NTS/scripts
%doc NTS/util.php