2.07 bump

This commit is contained in:
Petr Písař 2016-05-02 12:16:19 +02:00
parent 09decefae9
commit b922e7469d
3 changed files with 11 additions and 5 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
/threads-1.99.tar.gz
/threads-2.01.tar.gz
/threads-2.02.tar.gz
/threads-2.07.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-threads
Epoch: 1
Version: 2.02
Release: 3%{?dist}
Version: 2.07
Release: 1%{?dist}
Summary: Perl interpreter-based threads
License: GPL+ or Artistic
Group: Development/Libraries
@ -11,6 +11,8 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
@ -54,8 +56,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
@ -68,6 +70,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon May 02 2016 Petr Pisar <ppisar@redhat.com> - 1:2.07-1
- 2.07 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.02-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
5acb72e77274eab54aac5aef82c261ef threads-2.02.tar.gz
d0ef0ad1bb4304a1ff74af341a2b7373 threads-2.07.tar.gz