From 328c8412d39a042a60160ed80475f8fb399b4b33 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Wed, 6 Jul 2016 09:41:25 +0100
Subject: Update to 1.018000

- New upstream release 1.018000
  - Added support for download_url endpoint
  - Default domain set by providing 'version' - makes it easy to work with v1
- Use recent EU:MM's NO_PERLLOCAL option
- Drop legacy Group: tag
---
 perl-MetaCPAN-Client.spec | 18 ++++++++++++------
 sources                   |  2 +-
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/perl-MetaCPAN-Client.spec b/perl-MetaCPAN-Client.spec
index f7787e1..c9092b7 100644
--- a/perl-MetaCPAN-Client.spec
+++ b/perl-MetaCPAN-Client.spec
@@ -3,10 +3,9 @@
 # TODO: BR: perl(HTTP::Tiny::Mech) and perl(WWW::Mechanize::Cache) when 
available
 
 Name:          perl-MetaCPAN-Client
-Version:       1.017000
+Version:       1.018000
 Release:       1%{?dist}
 Summary:       A comprehensive, DWIM-featured client to the MetaCPAN API
-Group:         Development/Libraries
 License:       GPL+ or Artistic
 URL:           https://github.com/CPAN-API/metacpan-client
 Source0:       
http://cpan.metacpan.org/authors/id/M/MI/MICKEY/MetaCPAN-Client-%{version}.tar.gz
@@ -54,19 +53,18 @@ This is a hopefully-complete API-compliant interface to 
MetaCPAN
 %setup -q -n MetaCPAN-Client-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}
+make install DESTDIR=%{buildroot}
 
 %check
 %if !%{with network_tests}
 mv t/api/[a-z]*.t ./
 %endif
 
-make test AUTHOR_TESTING=1 # RELEASE_TESTING=1
+make test AUTHOR_TESTING=1
 
 %if !%{with network_tests}
 mv ./[a-z]*.t t/api/
@@ -79,6 +77,7 @@ mv ./[a-z]*.t t/api/
 %{_mandir}/man3/MetaCPAN::Client.3*
 %{_mandir}/man3/MetaCPAN::Client::Author.3*
 %{_mandir}/man3/MetaCPAN::Client::Distribution.3*
+%{_mandir}/man3/MetaCPAN::Client::DownloadURL.3*
 %{_mandir}/man3/MetaCPAN::Client::Favorite.3*
 %{_mandir}/man3/MetaCPAN::Client::File.3*
 %{_mandir}/man3/MetaCPAN::Client::Mirror.3*
@@ -91,6 +90,13 @@ mv ./[a-z]*.t t/api/
 %{_mandir}/man3/MetaCPAN::Client::Role::Entity.3*
 
 %changelog
+* Wed Jul  6 2016 Paul Howarth <p...@city-fan.org> - 1.018000-1
+- Update to 1.018000
+  - Added support for download_url endpoint
+  - Default domain set by providing 'version' - makes it easy to work with v1
+- Use recent EU:MM's NO_PERLLOCAL option
+- Drop legacy Group: tag
+
 * Tue Jun 28 2016 Paul Howarth <p...@city-fan.org> - 1.017000-1
 - Update to 1.017000
   - Fixed nodes list for Search::Elasticsearch
diff --git a/sources b/sources
index b0e0ab5..d5cb04c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a30015d6cba74e4bdb29e3f2bec88017  MetaCPAN-Client-1.017000.tar.gz
+3cbbcbc5eb9977651a4ab1f5624fc93d  MetaCPAN-Client-1.018000.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-MetaCPAN-Client.git/commit/?h=master&id=328c8412d39a042a60160ed80475f8fb399b4b33
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to