From ac0d4d46d64da2543fb0c23634d04f265a3df636 Mon Sep 17 00:00:00 2001 From: radek Date: Fri, 7 May 2004 21:34:57 +0000 Subject: [PATCH] - new Changed files: perl-Net-SSH-Perl.spec -> 1.1 --- perl-Net-SSH-Perl.spec | 72 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 perl-Net-SSH-Perl.spec diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec new file mode 100644 index 0000000..9a10a7e --- /dev/null +++ b/perl-Net-SSH-Perl.spec @@ -0,0 +1,72 @@ +# +# Conditional build: +%bcond_without tests # do not perform "make test" +# +%include /usr/lib/rpm/macros.perl +%define pdir Net +%define pnam SSH-Perl +Summary: Net::SSH::Perl - Perl client Interface to SSH +#Summary(pl): +Name: perl-Net-SSH-Perl +Version: 1.25 +Release: 1 +# same as perl +License: GPL v1+ or Artistic +Group: Development/Languages/Perl +Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +# Source0-md5: 4022c3de719f6b3a1b3ad389ab492754 +BuildRequires: perl-devel >= 5.6 +BuildRequires: rpm-perlprov >= 4.1-13 +%if %{with tests} +# just taken from Makefile; probably not all are required for tests... +BuildRequires: perl-Convert-PEM >= 0.05 +BuildRequires: perl-Crypt-DH >= 0.01 +BuildRequires: perl-Crypt-DSA >= 0.11 +BuildRequires: perl-Digest-HMAC +BuildRequires: perl-Digest-MD5 +BuildRequires: perl-Digest-SHA1 +BuildRequires: perl-Math-GMP >= 1.04 +BuildRequires: perl-Math-Pari >= 2.001804 +BuildRequires: perl-MIME-Base64 +BuildRequires: perl-Scalar-List-Utils +BuildRequires: perl-String-CRC32 >= 1.2 +%endif +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +I is an all-Perl module implementing an SSH (Secure Shell) +client. It is compatible with both the SSH-1 and SSH-2 protocols. + +# %description -l pl +# TODO + +%prep +%setup -q -n %{pdir}-%{pnam}-%{version} + +%build +%{__perl} -MExtUtils::MakeMaker -e 'WriteMakefile(NAME=>"Perl::Net::SSH::Perl")' \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +cp -a eg/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changes ToDo +%{perl_vendorlib}/Net/SSH/*.pm +%{perl_vendorlib}/Net/SSH/Perl +%{_mandir}/man3/* +%{_examplesdir}/%{name}-%{version} -- 2.43.0