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
|
Name: perl-HTTP-GHTTP
|
||||||
Version: 1.07
|
Version: 1.07
|
||||||
Release: 5mamba
|
Release: 6mamba
|
||||||
Summary: HTTP::GHTTP - Perl interface to the gnome ghttp library
|
Summary: HTTP::GHTTP - Perl interface to the gnome ghttp library
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/HTTP-GHTTP-%{version}.tar.gz
|
||||||
License: Artistic, GPL
|
License: Artistic, GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libghttp-devel
|
BuildRequires: libghttp-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: libghttp-devel
|
|
||||||
BuildRequires: libghttp-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: libgdbm-devel
|
BuildRequires: libgdbm-devel
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a fairly low level interface to the Gnome project's libghttp, which allows you to process HTTP requests to HTTP servers.
|
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
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -55,6 +56,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07-5mamba
|
||||||
- rebuilt with perl 5.24
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user