f38
Petr Šabata 13 years ago
parent ff1249b29e
commit 0a21e73c27

1
.gitignore vendored

@ -3,3 +3,4 @@ Net-SSH2-0.28.tar.gz
/Net-SSH2-0.40.tar.gz /Net-SSH2-0.40.tar.gz
/Net-SSH2-0.41.tar.gz /Net-SSH2-0.41.tar.gz
/Net-SSH2-0.42.tar.gz /Net-SSH2-0.42.tar.gz
/Net-SSH2-0.43.tar.gz

@ -1,15 +0,0 @@
diff --git a/Makefile.PL b/Makefile.PL
index 8969253..af2d345 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -67,8 +67,8 @@ if (!$lib && !$inc) {
auto_provides;
libs $lib;
-$inc = "$inc -I.";
-makemaker_args CCFLAGS => $inc, @define;
+inc "$inc -I.";
+makemaker_args @define;
realclean_files qw/const-c.inc const-xs.inc/;

@ -1,5 +1,5 @@
Name: perl-Net-SSH2 Name: perl-Net-SSH2
Version: 0.42 Version: 0.43
Release: 1%{?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
@ -7,7 +7,6 @@ Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-SSH2/ URL: http://search.cpan.org/dist/Net-SSH2/
Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/Net-SSH2-%{version}.tar.gz
# Avoid the EE::MM CCFLAGS bug # Avoid the EE::MM CCFLAGS bug
Patch0: Net-SSH2-0.41-Makefile.patch
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
@ -30,7 +29,6 @@ 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 -b .makefile
perl -pi -e 's|^#!perl|#!%{__perl}|' example/* perl -pi -e 's|^#!perl|#!%{__perl}|' example/*
%build %build
@ -56,6 +54,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue Apr 24 2012 Petr Šabata <contyk@redhat.com> - 0.43-1
- 0.43 bump
* Mon Apr 23 2012 Petr Šabata <contyk@redhat.com> - 0.42-1 * Mon Apr 23 2012 Petr Šabata <contyk@redhat.com> - 0.42-1
- 0.42 bump - 0.42 bump

@ -1 +1 @@
c667cb01508eb1e6135afff88a86e4f9 Net-SSH2-0.42.tar.gz 3f1d62af340e05e0aba33c4ec1c342f2 Net-SSH2-0.43.tar.gz

Loading…
Cancel
Save