eseyman pushed to perl-Search-Elasticsearch (master). "Update to 2.00"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Oct 31 23:19:09 UTC 2015


From c2289c88066c53c992494b628dfbb44b6f2ade3c Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sun, 1 Nov 2015 00:19:02 +0100
Subject: Update to 2.00

---
 .gitignore                     |  1 +
 perl-Search-Elasticsearch.spec | 12 ++++++------
 sources                        |  2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index beac5aa..5bc0b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Search-Elasticsearch-1.19.tar.gz
 /Search-Elasticsearch-1.20.tar.gz
 /Search-Elasticsearch-1.99.tar.gz
+/Search-Elasticsearch-2.00.tar.gz
diff --git a/perl-Search-Elasticsearch.spec b/perl-Search-Elasticsearch.spec
index 8b7174d..3076564 100644
--- a/perl-Search-Elasticsearch.spec
+++ b/perl-Search-Elasticsearch.spec
@@ -1,5 +1,5 @@
 Name:           perl-Search-Elasticsearch
-Version:        1.99
+Version:        2.00
 Release:        1%{?dist}
 Summary:        Official client for Elasticsearch
 License:        ASL 2.0
@@ -11,7 +11,7 @@ BuildRequires:  perl(Any::URI::Escape)
 BuildRequires:  perl(Cpanel::JSON::XS)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Encode)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Hijk)
 BuildRequires:  perl(HTTP::Headers)
@@ -68,14 +68,11 @@ the cloud. You can read more about it on elasticsearch.org.
 %setup -q -n Search-Elasticsearch-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -88,6 +85,9 @@ make test
 %{_mandir}/man3/Search*
 
 %changelog
+* Sat Oct 31 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 2.00-1
+- Update to 2.00
+
 * Sun Aug 30 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 1.99-1
 - Update to 1.99
 
diff --git a/sources b/sources
index 58c9f08..bb59e23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb1f5fb316eb41b28670431d65db4ded  Search-Elasticsearch-1.99.tar.gz
+1749743d7c074b40314858fe25d5088b  Search-Elasticsearch-2.00.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-Search-Elasticsearch.git/commit/?h=master&id=c2289c88066c53c992494b628dfbb44b6f2ade3c


More information about the perl-devel mailing list