]> git.pld-linux.org Git - packages/perl-namespace-autoclean.git/commitdiff
- updated to 0.28
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Nov 2016 15:49:14 +0000 (16:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Nov 2016 15:49:14 +0000 (16:49 +0100)
perl-namespace-autoclean.spec

index e6ff8fdb5c99df29065228f64477d70ab9376e87..470081f9992749202ece45c381487a0721aa34c0 100644 (file)
@@ -1,6 +1,5 @@
 #
 # Conditional build:
-%bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
@@ -13,15 +12,17 @@ Version:    0.28
 Release:       1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/namespace/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 9746a73c34f294d663c583f857b8648f
 URL:           http://search.cpan.org/dist/namespace-autoclean/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with autodeps} || %{with tests}
-BuildRequires: perl-B-Hooks-EndOfScope >= 0.07
-BuildRequires: perl-Class-MOP >= 0.80
-BuildRequires: perl-namespace-clean >= 0.11
+%if %{with tests}
+BuildRequires: perl-B-Hooks-EndOfScope >= 0.12
+BuildRequires: perl-Sub-Identify
+BuildRequires: perl-Test-Requires
+BuildRequires: perl-Test-Simple >= 0.88
+BuildRequires: perl-namespace-clean >= 0.20
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.149339 seconds and 4 git commands to generate.