diff options
-rw-r--r-- | php-ast-dev.spec | 4 | ||||
-rw-r--r-- | php-ast.spec | 4 |
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 |