commit 837bd1f9349fee3a28f0a4ec5c9520e9593775e2 Author: Petr Písař <ppi...@redhat.com> Date: Wed Feb 11 15:06:53 2015 +0100
2.017 bump perl-Socket.spec | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) --- diff --git a/perl-Socket.spec b/perl-Socket.spec index 2852b9d..ee0d02d 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -1,13 +1,12 @@ -%global cpan_version 2.016 Name: perl-Socket Epoch: 1 -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 <ppi...@redhat.com> - 2:2.017-1 +- 2.017 bump + * Thu Oct 09 2014 Petr Pisar <ppi...@redhat.com> - 1:2.016-1 - 2.016 bump -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel