52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
![]() |
# vim: set sw=4 ts=4 et nu:
|
||
|
|
||
|
Name: perl-Net-OpenSSH
|
||
|
Version: 0.50
|
||
|
Release: 0
|
||
|
Summary: Secure Shell Client
|
||
|
Source: ftp://ftp.cpan.org/pub/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-%{version}.tar.gz
|
||
|
URL: http://search.cpan.org/dist/Net-OpenSSH
|
||
|
Group: Development/Libraries/Perl
|
||
|
License: Perl License
|
||
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||
|
%{perl_requires}
|
||
|
BuildRequires: perl-macros
|
||
|
BuildRequires: make
|
||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||
|
BuildRequires: perl(Test::More)
|
||
|
%if 0%{?suse_version} >= 1120
|
||
|
BuildArch: noarch
|
||
|
%endif
|
||
|
|
||
|
%description
|
||
|
Net::OpenSSH is a secure shell client package implemented on top of
|
||
|
OpenSSH binary client ("ssh").
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n "Net-OpenSSH-%{version}"
|
||
|
%__sed -i '/^auto_install/d' Makefile.PL
|
||
|
|
||
|
%build
|
||
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||
|
%__make %{?jobs:-j%{jobs}}
|
||
|
|
||
|
%install
|
||
|
%perl_make_install
|
||
|
%perl_process_packlist
|
||
|
|
||
|
%check
|
||
|
%__make test
|
||
|
|
||
|
%clean
|
||
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc Changes README
|
||
|
%dir %{perl_vendorlib}/Net
|
||
|
%{perl_vendorlib}/Net/OpenSSH.pm
|
||
|
%{perl_vendorlib}/Net/OpenSSH
|
||
|
%doc %{perl_man3dir}/Net::OpenSSH.%{perl_man3ext}%{ext_man}
|
||
|
%doc %{perl_man3dir}/Net::OpenSSH::*.%{perl_man3ext}%{ext_man}
|
||
|
|