1.9732 bump

This commit is contained in:
Petr Písař 2016-03-14 10:28:19 +01:00
parent c273b80d81
commit 483247cf8c
4 changed files with 14 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* (getitimer|gettimeofday|nanosleep|setitimer|ualarm|usleep)");

View File

@ -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 <ppisar@redhat.com> - 1.9732-1
- 1.9732 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9728-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
d7972038a77958ab2949b518e3fc3795 Time-HiRes-1.9728.tar.gz
6ec63325dc5ca7d3ac09edc89595bffc Time-HiRes-1.9732.tar.gz