- auto-update to 0.21 (by cpan-spec-update 0.01)

- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
f38
Chris Weyl 16 years ago
parent d0cf4cf065
commit b175a04d99

@ -1,9 +1 @@
Net-SSH2-0.18.tar.gz Net-SSH2-0.21.tar.gz
Net-SSH2-*
*.gz
*.rpm
*.tar
x86_64
i386
clog
.build*

@ -1,14 +1,14 @@
Name: perl-Net-SSH2 Name: perl-Net-SSH2
Version: 0.18 Version: 0.21
Release: 7%{?dist} Release: 1%{?dist}
Summary: Support for the SSH 2 protocol via libSSH2 Summary: Support for the SSH 2 protocol via libSSH2
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-SSH2/ URL: http://search.cpan.org/dist/Net-SSH2/
Source0: http://www.cpan.org/authors/id/D/DB/DBROBINS/Net-SSH2-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz
# http://rt.cpan.org/Public/Bug/Display.html?id=36614 # http://rt.cpan.org/Public/Bug/Display.html?id=36614
Patch0: net-ssh2-0.18-perl5.10.patch #Patch0: net-ssh2-0.18-perl5.10.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -17,17 +17,19 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
BuildRequires: libssh2-devel >= 0.18 BuildRequires: libssh2-devel >= 0.18
# core # core
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
#BuildRequires: perl(File::Basename) #BuildRequires: perl(File::Basename)
#BuildRequires: perl(IO::File) #BuildRequires: perl(IO::File)
#BuildRequires: perl(Socket) #BuildRequires: perl(Socket)
# don't "provide" private Perl libs # don't "provide" private Perl libs
%global _use_internal_dependency_generator 0 %global _use_internal_dependency_generator 0
%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | %__find_provides" %global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
%global __find_provides %provfind %global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
%description %description
Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
@ -37,9 +39,9 @@ all of the key exchanges, ciphers, and compression of libssh2.
%prep %prep
%setup -q -n Net-SSH2-%{version} %setup -q -n Net-SSH2-%{version}
%patch0 -p1 #patch0 -p1
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' example/* perl -pi -e 's|^#!perl|#!%{__perl}|' example/*
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -72,6 +74,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Jun 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1
- auto-update to 0.21 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
* Sat Feb 28 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.18-7 * Sat Feb 28 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.18-7
- Stripping bad provides of private Perl extension libs - Stripping bad provides of private Perl extension libs

@ -1 +1 @@
6399eeb115a72545777d7989b98190cf Net-SSH2-0.18.tar.gz 22c5f91daffe0d51dbf68e388448006c Net-SSH2-0.21.tar.gz

Loading…
Cancel
Save