1.12.007 bump

This commit is contained in:
Petr Písař 2016-06-01 11:14:41 +02:00
parent 5305aa19c5
commit e7510d8b60
3 changed files with 38 additions and 23 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Gearman-1.11.tar.gz Gearman-1.11.tar.gz
/Gearman-1.12.tar.gz /Gearman-1.12.tar.gz
/Gearman-1.12.007.tar.gz

View File

@ -1,43 +1,49 @@
Name: perl-Gearman Name: perl-Gearman
Version: 1.12 Version: 1.12.007
Release: 5%{?dist} Release: 1%{?dist}
Summary: Distributed job system Summary: Perl interface for Gearman distributed job system
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://danga.com/gearman/ URL: http://danga.com/gearman/
Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DORMANDO/Gearman-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/P/PA/PALIK/Gearman-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: sed
# Run-time:
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(constant) BuildRequires: perl(constant)
BuildRequires: perl(Errno) BuildRequires: perl(Errno)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(fields) BuildRequires: perl(fields)
BuildRequires: perl(File::Basename)
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IO::Handle) BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(lib)
BuildRequires: perl(List::Util)
BuildRequires: perl(POSIX)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket) BuildRequires: perl(Socket)
BuildRequires: perl(Storable) BuildRequires: perl(Storable)
BuildRequires: perl(strict)
BuildRequires: perl(String::CRC32) BuildRequires: perl(String::CRC32)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes) BuildRequires: perl(Time::HiRes)
# Tests:
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Basename)
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(lib)
BuildRequires: perl(List::Util)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::More)
BuildRequires: perl(vars) BuildRequires: perl(vars)
BuildRequires: perl(warnings) # Optional tests:
# gearmand not compatible with the out-dated tests
# Devel::Gladiator not yet packaged
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Gearman::Client\\)$
%description %description
Gearman provides a generic application framework to farm out work to other Gearman provides a generic application framework to farm out work to other
machines or processes that are better suited to do the work. It allows you machines or processes that are better suited to do the work. It allows you
@ -46,6 +52,11 @@ between languages.
%prep %prep
%setup -q -n Gearman-%{version} %setup -q -n Gearman-%{version}
# Remove tests incompatible with recent gearmand, CPAN RT#68155
for TEST in t/30-maxqueue.t t/50-wait_timeout.t; do
rm "$TEST"
sed -i -e "\\,^${TEST},d" MANIFEST
done
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
@ -53,18 +64,21 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=$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 -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} $RPM_BUILD_ROOT/*
%check %check
make test make test
%files %files
%doc CHANGES HACKING TODO %doc CHANGES README TODO
%{perl_vendorlib}/Gearman %{perl_vendorlib}/Gearman
%{_mandir}/man3/Gearman::*.* %{_mandir}/man3/Gearman::*.*
%changelog %changelog
* Wed Jun 01 2016 Petr Pisar <ppisar@redhat.com> - 1.12.007-1
- 1.12.007 bump
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.12-5 * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.12-5
- Perl 5.24 rebuild - Perl 5.24 rebuild

View File

@ -1 +1 @@
e6065973b6052bc1229b2740c374025b Gearman-1.12.tar.gz 71ab639c369ee5a1433d077f3cd473f4 Gearman-1.12.007.tar.gz