jplesnik pushed to perl-Getopt-Simple (master). "1.52 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Aug 27 10:46:42 UTC 2015


From aae965c6efa1024e5674bcd9732378e51158f9b3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Thu, 27 Aug 2015 12:46:14 +0200
Subject: 1.52 bump


diff --git a/.gitignore b/.gitignore
index bf376ba..24bf106 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Getopt-Simple-1.49.tgz
+/Getopt-Simple-1.52.tgz
diff --git a/perl-Getopt-Simple.spec b/perl-Getopt-Simple.spec
index d569c8a..7dc1fc6 100644
--- a/perl-Getopt-Simple.spec
+++ b/perl-Getopt-Simple.spec
@@ -1,18 +1,25 @@
 Name:           perl-Getopt-Simple
-Version:        1.49
-Release:        15%{?dist}
+Version:        1.52
+Release:        1%{?dist}
 Summary:        Provide a simple wrapper around Getopt::Long
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Getopt-Simple/
 Source0:        http://www.cpan.org/authors/id/R/RS/RSAVAGE/Getopt-Simple-%{version}.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  perl
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(Getopt::Long)
 
 %description
 Getopt::Simple is a pure Perl module used as wrapper around Getopt::Long.
@@ -25,7 +32,6 @@ Getopt::Simple is a pure Perl module used as wrapper around Getopt::Long.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
 tr -d '\r' < README > tmp
 mv tmp README
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
@@ -36,16 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
-%doc Changes.txt README
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.52-1
+- 1.52 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.49-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a3311ef..737ed97 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b1e965e7833f840bd78eb9835da5bd0  Getopt-Simple-1.49.tgz
+5ff72e4753147e5eef5990b5d4aaae46  Getopt-Simple-1.52.tgz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Getopt-Simple.git/commit/?h=master&id=aae965c6efa1024e5674bcd9732378e51158f9b3


More information about the perl-devel mailing list