jplesnik pushed to perl-Time-Period (master). "1.25 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Sep 14 12:07:48 UTC 2015


From 6dc3e0d0323665ac6476ee8aa97b01bb690a3f6f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Mon, 14 Sep 2015 14:07:38 +0200
Subject: 1.25 bump


diff --git a/.gitignore b/.gitignore
index 81c773f..5e35a65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Period-1.20.tar.gz
 /Time-Period-1.23.tar.gz
+/Time-Period-1.25.tar.gz
diff --git a/perl-Time-Period.spec b/perl-Time-Period.spec
index 1c8c9b9..17baffe 100644
--- a/perl-Time-Period.spec
+++ b/perl-Time-Period.spec
@@ -1,6 +1,6 @@
 Name:           perl-Time-Period
-Version:        1.23
-Release:        7%{?dist}
+Version:        1.25
+Release:        1%{?dist}
 Summary:        A Perl module to deal with time periods
 
 Group:          Development/Libraries
@@ -10,6 +10,9 @@ Source0:        http://search.cpan.org/CPAN/authors/id/P/PB/PBOYD/Time-Period-%{
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
@@ -35,7 +38,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
@@ -50,7 +53,6 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE README
 # For noarch packages: vendorlib
 %{perl_vendorlib}/*
@@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 14 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.25-1
+- 1.25 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.23-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a9d318..ffc8814 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c677ed3e0b7f3f1ea1bc1c03efae699b  Time-Period-1.23.tar.gz
+92f33afda0f440be7335a163ac246ab1  Time-Period-1.25.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Time-Period.git/commit/?h=master&id=6dc3e0d0323665ac6476ee8aa97b01bb690a3f6f


More information about the perl-devel mailing list