]> git.pld-linux.org Git - packages/php-phpunit-Text_Template.git/blame - php-phpunit-Text_Template.spec
up to 1.2.0
[packages/php-phpunit-Text_Template.git] / php-phpunit-Text_Template.spec
CommitLineData
5a2e5989
ER
1%define status stable
2%define pearname Text_Template
99175c5c 3%include /usr/lib/rpm/macros.php
5a2e5989
ER
4Summary: %{pearname} - Simple template engine
5Name: php-phpunit-Text_Template
b2484e55 6Version: 1.2.0
5a2e5989
ER
7Release: 1
8License: BSD License
9Group: Development/Languages/PHP
10Source0: http://pear.phpunit.de/get/%{pearname}-%{version}.tgz
b2484e55 11# Source0-md5: 481577612222928eca4c80cd696be41a
99175c5c 12URL: http://pear.phpunit.de/
5a2e5989
ER
13BuildRequires: php-channel(pear.phpunit.de)
14BuildRequires: php-packagexml2cl
15BuildRequires: php-pear-PEAR
16BuildRequires: rpm-php-pearprov >= 4.4.2-11
17BuildRequires: rpmbuild(macros) >= 1.580
18Requires: php-channel(pear.phpunit.de)
19Requires: php-pear
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Simple template engine.
25
26In PEAR status of this package is: %{status}.
27
28%prep
29%pear_package_setup
30
31%build
32packagexml2cl package.xml > ChangeLog
33
34%install
35rm -rf $RPM_BUILD_ROOT
36install -d $RPM_BUILD_ROOT%{php_pear_dir}
37%pear_package_install
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc ChangeLog install.log
45%{php_pear_dir}/.registry/.channel.*/*.reg
46%{php_pear_dir}/Text/Template.php
99175c5c 47%{php_pear_dir}/Text/Template
This page took 0.108361 seconds and 4 git commands to generate.