From 483247cf8c56b0e9d52cc8298a74fdeecdf378bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 14 Mar 2016 10:28:19 +0100 Subject: [PATCH] 1.9732 bump --- .gitignore | 1 + .rpmlint | 2 ++ perl-Time-HiRes.spec | 16 ++++++++++------ sources | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 .rpmlint diff --git a/.gitignore b/.gitignore index e7af526..bfab3b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Time-HiRes-1.9725.tar.gz /Time-HiRes-1.9726.tar.gz /Time-HiRes-1.9728.tar.gz +/Time-HiRes-1.9732.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..95b1db2 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (getitimer|gettimeofday|nanosleep|setitimer|ualarm|usleep)"); diff --git a/perl-Time-HiRes.spec b/perl-Time-HiRes.spec index 92e48d0..47771d4 100644 --- a/perl-Time-HiRes.spec +++ b/perl-Time-HiRes.spec @@ -1,15 +1,16 @@ Name: perl-Time-HiRes -Version: 1.9728 -Release: 2%{?dist} +Version: 1.9732 +Release: 1%{?dist} Summary: High resolution alarm, sleep, gettimeofday, interval timers License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Time-HiRes/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Time-HiRes-%{version}.tar.gz -BuildRequires: coreutils +Source0: http://www.cpan.org/authors/id/J/JH/JHI/Time-HiRes-%{version}.tar.gz BuildRequires: findutils +BuildRequires: gcc BuildRequires: make BuildRequires: perl +BuildRequires: perl-devel BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::Constant) BuildRequires: perl(ExtUtils::MakeMaker) @@ -42,8 +43,8 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -56,6 +57,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Mar 14 2016 Petr Pisar - 1.9732-1 +- 1.9732 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1.9728-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 25e20ce..780c23e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7972038a77958ab2949b518e3fc3795 Time-HiRes-1.9728.tar.gz +6ec63325dc5ca7d3ac09edc89595bffc Time-HiRes-1.9732.tar.gz