[packages/perl-CGI-Application-Plugin-TT] use generic url
glen
glen at pld-linux.org
Tue Nov 25 09:26:34 CET 2014
commit 02b9d3a4ef0e391ede929a889fce0d52ab64ffa2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Nov 25 10:26:30 2014 +0200
use generic url
perl-CGI-Application-Plugin-TT.spec | 28 +++++++++++-----------------
1 file changed, 11 insertions(+), 17 deletions(-)
---
diff --git a/perl-CGI-Application-Plugin-TT.spec b/perl-CGI-Application-Plugin-TT.spec
index 8141635..ea12a2b 100644
--- a/perl-CGI-Application-Plugin-TT.spec
+++ b/perl-CGI-Application-Plugin-TT.spec
@@ -1,12 +1,11 @@
#
# Conditional build:
%bcond_without tests # do not perform "make test"
-#
-%include /usr/lib/rpm/macros.perl
+
%define pdir CGI
%define pnam Application-Plugin-TT
+%include /usr/lib/rpm/macros.perl
Summary: CGI::Application::Plugin::TT - Add Template Toolkit support to CGI::Application
-#Summary(pl.UTF-8):
Name: perl-CGI-Application-Plugin-TT
Version: 1.05
Release: 1
@@ -15,8 +14,7 @@ License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/CGI/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 6e795c093a011cb701ab877deb0917a4
-# generic URL, check or change before uncommenting
-#URL: http://search.cpan.org/dist/CGI-Application-Plugin-TT/
+URL: http://search.cpan.org/dist/CGI-Application-Plugin-TT/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
@@ -27,18 +25,14 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-CGI::Application::Plugin::TT adds support for the popular Template Toolkit engine
-to your CGI::Application modules by providing several helper methods that
-allow you to process template files from within your runmodes.
-
-It compliments the support for HTML::Template that is built into CGI::Application
-through the load_tmpl method. It also provides a few extra features than just the ability
-to load a template.
-
-
-
-# %description -l pl.UTF-8
-# TODO
+CGI::Application::Plugin::TT adds support for the popular Template
+Toolkit engine to your CGI::Application modules by providing several
+helper methods that allow you to process template files from within
+your runmodes.
+
+It compliments the support for HTML::Template that is built into
+CGI::Application through the load_tmpl method. It also provides a few
+extra features than just the ability to load a template.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-CGI-Application-Plugin-TT.git/commitdiff/02b9d3a4ef0e391ede929a889fce0d52ab64ffa2
More information about the pld-cvs-commit
mailing list