automatic version update by autodist [release 0.82-1mamba;Mon Feb 06 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:58:25 +01:00
parent fd29fea2e5
commit 0ded8319d7
2 changed files with 13 additions and 13 deletions

View File

@ -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

View File

@ -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 <autodist@mambasoft.it>
URL: http://www.cpan.org
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.82-1mamba
- automatic version update by autodist
* Wed Jan 22 2020 Automatic Build System <autodist@mambasoft.it> 0.79-1mamba
- automatic update by autodist