package init
This commit is contained in:
parent
cc2058752e
commit
d33eec8218
BIN
Sub-Info-0.002.tar.gz
Normal file
BIN
Sub-Info-0.002.tar.gz
Normal file
Binary file not shown.
81
perl-Sub-Info.spec
Normal file
81
perl-Sub-Info.spec
Normal file
@ -0,0 +1,81 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: perl-Sub-Info
|
||||
Version: 0.002
|
||||
Release: 1
|
||||
Summary: Sub::Info Perl module
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: https://metacpan.org/release/Sub-Info
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Sub-Info-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(:VERSION) >= 5.8.1
|
||||
BuildRequires: perl(Importer) >= 0.024
|
||||
BuildRequires: perl(Test2::Tools::Tiny) >= 1.302072
|
||||
|
||||
%description
|
||||
This allows to inspect Perl subroutines.
|
||||
|
||||
%package help
|
||||
Summary : Sub::Info Perl module
|
||||
Provides: perl-Sub-Info-doc
|
||||
|
||||
%description help
|
||||
This allows to inspect Perl subroutines.
|
||||
|
||||
%prep
|
||||
%setup -q -n Sub-Info-%{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 DESTDIR=$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
|
||||
* Mon Aug 3 2020 dingyue <dingyue5@huawei.com> -0.002 -1
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user