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

index e5b942ce60d41df3bd5ebae021c2a54040484d2a..8bc81aabf9e9813110692727d79879f95489d315 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    CGI
 %define                pnam    Screen
+%include       /usr/lib/rpm/macros.perl
 Summary:       CGI::Screen - Perl extension for easy creation of multi screen CGI scripts
 Summary(pl.UTF-8):     CGI::Screen - rozszerzenia Perla do łatwego tworzenia wieloekranowych skryptów CGI
 Name:          perl-CGI-Screen
@@ -14,14 +14,15 @@ License:    GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 3bcbb56df1852bd20183cd9eda3ea6e9
-BuildRequires: rpm-perlprov >= 4.1-13
+URL:           http://search.cpan.org/dist/CGI-Screen/
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 CGI::Screen is a subclass of "CGI" which allows the esay(TM) creation
-of simple multi screen CGI scripts.  By 'multi screen' I mean scripts
+of simple multi screen CGI scripts. By 'multi screen' I mean scripts
 which present different screens to the user when called with different
 parameters. This is the common case for scripts linking to themselves.
 
This page took 0.09834 seconds and 4 git commands to generate.