2024-01-06 09:42:16 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Test-File
|
2024-01-06 09:42:16 +01:00
|
|
|
Version: 1.992
|
2024-01-06 09:42:16 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Test::File -- test file attributes
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:42:16 +01:00
|
|
|
URL: https://www.cpan.org
|
2024-01-06 09:42:16 +01:00
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/Test/Test-File-%{version}.tar.gz
|
2024-01-06 09:42:16 +01:00
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libperl
|
2024-01-06 09:42:16 +01:00
|
|
|
BuildRequires: perl-Test-Simple
|
2024-01-06 09:42:16 +01:00
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
BuildRequires: perl-Test-utf8
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
Test::File -- test file attributes.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Test-File-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%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 -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
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README.pod
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:42:16 +01:00
|
|
|
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 1.992-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:16 +01:00
|
|
|
* Fri Jan 21 2022 Automatic Build System <autodist@mambasoft.it> 1.991-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:16 +01:00
|
|
|
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 1.448-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:16 +01:00
|
|
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 1.447-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:16 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.446-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:42:16 +01:00
|
|
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 1.443_03-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:42:16 +01:00
|
|
|
* Sat Feb 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.443-1mamba
|
|
|
|
- package created using the webbuild interface
|