rpms/perl-Net-SSH2/devel .cvsignore, 1.3, 1.4 perl-Net-SSH2.spec, 1.7, 1.8 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Mon Jun 8 05:44:16 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Net-SSH2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30005

Modified Files:
	.cvsignore perl-Net-SSH2.spec sources 
Log Message:
* Mon Jun 08 2009 Chris Weyl <cweyl at 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)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH2/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	28 Feb 2009 23:22:19 -0000	1.3
+++ .cvsignore	8 Jun 2009 05:43:45 -0000	1.4
@@ -1,9 +1 @@
-Net-SSH2-0.18.tar.gz
-Net-SSH2-*
-*.gz
-*.rpm
-*.tar
-x86_64
-i386
-clog
-.build*
+Net-SSH2-0.21.tar.gz


Index: perl-Net-SSH2.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH2/devel/perl-Net-SSH2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Net-SSH2.spec	28 Feb 2009 23:22:19 -0000	1.7
+++ perl-Net-SSH2.spec	8 Jun 2009 05:43:45 -0000	1.8
@@ -1,14 +1,14 @@
 Name:           perl-Net-SSH2
-Version:        0.18
-Release:        7%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 Summary:        Support for the SSH 2 protocol via libSSH2
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 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
-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)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -17,17 +17,19 @@ Requires:       perl(:MODULE_COMPAT_%(ev
 BuildRequires:  libssh2-devel >= 0.18
 
 # core
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Test::More)
-#BuildRequires: perl(File::Basename) 
-#BuildRequires: perl(IO::File) 
-#BuildRequires: perl(Socket) 
+#BuildRequires: perl(File::Basename)
+#BuildRequires: perl(IO::File)
+#BuildRequires: perl(Socket)
 
 
 # don't "provide" private Perl libs
 %global _use_internal_dependency_generator 0
-%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | %__find_provides"
-%global __find_provides %provfind
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
+%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
 Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org)
@@ -37,9 +39,9 @@ all of the key exchanges, ciphers, and c
 %prep
 %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
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -72,6 +74,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 08 2009 Chris Weyl <cweyl at 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 at alumni.drew.edu> - 0.18-7
 - Stripping bad provides of private Perl extension libs
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-SSH2/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	2 Dec 2007 21:19:10 -0000	1.2
+++ sources	8 Jun 2009 05:43:45 -0000	1.3
@@ -1 +1 @@
-6399eeb115a72545777d7989b98190cf  Net-SSH2-0.18.tar.gz
+22c5f91daffe0d51dbf68e388448006c  Net-SSH2-0.21.tar.gz




More information about the fedora-extras-commits mailing list