From 0ded8319d740f25ef4c06c3976aa70ee269bf367 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:58:25 +0100 Subject: [PATCH] automatic version update by autodist [release 0.82-1mamba;Mon Feb 06 2023] --- README.md | 4 +--- perl-FCGI.spec | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 45161d7..a2bd980 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # perl-FCGI -This is a Fast CGI module for perl. It's based on the FCGI module that -comes with Open Market's FastCGI Developer's Kit, but does not require -you to recompile perl +This is a Fast CGI module for perl. It's based on the FCGI module that comes with Open Market's FastCGI Developer's Kit, but does not require you to recompile perl diff --git a/perl-FCGI.spec b/perl-FCGI.spec index 2982133..b2a7242 100644 --- a/perl-FCGI.spec +++ b/perl-FCGI.spec @@ -1,30 +1,27 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-FCGI -Version: 0.79 +Version: 0.82 Release: 1mamba Summary: A Fast CGI module for Perl Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System -URL: http://www.cpan.org +Packager: Silvan Calarco +URL: https://www.cpan.org/ Source: http://www.cpan.org/modules/by-module/FCGI/FCGI-%{version}.tar.gz License: Artistic, GPL -Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: perl-devel >= %perl_major_ver +BuildRequires: perl-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl-FCGI-Client +Requires: perl >= %perl_major_ver %description -This is a Fast CGI module for perl. It's based on the FCGI module that -comes with Open Market's FastCGI Developer's Kit, but does not require -you to recompile perl +This is a Fast CGI module for perl. It's based on the FCGI module that comes with Open Market's FastCGI Developer's Kit, but does not require you to recompile perl %prep - %setup -q -n FCGI-%{version} %build @@ -45,6 +42,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 @@ -53,6 +52,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Feb 06 2023 Automatic Build System 0.82-1mamba +- automatic version update by autodist + * Wed Jan 22 2020 Automatic Build System 0.79-1mamba - automatic update by autodist