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