]> git.pld-linux.org Git - packages/PHPTAL.git/blob - PHPTAL.spec
- add distfiles
[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}.1
9 License:        PHP 2.02
10 Group:          Development/Languages/PHP
11 Source0:        http://unc.dl.sourceforge.net/sourceforge/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 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 PHPTAL is an implementation of Zope Page Templates (ZPT) for PHP.
23
24 %description -l pl
25 PHPTAL jest implementacj± Zope Page Templates (ZPT) w PHP.
26
27 %prep
28 %setup -q -c
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
33
34 cp -rf %{name}-%{version}%{_snap}/* $RPM_BUILD_ROOT%{php_pear_dir}/%{name}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %{php_pear_dir}/%{name}
This page took 0.377389 seconds and 3 git commands to generate.