From: Elan Ruusamäe Date: Wed, 26 Nov 2014 13:12:05 +0000 (+0200) Subject: use generic url X-Git-Tag: auto/th/perl-Term-ReadLine-Perl-1.0303-2~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=617b926382f0ce8549b60ff3ac1e81258e40d77e;p=packages%2Fperl-Term-ReadLine-Perl.git use generic url --- diff --git a/perl-Term-ReadLine-Perl.spec b/perl-Term-ReadLine-Perl.spec index 4203bea..6d445f2 100644 --- a/perl-Term-ReadLine-Perl.spec +++ b/perl-Term-ReadLine-Perl.spec @@ -2,10 +2,10 @@ # Conditional build: %bcond_with tests # perform "make test" # interactive -# -%include /usr/lib/rpm/macros.perl + %define pdir Term %define pnam ReadLine-Perl +%include /usr/lib/rpm/macros.perl Summary: Term::ReadLine::Perl - minimal interface to Readline libraries Summary(pl.UTF-8): Term::ReadLine::Perl - minimalny interfejs do bibliotek Readline Name: perl-Term-ReadLine-Perl @@ -16,6 +16,7 @@ License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: a77ecf4921cc714820fef898c6cb0eaf +URL: http://search.cpan.org/dist/Term-ReadLine-Perl/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -25,8 +26,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Term::ReadLine::Perl module is a quick implementation of the minimal -interface to Readline libraries. The implementation is made in Perl -(mostly) by Jeffrey Friedl. The only thing this library does is to +interface to Readline libraries. The implementation is made in Perl +(mostly) by Jeffrey Friedl. The only thing this library does is to make it conformant (and add some minimal changes, like using Term::ReadKey if present, and correct work under xterm).