diff --git a/perl-HTTP-GHTTP.spec b/perl-HTTP-GHTTP.spec index cdf848a..c1d38fe 100644 --- a/perl-HTTP-GHTTP.spec +++ b/perl-HTTP-GHTTP.spec @@ -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 -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 1.07-6mamba +- rebuilt with perl 5.36.0 + * Wed Nov 09 2016 Silvan Calarco 1.07-5mamba - rebuilt with perl 5.24