2.07 bump

This commit is contained in:
Petr Písař 2016-05-10 08:47:58 +02:00
parent 8eed988405
commit 8b50c8c400
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/IPC-SysV-2.05.tar.gz
/IPC-SysV-2.06.tar.gz
/IPC-SysV-2.07.tar.gz

View File

@ -1,17 +1,17 @@
Name: perl-IPC-SysV
Version: 2.06
Version: 2.07
Release: 1%{?dist}
Summary: Object interface to System V IPC
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/IPC-SysV/
Source0: http://www.cpan.org/authors/id/M/MH/MHX/IPC-SysV-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
@ -46,8 +46,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
@ -60,6 +60,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue May 10 2016 Petr Pisar <ppisar@redhat.com> - 2.07-1
- 2.07 bump
* Mon Feb 29 2016 Petr Pisar <ppisar@redhat.com> - 2.06-1
- 2.06 bump

View File

@ -1 +1 @@
38768363f83da467c456850fc6c3aa3d IPC-SysV-2.06.tar.gz
4faf5a19c529ff5dae6071d346a47468 IPC-SysV-2.07.tar.gz