0.34 bump

This commit is contained in:
Petr Písař 2016-05-06 15:43:32 +02:00
parent 8593a993cf
commit 85b6261b24
3 changed files with 25 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Sys-Syslog-0.32.tar.gz
/Sys-Syslog-0.33.tar.gz
/Sys-Syslog-0.34.tar.gz

View File

@ -1,19 +1,34 @@
Name: perl-Sys-Syslog
Version: 0.33
Release: 348%{?dist}
Version: 0.34
Release: 1%{?dist}
Summary: Perl interface to the UNIX syslog(3) calls
# README: GPL+ or Artistic
# ppport.h: GPL+ or Artistic
# Syslog.pm: GPL+ or Artistic
## Unbundled
# fallback/syslog.h: BSD
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Sys-Syslog/
Source0: http://www.cpan.org/authors/id/S/SA/SAPER/Sys-Syslog-%{version}.tar.gz
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: glibc-common
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(strict)
BuildRequires: perl-devel
BuildRequires: perl-generators
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::Constant)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Spec)
BuildRequires: perl(strict)
BuildRequires: sed
# Run-time:
BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
BuildRequires: perl(Fcntl)
BuildRequires: perl(File::Basename)
@ -25,7 +40,6 @@ BuildRequires: perl(warnings::register)
BuildRequires: perl(XSLoader)
# DynaLoader not used
# Tests:
BuildRequires: perl(Config)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Test::More)
# Optional tests:
@ -68,8 +82,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
@ -82,6 +96,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri May 06 2016 Petr Pisar <ppisar@redhat.com> - 0.34-1
- 0.34 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.33-348
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
5237b0396b10a5bc1f7d5436883e40f9 Sys-Syslog-0.33.tar.gz
4aa75cf62ff697262105042f7b5f6c70 Sys-Syslog-0.34.tar.gz