103 lines
3.2 KiB
RPMSpec
103 lines
3.2 KiB
RPMSpec
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
Name: perl-DBD-mysql
|
|
Version: 4.032_01
|
|
Release: 1mamba
|
|
Summary: DBD::mysql - A Perl5 Database Interface to the MySQL database
|
|
Group: Development/Libraries/Perl
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.cpan.org
|
|
Source: http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libmysqlclient-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libperl
|
|
BuildRequires: libz-devel
|
|
BuildRequires: perl-DBI
|
|
BuildRequires: perl-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: perl-devel >= %perl_major_ver
|
|
BuildRoot: %{_tmppath}/perl-root
|
|
|
|
%description
|
|
DBD::mysql - A Perl5 Database Interface to the MySQL database.
|
|
|
|
%prep
|
|
%setup -q -n DBD-mysql-%{version}
|
|
|
|
%build
|
|
perl Makefile.PL
|
|
make %{?_smp_mflags}
|
|
#make test
|
|
|
|
%install
|
|
[[ "%{buildroot}" ]] && rm -rf %{buildroot}
|
|
%makeinstall_perl
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
[[ -z "$packlist" ]] && exit 1 || cat $packlist | \
|
|
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
done
|
|
|
|
%clean
|
|
[[ "%{buildroot}" ]] && rm -rf %{buildroot}
|
|
|
|
%files -f .packlist
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|
|
* Thu Jun 11 2015 Automatic Build System <autodist@mambasoft.it> 4.032_01-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri May 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.031-2mamba
|
|
- rebuilt with mariadb socket path
|
|
|
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 4.031-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Feb 15 2015 Automatic Build System <autodist@mambasoft.it> 4.030_01-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Dec 17 2014 Automatic Build System <autodist@mambasoft.it> 4.029-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Aug 08 2014 Automatic Build System <autodist@mambasoft.it> 4.028-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun May 25 2014 Automatic Build System <autodist@mambasoft.it> 4.027-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Dec 27 2013 Automatic Build System <autodist@mambasoft.it> 4.025-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Sep 18 2013 Automatic Build System <autodist@mambasoft.it> 4.024-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Apr 13 2013 Automatic Build System <autodist@mambasoft.it> 4.023-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 4.022-1mamba
|
|
- update to 4.022
|
|
|
|
* Wed Mar 11 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0008-3mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0008-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Sat Jul 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0008-1mamba
|
|
- update to 3.0008
|
|
- disabled test because they require a configured mysql account
|
|
|
|
* Fri Oct 22 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 2.1028-1qilnx
|
|
- package created by autospec
|