2024-01-06 09:19:39 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Module-Build-Tiny
|
2024-01-06 09:19:39 +01:00
|
|
|
Epoch: 1
|
2024-01-06 09:19:40 +01:00
|
|
|
Version: 0.043
|
2024-01-06 09:19:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Module::Build::Tiny - A tiny replacement for Module::Build
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:19:39 +01:00
|
|
|
URL: https://www.cpan.org/
|
2024-01-06 09:19:39 +01:00
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/Module/Module-Build-Tiny-%{version}.tar.gz
|
2024-01-06 09:19:39 +01:00
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libperl
|
2024-01-06 09:19:39 +01:00
|
|
|
BuildRequires: perl-CPAN-Meta
|
2024-01-06 09:19:39 +01:00
|
|
|
BuildRequires: perl-ExtUtils-Config
|
|
|
|
BuildRequires: perl-ExtUtils-Helpers
|
|
|
|
BuildRequires: perl-ExtUtils-InstallPaths
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
Module::Build::Tiny - A tiny replacement for Module::Build.
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 09:19:39 +01:00
|
|
|
%setup -q -n Module-Build-Tiny-%{version}
|
2024-01-06 09:19:39 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
perl Build.PL installdirs=vendor
|
|
|
|
./Build
|
|
|
|
#./Build test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
export PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
./Build install \
|
|
|
|
--install_path bindoc="%{_mandir}/man1" \
|
|
|
|
--install_path libdoc="%{_mandir}/man3"
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $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}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:19:40 +01:00
|
|
|
* Thu Apr 20 2023 Automatic Build System <autodist@mambasoft.it> 0.043-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:19:40 +01:00
|
|
|
* Wed Apr 19 2023 Automatic Build System <autodist@mambasoft.it> 0.042-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:19:39 +01:00
|
|
|
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 0.041-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:19:39 +01:00
|
|
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.039-1mamba
|
|
|
|
- update to 0.039
|
|
|
|
- revert and bump epoch to fix wrong source
|
|
|
|
|
2024-01-06 09:19:39 +01:00
|
|
|
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 0.4231-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:19:39 +01:00
|
|
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 0.4224-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:19:39 +01:00
|
|
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4220-1mamba
|
|
|
|
- update to 0.4220
|
|
|
|
|
|
|
|
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.039-1mamba
|
|
|
|
- package created using the webbuild interface
|