2024-01-06 09:21:06 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Module-ScanDeps
|
2024-01-06 09:21:08 +01:00
|
|
|
Version: 1.35
|
2024-01-06 09:21:07 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 09:21:06 +01:00
|
|
|
Summary: Module::ScanDeps - Recursively scan Perl code for dependencies
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:21:06 +01:00
|
|
|
URL: https://www.cpan.org
|
2024-01-06 09:21:06 +01:00
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/Module/Module-ScanDeps-%{version}.tar.gz
|
2024-01-06 09:21:06 +01:00
|
|
|
License: Artistic, GPL
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 09:21:06 +01:00
|
|
|
BuildRequires: libperl
|
2024-01-06 09:21:08 +01:00
|
|
|
BuildRequires: perl-Scalar-List-Utils
|
2024-01-06 09:21:06 +01:00
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:21:07 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:21:06 +01:00
|
|
|
BuildRequires: perl-devel >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
Module::ScanDeps - Recursively scan Perl code for dependencies.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Module-ScanDeps-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
|
|
|
%make
|
|
|
|
%if "%{_host_cpu}" != "arm"
|
|
|
|
%make test
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
rm -f .packlist
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:21:08 +01:00
|
|
|
* Sun Nov 05 2023 Automatic Build System <autodist@mambasoft.it> 1.35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:21:07 +01:00
|
|
|
* Mon Sep 25 2023 Automatic Build System <autodist@mambasoft.it> 1.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:21:07 +01:00
|
|
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:21:07 +01:00
|
|
|
* Thu Jul 06 2023 Automatic Build System <autodist@mambasoft.it> 1.32-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:21:07 +01:00
|
|
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.31-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:21:06 +01:00
|
|
|
* Wed Apr 21 2021 Automatic Build System <autodist@mambasoft.it> 1.31-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:21:06 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.30-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:21:06 +01:00
|
|
|
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 1.27-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:21:06 +01:00
|
|
|
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:21:06 +01:00
|
|
|
* Sun Nov 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22-1mamba
|
|
|
|
- update to 1.22
|
|
|
|
|
2024-01-06 09:21:06 +01:00
|
|
|
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.97-2mamba
|
|
|
|
- perl 5.16 mass rebuild
|
|
|
|
|
|
|
|
* Mon Apr 26 2010 Automatic Build System <autodist@mambasoft.it> 0.97-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 23 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.96-1mamba
|
|
|
|
- package created by autospec
|