]> git.pld-linux.org Git - packages/php-pecl-bcompiler.git/blame - php-pecl-bcompiler.spec
- use new php extension related macros
[packages/php-pecl-bcompiler.git] / php-pecl-bcompiler.spec
CommitLineData
55fe3227 1%define _modname bcompiler
17ca508d 2%define _status beta
37baf579 3Summary: %{_modname} - a bytecode compiler for classes
4Summary(pl): %{_modname} - kompilator kodu bajtowego dla klas
55fe3227 5Name: php-pecl-%{_modname}
652768da
ER
6Version: 0.8
7Release: 1
17ca508d 8License: PHP
55fe3227 9Group: Development/Languages/PHP
75e83565 10Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
652768da 11# Source0-md5: bfc5646f8f7c1c2649d82f5a4e3c0760
75e83565 12URL: http://pecl.php.net/package/bcompiler/
eb42a463 13BuildRequires: bzip2-devel
0d8b3334 14BuildRequires: php-devel >= 3:5.0.0
f9dd92fc 15BuildRequires: rpmbuild(macros) >= 1.344
c21b82b9 16%{?requires_php_extension}
f9dd92fc 17Requires: php-common >= 4:5.0.4
55fe3227 18Obsoletes: php-pear-%{_modname}
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
55fe3227 21%description
22bcompiler enables you to encode your scripts in phpbytecode, enabling
23you to protect the source. bcompiler could be used in the following
24situations:
25- to create a exe file of a PHP-GTK application (in conjunction with
26 other software)
27- to create closed source libraries
28- to provide clients with time expired software (prior to payment)
29- to deliver close source applications
30- for use on embedded systems, where disk space is a priority.
31
41609da2 32In PECL status of this package is: %{_status}.
17ca508d 33
55fe3227 34%description -l pl
35