perl-Data-Peek/perl-Data-Peek.spec

104 lines
3.2 KiB
RPMSpec
Raw Normal View History

%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Data-Peek
Version: 0.52
Release: 2mamba
Summary: Data::Peek - A collection of low-level debug facilities
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/modules/by-module/Data/Data-Peek-%{version}.tgz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver
%description
Data::Peek - A collection of low-level debug facilities.
%prep
%setup -q -n Data-Peek-%{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
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f .packlist
%defattr(-,root,root)
## note: eventually add the remaining documents (if any)
# %doc ChangeLog README
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.52-2mamba
- rebuilt with perl 5.36.0
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 0.52-1mamba
- automatic version update by autodist
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 0.51-1mamba
- automatic version update by autodist
* Sat Feb 20 2021 Automatic Build System <autodist@mambasoft.it> 0.50-1mamba
- automatic version update by autodist
* Fri May 01 2020 Automatic Build System <autodist@mambasoft.it> 0.49-1mamba
- automatic update by autodist
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 0.47-1mamba
- automatic update by autodist
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.46-2mamba
- rebuilt with perl 5.24
* Tue Aug 30 2016 Automatic Build System <autodist@mambasoft.it> 0.46-1mamba
- automatic update by autodist
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 0.44-1mamba
- automatic update by autodist
* Sat Feb 14 2015 Automatic Build System <autodist@mambasoft.it> 0.43-1mamba
- automatic update by autodist
* Tue Jan 13 2015 Automatic Build System <autodist@mambasoft.it> 0.42-1mamba
- automatic update by autodist
* Wed Oct 08 2014 Automatic Build System <autodist@mambasoft.it> 0.41-1mamba
- automatic update by autodist
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 0.40-1mamba
- automatic update by autodist
* Thu Aug 22 2013 Automatic Build System <autodist@mambasoft.it> 0.39-1mamba
- automatic update by autodist
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.38-1mamba
- package created by autospec