]> git.pld-linux.org Git - packages/PHPTAL.git/blob - PHPTAL.spec
- seems require php 5
[packages/PHPTAL.git] / PHPTAL.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _snap           dev1
3
4 Summary:        PHPTAL is an implementation of Zope Page Templates (ZPT) for PHP
5 Summary(pl):    PHPTAL jest implementacj± Zope Page Templates (ZPT) w PHP
6 Name:           PHPTAL
7 Version:        1.0.0
8 Release:        0.%{_snap}.4
9 License:        PHP 2.02
10 Group:          Development/Languages/PHP
11 Source0:        http://dl.sourceforge.net/phptal/%{name}-%{version}%{_snap}.tar.gz
12 # Source0-md5:  151f4bb4799d8c8fe6646a25f6069897
13 URL:            http://phptal.sourceforge.net/
14 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
15 Requires:       php-GetText
16 Requires:       php-Types
17 Requires:       php-Algo_map
18 Requires:       php >= 5.0.0
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 PHPTAL is an implementation of Zope Page Templates (ZPT) for PHP.
24
25 %description -l pl
26 PHPTAL jest implementacj± Zope Page Templates (ZPT) w PHP.
27
28 %prep
29 %setup -q -c
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
34
35 cp -rf %{name}-%{version}%{_snap}/* $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{php_pear_dir}/%{name}
This page took 0.398665 seconds and 3 git commands to generate.