Compare commits
5 Commits
4.032_01-1
...
main
Author | SHA1 | Date | |
---|---|---|---|
86c8ee12b5 | |||
fc7ba920b2 | |||
c985fb7547 | |||
9b80665894 | |||
a5a2d526c6 |
@ -1,27 +1,23 @@
|
|||||||
%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-DBD-mysql
|
Name: perl-DBD-mysql
|
||||||
Version: 4.032_01
|
Version: 4.050
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: DBD::mysql - A Perl5 Database Interface to the MySQL database
|
Summary: DBD::mysql - A Perl5 Database Interface to the MySQL database
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/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://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/DBD/DBD-mysql-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libmysqlclient-devel
|
BuildRequires: libmariadb-devel
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libperl
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: perl-DBI
|
BuildRequires: perl-DBI
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/perl-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
DBD::mysql - A Perl5 Database Interface to the MySQL database.
|
DBD::mysql - A Perl5 Database Interface to the MySQL database.
|
||||||
@ -48,6 +44,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}
|
||||||
|
|
||||||
@ -55,6 +53,21 @@ done
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.050-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 4.050-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 4.039-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.033-2mamba
|
||||||
|
- perl 5.24 mass rebuild
|
||||||
|
|
||||||
|
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 4.033-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Thu Jun 11 2015 Automatic Build System <autodist@mambasoft.it> 4.032_01-1mamba
|
* Thu Jun 11 2015 Automatic Build System <autodist@mambasoft.it> 4.032_01-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user