]> git.pld-linux.org Git - packages/perl-CGI-Application-Plugin-TT.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 08:26:30 +0000 (10:26 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 08:26:30 +0000 (10:26 +0200)
perl-CGI-Application-Plugin-TT.spec

index 81416355caf6a07c87727d5df2d8f526e1bc2862..ea12a2b1b48789bb23632d2a5d7ed28c4865586d 100644 (file)
@@ -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}
This page took 0.091463 seconds and 4 git commands to generate.