From 543288a1c2006076429e8fc4c44097169489e026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Mon, 24 Apr 2017 12:51:08 +0200 Subject: 0.51 bump
--- .gitignore | 1 + perl-Tk-Getopt.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index fd73aca..28a7a88 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Tk-Getopt-0.50.tar.gz +/Tk-Getopt-0.51.tar.gz diff --git a/perl-Tk-Getopt.spec b/perl-Tk-Getopt.spec index f180400..776944c 100644 --- a/perl-Tk-Getopt.spec +++ b/perl-Tk-Getopt.spec @@ -1,14 +1,11 @@ Name: perl-Tk-Getopt -Version: 0.50 -Release: 12%{?dist} +Version: 0.51 +Release: 1%{?dist} Summary: User configuration window for Tk with interface to Getopt::Long License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/Tk-Getopt/ Source0: http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-Getopt-%{version}.tar.gz BuildArch: noarch -BuildRequires: coreutils -BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators @@ -19,6 +16,7 @@ BuildRequires: perl(constant) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Basename) +BuildRequires: perl(File::Spec) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Safe) BuildRequires: perl(Tk) >= 804 @@ -74,15 +72,13 @@ Getopt::Long and editing with a graphical user interface via a Tk window. %prep %setup -q -n Tk-Getopt-%{version} -chmod -x demos/* %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -94,6 +90,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Apr 24 2017 Petr Pisar <ppi...@redhat.com> - 0.51-1 +- 0.51 bump + * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 0.50-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 64ab657..f43a94f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ce04ba565d8ef5acacf03fbd8756486 Tk-Getopt-0.50.tar.gz +SHA512 (Tk-Getopt-0.51.tar.gz) = f545d862d06afd702d76453d294c949eff7075e739cf276bef07150e2f395c4254c0f6acb257057b6bffe0b4ae505e60602d61dbe324cf84191225ba9955881e -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Tk-Getopt.git/commit/?h=f24&id=543288a1c2006076429e8fc4c44097169489e026 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org