]> git.pld-linux.org Git - packages/perl-Text-Template.git/blame - perl-Text-Template.spec
- release 2
[packages/perl-Text-Template.git] / perl-Text-Template.spec
CommitLineData
9a3dacb0 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
6b35732d 5%include /usr/lib/rpm/macros.perl
e3a756ba 6%define pdir Text
7%define pnam Template
730109fe 8Summary: Text::Template - expand template text with embedded Perl
d11bd299 9Summary(pl.UTF-8): Text::Template - przetwarzanie szablonów tekstowych przez wbudowany Perl
08297bbe 10Name: perl-Text-Template
b87f2aa4 11Version: 1.44
e46241be 12Release: 2
9a3dacb0 13# same as perl
14License: GPL v1+ or Artistic
08297bbe 15Group: Development/Languages/Perl
db1a5629 16Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-%{version}.tar.gz
b87f2aa4 17# Source0-md5: 81a43d284d9c3cdb2b28e104c1c18609
db1a5629
JB
18URL: http://search.cpan.org/dist/Text-Template/
19BuildRequires: perl-devel >= 1:5.8.0
e6f3842c 20BuildRequires: rpm-perlprov >= 4.1-13
25e42ed7 21BuildArch: noarch
7e3210d1 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
08297bbe 23
24%description
4add0385 25This is a library for generating form letters, building HTML pages,
26or filling in templates generally. A `template' is a piece of text
27that has little Perl programs embedded in it here and there. When you
abf4b067
JB
28`fill in' a template, you evaluate the little programs and replace
29them with their values.
30
a174c101
JR
31%description -l pl.UTF-8
32To jest biblioteka do generowania listów z formularzy, budowania stron
33HTML lub ogólnie wypełniania szablonów. Szablon (template) to kawałek
34tekstu, który ma wbudowane gdzieniegdzie małe programy w Perlu. Przy
35"wypełnianiu" szablonu te małe programy są wykonywane i zastępowane
36zwracanymi przez nie wartościami.
08297bbe 37
38%prep
6b35732d 39%setup -q -n %{pdir}-%{pnam}-%{version}
08297bbe 40
41%build
e6f3842c 42%{__perl} Makefile.PL \
a6fd3335 43 INSTALLDIRS=vendor
b05c57fa 44%{__make}
08297bbe 45
9a3dacb0 46%{?with_tests:%{__make} test}
47
08297bbe 48%install
49rm -rf $RPM_BUILD_ROOT
08297bbe 50
9a3dacb0 51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
08297bbe 53
08297bbe 54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
23e44800 59%doc README
e6f3842c 60%{perl_vendorlib}/Text/Template.pm
61%{perl_vendorlib}/Text/Template
08297bbe 62%{_mandir}/man3/*
This page took 0.138385 seconds and 4 git commands to generate.