2024-01-06 08:59:53 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-File-Map
|
2024-01-06 08:59:53 +01:00
|
|
|
Version: 0.71
|
2024-01-06 08:59:54 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 08:59:53 +01:00
|
|
|
Summary: File::Map - Memory mapping made simple and safe
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.cpan.org
|
|
|
|
Source: https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Map-%{version}.tar.gz
|
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: perl-Sub-Exporter-Progressive
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:59:54 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 08:59:53 +01:00
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
File::Map - Memory mapping made simple and safe.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n File-Map-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
./Build
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
./Build install --destdir=%{buildroot}
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:59:54 +01:00
|
|
|
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 0.71-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 08:59:53 +01:00
|
|
|
* Tue Apr 11 2023 Automatic Build System <autodist@mambasoft.it> 0.71-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:59:53 +01:00
|
|
|
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 0.70-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:59:53 +01:00
|
|
|
* Sat Mar 25 2023 Automatic Build System <autodist@mambasoft.it> 0.68-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:59:53 +01:00
|
|
|
* Sat Mar 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.67-1mamba
|
|
|
|
- package created using the webbuild interface
|