2.017 bump

This commit is contained in:
Petr Písař 2015-02-11 15:06:53 +01:00
parent 482b2fefbe
commit 74397a39bc

View File

@ -1,13 +1,12 @@
%global cpan_version 2.016
Name: perl-Socket
Epoch: 2
Version: %(echo '%{cpan_version}' | tr '_' '.')
Version: 2.017
Release: 1%{?dist}
Summary: Networking constants and support functions
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Socket/
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{cpan_version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Socket-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::CBuilder)
@ -38,7 +37,7 @@ functions, mostly for dealing with conversions of network addresses between
human-readable and native binary forms, and for hostname resolver operations.
%prep
%setup -q -n Socket-%{cpan_version}
%setup -q -n Socket-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@ -54,12 +53,16 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
make test
%files
%doc Artistic Changes Copying LICENSE
%license Artistic Copying LICENSE
%doc Changes
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Socket*
%{_mandir}/man3/*
%changelog
* Wed Feb 11 2015 Petr Pisar <ppisar@redhat.com> - 2:2.017-1
- 2.017 bump
* Thu Oct 09 2014 Petr Pisar <ppisar@redhat.com> - 2:2.016-1
- 2.016 bump