]> git.pld-linux.org Git - packages/perl-URI.git/commitdiff
- updated to 1.69 auto/th/perl-URI-1.69-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Jan 2016 22:05:51 +0000 (23:05 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Jan 2016 22:05:51 +0000 (23:05 +0100)
- Business::ISBN is no longer detected as dependency

perl-URI.spec

index 66128266a7456e3f68395b3f9443c4815f59cc08..1db48798c9f48455c91a183ec37954d0da3a88b1 100644 (file)
@@ -10,13 +10,13 @@ Summary(pl.UTF-8):  URI - obsługa ujednoliconych identyfikatorów zasobów (bezw
 Summary(ru.UTF-8):     URI - Uniform Resource Identifier (URI) ссылки, как указывает RFC 2396
 Summary(uk.UTF-8):     URI - посилання Uniform Resource Identifier (URI) як визначено в RFC 2396
 Name:          perl-URI
-Version:       1.64
+Version:       1.69
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/URI/%{pnam}-%{version}.tar.gz
-# Source0-md5: 975b2282bc8f0fd72a6dae5cefc33824
+# Source0-md5: 3c56aee0300bce5a440ccbd558277ea0
 URL:           http://search.cpan.org/dist/URI/
 BuildRequires: perl-devel >= 1:5.8.1
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -28,8 +28,6 @@ BuildRequires:        perl-Test-Simple
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreq      'perl(Business::ISBN)'
-
 %description
 This package contains the URI.pm module with friends. The module
 implements the URI class. Objects of this class represent Uniform
@@ -54,7 +52,7 @@ Módulo Perl URI - Este pacote contém o modulo URI.pm para manipular
 
 %prep
 %setup -q -n %{pnam}-%{version}
-mv t/heuristic.t{,.blah}
+%{__mv} t/heuristic.t{,.blah}
 
 %build
 %{__perl} Makefile.PL \
This page took 0.443378 seconds and 4 git commands to generate.