rebuilt with perl 5.36.0 [release 1.07-6mamba;Sun Apr 16 2023]
This commit is contained in:
parent
ff6bee811e
commit
81763e37be
@ -2,25 +2,24 @@
|
||||
|
||||
Name: perl-HTTP-GHTTP
|
||||
Version: 1.07
|
||||
Release: 5mamba
|
||||
Release: 6mamba
|
||||
Summary: HTTP::GHTTP - Perl interface to the gnome ghttp library
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
URL: https://www.cpan.org/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/HTTP-GHTTP-%{version}.tar.gz
|
||||
License: Artistic, GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libghttp-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: libghttp-devel
|
||||
BuildRequires: libghttp-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: libgdbm-devel
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
This is a fairly low level interface to the Gnome project's libghttp, which allows you to process HTTP requests to HTTP servers.
|
||||
@ -47,6 +46,8 @@ 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}"
|
||||
rm -f .packlist
|
||||
@ -55,6 +56,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.07-6mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07-5mamba
|
||||
- rebuilt with perl 5.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user