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