5 Star 0 Fork 4

src-openEuler / perl-Net-OpenSSH

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Net-OpenSSH.spec 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
woody2918 提交于 2024-02-07 11:11 . update version to 0.84
%global _empty_manifest_terminate_build 0
Name: perl-Net-OpenSSH
Version: 0.84
Release: 1
Summary: Perl SSH client package implemented on top of OpenSSH
License: GPL-1.0-only or Artistic-1.0-Perl
Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-OpenSSH/
Source0: http://www.cpan.org/authors/id/S/SA/SALVA/Net-OpenSSH-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
Requires: perl(Test::More)
%description
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH
binary client (ssh).
%package help
Summary : Perl SSH client package implemented on top of OpenSSH
Provides: perl-Net-OpenSSH-doc
%description help
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH
binary client (ssh).
%prep
%setup -q -n Net-OpenSSH-%{version}
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
export PERL_MM_OPT=""
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
pushd %{buildroot}
touch filelist.lst
if [ -d usr/bin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ];then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib ];then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
popd
mv %{buildroot}/filelist.lst .
%check || :
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files -f filelist.lst
%defattr(-,root,root,-)
%doc Changes META.json README
%{perl_vendorlib}/*
%files help
%{_mandir}/*
%changelog
* Wed Feb 07 2024 woody2918 <wudi1@uniontech.com> - 0.84-1
- Update version to 0.84
- bugfix
- new features
* Sun May 23 2021 Perl_Bot <Perl_Bot@openeuler.org> - 0.80-1
- Specfile autogenerated by Perl_Bot
1
https://gitee.com/src-openeuler/perl-Net-OpenSSH.git
git@gitee.com:src-openeuler/perl-Net-OpenSSH.git
src-openeuler
perl-Net-OpenSSH
perl-Net-OpenSSH
master

搜索帮助