]> git.pld-linux.org Git - packages/perl-CGI-FastTemplate.git/blob - perl-CGI-FastTemplate.spec
- release 2: rebuild against perl 5.6 and use new rpm automation.
[packages/perl-CGI-FastTemplate.git] / perl-CGI-FastTemplate.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        CGI-FastTemplate perl module
3 Summary(pl):    Modu³ perla CGI-FastTemplate
4 Name:           perl-CGI-FastTemplate
5 Version:        1.09
6 Release:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/CGI/CGI-FastTemplate-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 %requires_eq    perl
15 Requires:       %{perl_sitearch}
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 CGI-FastTemplate manages templates and parses templates replacing
20 variable names with values.
21
22 %description -l pl
23 Modu³ perla CGI-FastTemplate.
24
25 %prep
26 %setup -q -n CGI-FastTemplate-%{version}
27
28 %build
29 perl Makefile.PL
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz templates
45 %{perl_sitelib}/CGI/FastTemplate.pm
46 %{_mandir}/man3/*
This page took 0.083337 seconds and 4 git commands to generate.