2024-01-06 09:08:13 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-HTTP-Tiny
|
2024-01-06 09:08:15 +01:00
|
|
|
Version: 0.088
|
2024-01-06 09:08:13 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: HTTP::Tiny - A small, simple, correct HTTP/1.1 client
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:08:14 +01:00
|
|
|
URL: https://www.cpan.org/
|
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/HTTP/HTTP-Tiny-%{version}.tar.gz
|
2024-01-06 09:08:13 +01:00
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: libperl
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
HTTP::Tiny - A small, simple, correct HTTP/1.1 client.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n HTTP-Tiny-%{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
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:08:15 +01:00
|
|
|
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 0.088-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:08:14 +01:00
|
|
|
* Fri Jun 23 2023 Automatic Build System <autodist@mambasoft.it> 0.086-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:08:14 +01:00
|
|
|
* Thu Jun 15 2023 Automatic Build System <autodist@mambasoft.it> 0.084-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:08:14 +01:00
|
|
|
* Tue Jul 26 2022 Automatic Build System <autodist@mambasoft.it> 0.082-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:08:14 +01:00
|
|
|
* Fri Nov 05 2021 Automatic Build System <autodist@mambasoft.it> 0.080-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:08:14 +01:00
|
|
|
* Tue Aug 03 2021 Automatic Build System <autodist@mambasoft.it> 0.078-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:08:14 +01:00
|
|
|
* Wed Apr 22 2020 Automatic Build System <autodist@mambasoft.it> 0.076-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 0.070-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Wed Aug 31 2016 Automatic Build System <autodist@mambasoft.it> 0.064-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Wed May 20 2015 Automatic Build System <autodist@mambasoft.it> 0.056-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Fri Feb 06 2015 Automatic Build System <autodist@mambasoft.it> 0.054-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Sat Jan 03 2015 Automatic Build System <autodist@mambasoft.it> 0.053-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 0.051-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:08:13 +01:00
|
|
|
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.050-1mamba
|
|
|
|
- package created using the webbuild interface
|