]> git.pld-linux.org Git - packages/perl-CGI-FastTemplate.git/blob - perl-CGI-FastTemplate.spec
- license/summary/description fixes
[packages/perl-CGI-FastTemplate.git] / perl-CGI-FastTemplate.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    CGI
3 %define pnam    FastTemplate
4 Summary:        CGI::FastTemplate - Perl extension for managing templates, and performing variable interpolation
5 Summary(pl):    CGI::FastTemplate - rozszerzenie Perla do zarz±dzania wzorcami i zastêpowania zmiennych
6 Name:           perl-CGI-FastTemplate
7 Version:        1.09
8 Release:        8
9 # same as perl
10 License:        GPL v1+ or Artistic
11 Group:          Development/Languages/Perl
12 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 # Source0-md5:  c5fe8ead04c525c8d5633c9453af802f
14 BuildRequires:  perl-devel >= 5.6.1
15 BuildRequires:  rpm-perlprov >= 4.1-13
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 CGI::FastTemplate Perl module manages templates and parses templates
21 replacing variable names with values.
22
23 %description -l pl
24 Modu³ Perla CGI::FastTemplate zarz±dza wzorcami i analizuje je,
25 zastêpuj±c przy tym nazwy zmiennych warto¶ciami.
26
27 %prep
28 %setup -q -n %{pdir}-%{pnam}-%{version}
29
30 %build
31 %{__perl} Makefile.PL \
32         INSTALLDIRS=vendor
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README templates
46 %{perl_vendorlib}/CGI/FastTemplate.pm
47 %{_mandir}/man3/*
This page took 0.072172 seconds and 4 git commands to generate.