]> git.pld-linux.org Git - packages/perl-Text-Template.git/blobdiff - perl-Text-Template.spec
- (automatic) provided informative description
[packages/perl-Text-Template.git] / perl-Text-Template.spec
index eb2a3967c8c70db82ae32e8d5b762a5da4275d11..92a84a6d1b074685fdc5b6dfa96dfcdd343c9d8e 100644 (file)
@@ -1,8 +1,7 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Text
 %define        pnam    Template
-Summary:       Text::Template perl module
-Summary(pl):   Modu³ perla Text::Template
+Summary:       Text::Template - Expand template text with embedded Perl
 Name:          perl-Text-Template
 Version:       1.43
 Release:       1
@@ -14,10 +13,11 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Text::Template perl module.
-
-%description -l pl
-Modu³ perla Text::Template.
+This is a library for generating form letters, building HTML pages,
+or filling in templates generally.  A `template' is a piece of text
+that has little Perl programs embedded in it here and there.  When you
+`fill in' a template, you evaluate the little programs and replace them
+with their values.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -31,14 +31,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README
 %{perl_sitelib}/Text/Template.pm
 %{perl_sitelib}/Text/Template
 %{_mandir}/man3/*
This page took 0.049537 seconds and 4 git commands to generate.