]> git.pld-linux.org Git - packages/php-phpunit-PHP_TokenStream.git/blobdiff - php-phpunit-PHP_TokenStream.spec
- use virtual php extension deps (to be independant of php version)
[packages/php-phpunit-PHP_TokenStream.git] / php-phpunit-PHP_TokenStream.spec
index dce11dccf6178cb6b8874f29093fa52ece857006..ea61107ad48c03b92f0561f9cfc70ed33a72d9e5 100644 (file)
@@ -1,21 +1,21 @@
-%include       /usr/lib/rpm/macros.php
 %define                status          stable
 %define                pearname        PHP_TokenStream
+%include       /usr/lib/rpm/macros.php
 Summary:       %{pearname} - Wrapper around PHP's tokenizer extension
 Name:          php-phpunit-PHP_TokenStream
-Version:       1.0.0
-Release:       1
+Version:       1.1.3
+Release:       2
 License:       BSD License
 Group:         Development/Languages/PHP
 Source0:       http://pear.phpunit.de/get/%{pearname}-%{version}.tgz
-# Source0-md5: 86625f347f55128ff0d935ab6aacba32
-URL:           http://pear.phpunit.de/package/PHP_TokenStream/
+# Source0-md5: a97af36d83d30ea14f28ed72ad5e3309
+URL:           http://pear.phpunit.de/
 BuildRequires: php-channel(pear.phpunit.de)
 BuildRequires: php-packagexml2cl
-BuildRequires: php-pear-PEAR
 BuildRequires: php-pear-PEAR >= 1:1.9.1
 BuildRequires: rpm-php-pearprov >= 4.4.2-11
 BuildRequires: rpmbuild(macros) >= 1.580
+Requires:      php(tokenizer)
 Requires:      php-channel(pear.phpunit.de)
 Requires:      php-ezc-ConsoleTools >= 1.6
 Requires:      php-pear
@@ -37,7 +37,6 @@ packagexml2cl package.xml > ChangeLog
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{php_pear_dir}}
 %pear_package_install
-install -p usr/bin/* $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog install.log
+%doc docs/PHP_TokenStream/*
 %{php_pear_dir}/.registry/.channel.*/*.reg
-%attr(755,root,root) %{_bindir}/phptok
-%{php_pear_dir}/PHP/Token
 %{php_pear_dir}/PHP/Token.php
+%{php_pear_dir}/PHP/Token
This page took 0.08611 seconds and 4 git commands to generate.