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 # perl-FCGI
This is a Fast CGI module for perl. It's based on the FCGI module that 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
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) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-FCGI Name: perl-FCGI
Version: 0.79 Version: 0.82
Release: 1mamba Release: 1mamba
Summary: A Fast CGI module for Perl Summary: A Fast CGI module for Perl
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/modules/by-module/FCGI/FCGI-%{version}.tar.gz Source: http://www.cpan.org/modules/by-module/FCGI/FCGI-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl-FCGI-Client
Requires: perl >= %perl_major_ver
%description %description
This is a Fast CGI module for perl. It's based on the FCGI module that 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
comes with Open Market's FastCGI Developer's Kit, but does not require
you to recompile perl
%prep %prep
%setup -q -n FCGI-%{version} %setup -q -n FCGI-%{version}
%build %build
@ -45,6 +42,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
@ -53,6 +52,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %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 * Wed Jan 22 2020 Automatic Build System <autodist@mambasoft.it> 0.79-1mamba
- automatic update by autodist - automatic update by autodist