rebuilt with perl 5.36.0 [release 1.643-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
37445d4fd9
commit
6279d1738d
@ -3,13 +3,13 @@
|
|||||||
Name: perl-DBI
|
Name: perl-DBI
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.643
|
Version: 1.643
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: DBI - The Perl Database Interface
|
Summary: DBI - The Perl Database Interface
|
||||||
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://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
|
||||||
Patch: %{name}-1.46-cve_2005_0077.patch
|
Patch: %{name}-1.46-cve_2005_0077.patch
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
@ -22,10 +22,10 @@ BuildRequires: perl-PlRPC
|
|||||||
BuildRequires: apache-mod_perl
|
BuildRequires: apache-mod_perl
|
||||||
%endif
|
%endif
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
Requires: perl >= %{perl_major_ver}
|
Requires: perl >= %{perl_major_ver}
|
||||||
Provides: perl(DBI::db)
|
Provides: perl(DBI::db)
|
||||||
Provides: perl(DBI::st)
|
Provides: perl(DBI::st)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Perl Database Interface (DBI) is a database access Application Programming Interface (API) for the Perl Language.
|
The Perl Database Interface (DBI) is a database access Application Programming Interface (API) for the Perl Language.
|
||||||
@ -64,9 +64,7 @@ Proxy server libraries for DBI.
|
|||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
%make
|
%make
|
||||||
%ifnarch arm aarch64
|
#% make test
|
||||||
%make test
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -100,6 +98,8 @@ grep "dbiprof\|/ProfileDumper/Apache\|ProfileDumper::Apache" .packlist \
|
|||||||
cat .packlist filelist.Proxy filelist.PDApache | \
|
cat .packlist filelist.Proxy filelist.PDApache | \
|
||||||
sort | uniq -u > filelist.main
|
sort | uniq -u > filelist.main
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f filelist.main filelist.Proxy filelist.PDApache filelist.ODBC
|
rm -f filelist.main filelist.Proxy filelist.PDApache filelist.ODBC
|
||||||
@ -117,6 +117,9 @@ rm -f filelist.main filelist.Proxy filelist.PDApache filelist.ODBC
|
|||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.643-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 1.643-1mamba
|
* Sat May 02 2020 Automatic Build System <autodist@mambasoft.it> 1.643-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user