update to 0.33

f38
Iain Arnell 14 years ago
parent d4ade7c98d
commit 556786349c

1
.gitignore vendored

@ -1 +1,2 @@
Net-SSH2-0.28.tar.gz Net-SSH2-0.28.tar.gz
/Net-SSH2-0.33.tar.gz

@ -1,13 +1,12 @@
Name: perl-Net-SSH2 Name: perl-Net-SSH2
Version: 0.28 Version: 0.33
Release: 5%{?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://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
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))
# non-perl # non-perl
@ -41,8 +40,6 @@ perl -pi -e 's|^#!perl|#!%{__perl}|' example/*
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -type f -name .packlist -exec rm -f {} +
@ -56,9 +53,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
# buildsys anyways as they require network access # buildsys anyways as they require network access
make test make test
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes README example/ %doc Changes README example/
@ -67,6 +61,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Mar 18 2011 Iain Arnell <iarnell@gmail.com> 0.33-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-5 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

@ -1 +1 @@
5d6a9c4b2256c34819c0d6f3a0163066 Net-SSH2-0.28.tar.gz 96782c938539794c0c2c396a84ea2f09 Net-SSH2-0.33.tar.gz

Loading…
Cancel
Save