2024-01-06 09:07:48 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-HTTP-Message
|
2024-01-06 09:07:49 +01:00
|
|
|
Version: 6.44
|
2024-01-06 09:07:49 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 09:07:48 +01:00
|
|
|
Summary: HTTP::Message - HTTP style message (base class)
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 09:07:48 +01:00
|
|
|
URL: https://www.cpan.org
|
|
|
|
Source: https://cpan.metacpan.org/modules/by-module/HTTP/HTTP-Message-%{version}.tar.gz
|
2024-01-06 09:07:48 +01:00
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 09:07:48 +01:00
|
|
|
BuildRequires: libperl
|
2024-01-06 09:07:49 +01:00
|
|
|
BuildRequires: perl-Clone
|
2024-01-06 09:07:48 +01:00
|
|
|
BuildRequires: perl-HTTP-Date
|
|
|
|
BuildRequires: perl-URI
|
2024-01-06 09:07:48 +01:00
|
|
|
BuildRequires: perl-devel
|
2024-01-06 09:07:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:07:49 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:07:48 +01:00
|
|
|
BuildRequires: perl-IO-HTML
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
HTTP::Message - HTTP style message (base class).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n HTTP-Message-%{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)
|
|
|
|
|
|
|
|
## note: eventually add the remaining documents (if any)
|
|
|
|
# %doc README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:07:49 +01:00
|
|
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 6.44-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:07:49 +01:00
|
|
|
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 6.44-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:49 +01:00
|
|
|
* Sun Oct 23 2022 Automatic Build System <autodist@mambasoft.it> 6.43-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:49 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 6.42-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:49 +01:00
|
|
|
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 6.41-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:49 +01:00
|
|
|
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 6.39-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:49 +01:00
|
|
|
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 6.38-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 6.37-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 6.36-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Fri Nov 12 2021 Automatic Build System <autodist@mambasoft.it> 6.35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Tue Nov 09 2021 Automatic Build System <autodist@mambasoft.it> 6.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Mon Jun 28 2021 Automatic Build System <autodist@mambasoft.it> 6.33-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Wed May 19 2021 Automatic Build System <autodist@mambasoft.it> 6.32-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 6.31-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 6.30-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 6.29-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 6.28-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 09:07:48 +01:00
|
|
|
* Wed Nov 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 6.06-1mamba
|
|
|
|
- package created by autospec
|