]> git.pld-linux.org Git - packages/perl-CGI-FastTemplate.git/blame - perl-CGI-FastTemplate.spec
use generic url
[packages/perl-CGI-FastTemplate.git] / perl-CGI-FastTemplate.spec
CommitLineData
f0ec8b98 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
bef6185e 4
7c00e212 5%define pdir CGI
6%define pnam FastTemplate
bef6185e 7%include /usr/lib/rpm/macros.perl
9391753d 8Summary: CGI::FastTemplate - Perl extension for managing templates, and performing variable interpolation
a5be3b82 9Summary(pl.UTF-8): CGI::FastTemplate - rozszerzenie Perla do zarządzania wzorcami i zastępowania zmiennych
01b7def8 10Name: perl-CGI-FastTemplate
42d22e4e 11Version: 1.09
b0e7ad77 12Release: 10
9391753d 13# same as perl
14License: GPL v1+ or Artistic
01b7def8 15Group: Development/Languages/Perl
8f7a39d4 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
1af16555 17# Source0-md5: c5fe8ead04c525c8d5633c9453af802f
bef6185e 18URL: http://search.cpan.org/dist/CGI-FastTemplate/
d4adb3ca 19BuildRequires: perl-devel >= 1:5.8.0
ee324896 20BuildRequires: rpm-perlprov >= 4.1-13
43f3130e 21BuildArch: noarch
91fde90c 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
01b7def8 23
24%description
9391753d 25CGI::FastTemplate Perl module manages templates and parses templates
26replacing variable names with values.
01b7def8 27
edce53b9
JR
28%description -l pl.UTF-8
29Moduł Perla CGI::FastTemplate zarządza wzorcami i analizuje je,
30zastępując przy tym nazwy zmiennych wartościami.
01b7def8 31
32%prep
fc44c345 33%setup -q -n %{pdir}-%{pnam}-%{version}
01b7def8 34
35%build
ee324896 36%{__perl} Makefile.PL \
9c690903 37 INSTALLDIRS=vendor
d87f7039 38%{__make}
01b7def8 39
f0ec8b98 40%{?with_tests:%{__make} test}
41
01b7def8 42%install
43rm -rf $RPM_BUILD_ROOT
01b7def8 44
f0ec8b98 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
01b7def8 47
01b7def8 48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
099820ed 53%doc README templates
ee324896 54%{perl_vendorlib}/CGI/FastTemplate.pm
01b7def8 55%{_mandir}/man3/*
This page took 0.080833 seconds and 4 git commands to generate.