1.97 bump
This commit is contained in:
parent
cde4d0ab03
commit
2b2170a263
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/Socket-1.94_07.tar.gz
|
||||
/Socket-1.95.tar.gz
|
||||
/Socket-1.96.tar.gz
|
||||
/Socket-1.97.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
%global cpan_version 1.96
|
||||
%global cpan_version 1.97
|
||||
Name: perl-Socket
|
||||
Version: %(eval echo '%{cpan_version}' | tr '_' '.')
|
||||
Release: 1%{?dist}
|
||||
@ -8,9 +8,9 @@ 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
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::CChecker)
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::Constant) >= 0.23
|
||||
# Tests:
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
# Scalar::Util is needed only if getaddrinfo(3) does not exist. Not our case.
|
||||
@ -46,12 +46,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE
|
||||
%doc Artistic Changes Copying LICENSE
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/Socket*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2011 Petr Pisar <ppisar@redhat.com> - 1.97-1
|
||||
- 1.97 bump
|
||||
- License texts added
|
||||
|
||||
* Mon Dec 12 2011 Petr Pisar <ppisar@redhat.com> - 1.96-1
|
||||
- 1.96 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user