perl-DBI/perl-DBI.spec

395 lines
12 KiB
RPMSpec
Raw Normal View History

2012-08-27 14:39:21 +00:00
# According to documentation, module using Coro is just:
# A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
%if 0%{?rhel} >= 7
%bcond_with coro
%else
%bcond_without coro
%endif
Name: perl-DBI
2013-01-03 16:48:33 +00:00
Version: 1.623
Release: 1%{?dist}
Summary: A database access API for perl
Group: Development/Libraries
2007-08-13 19:42:35 +00:00
License: GPL+ or Artistic
URL: http://dbi.perl.org/
Source0: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
2012-02-27 13:31:53 +00:00
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time
2012-01-31 14:06:04 +00:00
BuildRequires: perl(base)
BuildRequires: perl(constant)
BuildRequires: perl(Carp)
2012-02-27 13:31:53 +00:00
# Clone is optional
2013-01-03 16:48:33 +00:00
BuildRequires: perl(Clone) >= 0.34
2012-08-27 14:39:21 +00:00
%if %{with coro}
2012-01-31 14:06:04 +00:00
BuildRequires: perl(Coro)
BuildRequires: perl(Coro::Handle)
BuildRequires: perl(Coro::Select)
%endif
2012-01-31 14:06:04 +00:00
BuildRequires: perl(Cwd)
BuildRequires: perl(Data::Dumper)
2012-02-27 13:31:53 +00:00
# DB_File is optional
BuildRequires: perl(DB_File)
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Errno)
2012-01-31 14:06:04 +00:00
BuildRequires: perl(Exporter)
2012-02-27 13:31:53 +00:00
BuildRequires: perl(Fcntl)
2012-01-31 14:06:04 +00:00
BuildRequires: perl(File::Spec)
BuildRequires: perl(Getopt::Long)
2013-01-03 16:48:33 +00:00
BuildRequires: perl(IO::Dir)
2012-01-31 14:06:04 +00:00
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Select)
BuildRequires: perl(Math::BigInt)
2012-02-27 13:31:53 +00:00
# MLDBM is optional
%if ! ( 0%{?rhel} )
2012-02-27 13:31:53 +00:00
BuildRequires: perl(MLDBM)
%endif
2012-02-27 13:31:53 +00:00
# RPC::PlClient is optional
2010-06-07 13:00:24 +00:00
BuildRequires: perl(RPC::PlClient) >= 0.2000
2012-02-27 13:31:53 +00:00
# RPC::PlServer is optional
2012-01-31 14:06:04 +00:00
BuildRequires: perl(RPC::PlServer)
BuildRequires: perl(Scalar::Util)
2012-04-06 12:46:47 +00:00
# SQL::Statement is optional, and it requires DBI
%if 0%{!?perl_bootstrap:1} && ! ( 0%{?rhel} )
2013-01-03 16:48:33 +00:00
BuildRequires: perl(SQL::Statement) >= 1.402
2012-04-06 12:46:47 +00:00
%endif
2012-01-31 14:06:04 +00:00
BuildRequires: perl(Storable)
2012-02-27 13:31:53 +00:00
BuildRequires: perl(threads)
BuildRequires: perl(Tie::Hash)
# Tests
BuildRequires: perl(Encode)
BuildRequires: perl(File::Path)
BuildRequires: perl(lib)
BuildRequires: perl(Net::Daemon::Test)
2012-01-31 14:06:04 +00:00
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Simple) >= 0.90
2012-02-27 13:31:53 +00:00
# Optional tests
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
2012-02-27 13:31:53 +00:00
Requires: perl(Math::BigInt)
# Filter unwanted dependencies
%{?perl_default_filter}
2012-08-27 14:39:21 +00:00
%global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(RPC::\\)
2005-04-01 22:12:46 +00:00
%description
DBI is a database access Application Programming Interface (API) for
the Perl Language. The DBI API Specification defines a set of
functions, variables and conventions that provide a consistent
database interface independent of the actual database being used.
%prep
%setup -q -n DBI-%{version}
iconv -f iso8859-1 -t utf-8 lib/DBD/Gofer.pm >lib/DBD/Gofer.pm.new &&
mv lib/DBD/Gofer.pm{.new,}
chmod 644 ex/*
chmod 744 dbixs_rev.pl
2012-01-31 14:06:04 +00:00
sed -i 's?#!perl?#!%{__perl}?' ex/corogofer.pl
2012-08-27 14:39:21 +00:00
%if %{without coro}
rm lib/DBD/Gofer/Transport/corostream.pm
sed -i -e '/^lib\/DBD\/Gofer\/Transport\/corostream.pm$/d' MANIFEST
%endif
2007-06-07 19:41:07 +00:00
%build
2012-01-31 14:06:04 +00:00
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
2007-06-07 19:41:07 +00:00
make %{?_smp_mflags}
%install
2012-01-31 14:06:04 +00:00
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*
2005-04-01 22:12:46 +00:00
# Remove Win32 specific files and man pages to avoid unwanted dependencies
2012-01-31 14:06:04 +00:00
rm -rf %{buildroot}%{perl_vendorarch}/{Win32,DBI/W32ODBC.pm} \
%{buildroot}%{_mandir}/man3/{DBI::W32,Win32::DBI}ODBC.3pm
perl -pi -e 's"#!perl -w"#!/usr/bin/perl -w"' \
2012-01-31 14:06:04 +00:00
%{buildroot}%{perl_vendorarch}/{goferperf,dbixs_rev}.pl
2007-06-07 19:41:07 +00:00
%check
make test
2005-04-01 22:12:46 +00:00
%files
2012-02-27 13:31:53 +00:00
# Changes already packaged as DBI::Changes
%doc README ex/
2005-04-01 22:12:46 +00:00
%{_bindir}/dbipro*
2007-06-07 19:41:07 +00:00
%{_bindir}/dbilogstrip
2005-04-01 22:12:46 +00:00
%{perl_vendorarch}/*.p*
%{perl_vendorarch}/Bundle/
%{perl_vendorarch}/DBD/
%{perl_vendorarch}/DBI/
%{perl_vendorarch}/auto/DBI/
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*
%changelog
2013-01-03 16:48:33 +00:00
* Thu Jan 03 2013 Petr Šabata <contyk@redhat.com> - 1.623-1
- 1.623 bump
2012-08-27 14:39:21 +00:00
* Mon Aug 27 2012 Petr Pisar <ppisar@redhat.com> - 1.622-6
- Disable Coro properly
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.622-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.622-4
- Perl 5.16 re-rebuild of bootstrapped packages
* Wed Jun 27 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.622-3
- Conditionalize usage of Coro, which is used in experimental module
and MLDB and SLQ::Statement.
2012-06-16 17:44:26 +00:00
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 1.622-2
- Perl 5.16 rebuild
2012-06-08 08:50:10 +00:00
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.622-1
- 1.622 bump
2012-04-27 13:57:31 +00:00
* Fri Apr 27 2012 Petr Šabata <contyk@redhat.com> - 1.620-1
- 1.620 bump
- Removing some perl-provided explicit dependencies
2012-04-06 12:46:47 +00:00
* Fri Apr 6 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.618-3
- 810370 apply Paul's bootstrap macro
* Mon Feb 27 2012 Petr Pisar <ppisar@redhat.com> - 1.618-2
- Build-require optional Test::Pod::Coverage
2012-02-27 13:31:53 +00:00
* Mon Feb 27 2012 Petr Pisar <ppisar@redhat.com> - 1.618-1
- 1.618 bump
2012-01-31 14:06:04 +00:00
* Tue Jan 31 2012 Petr Šabata <contyk@redhat.com> - 1.617-1
- 1.617 bump
- Modernize spec
- Remove now obsolete perl(DBI) Provides
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.616-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-06-20 23:50:50 +00:00
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.616-4
- Perl mass rebuild
* Tue Mar 15 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.616-3
- Adapt dependency filtering for rpmbuild >= 4.9.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.616-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-04 14:39:46 +00:00
* Tue Jan 4 2011 Petr Sabata <psabata@redhat.com> - 1.616-1
- 1.616 version bump
2010-09-29 22:00:24 +00:00
* Wed Sep 29 2010 jkeating - 1.615-2
- Rebuilt for gcc bug 634757
2010-09-23 11:12:13 +00:00
* Thu Sep 23 2010 Petr Sabata <psabata@redhat.com> - 1.615-1
- 1.615 version bump
2010-09-20 09:07:27 +00:00
* Mon Sep 20 2010 Petr Sabata <psabata@redhat.com> - 1.614-1
- 1.614 version bump
* Mon Aug 2 2010 Petr Sabata <psabata@redhat.com> - 1.613-1
- 1.613 version bump
2010-06-07 13:00:24 +00:00
* Mon Jun 7 2010 Petr Pisar <ppisar@redhat.com> - 1.611-1
- 1.611 bump
- Add BuildRequires perl(RPC::PlClient) to cover some optional tests
- Fix indentation
2010-04-30 14:11:55 +00:00
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.609-5
- Mass rebuild with perl-5.12.0
2009-12-07 10:08:37 +00:00
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.609-4
- rebuild against perl 5.10.1
2009-09-24 15:22:12 +00:00
* Thu Sep 24 2009 Stepan Kasal <skasal@redhat.com> - 1.609-3
- provide versioned perl(DBI)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.609-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Jun 10 2009 Stepan Kasal <skasal@redhat.com> - 1.609-1
- new upstream version
- drop unneeded build patch
- move the iconv to convert the source
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.607-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-07-28 06:28:44 +00:00
* Mon Jul 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.607-1
- update
2008-02-28 13:02:28 +00:00
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.601-4
- Rebuild for perl 5.10 (again)
2008-02-19 22:01:53 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.601-3
- Autorebuild for GCC 4.3
2008-01-15 17:06:11 +00:00
* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.601-2
- rebuild for new perl
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 1.601-1
- Update to latest CPAN version: 1.601
- Fix some issues from package review:
- patch to change #! line in script
- make script executable
- fix requires and buildrequires
2007-08-27 15:43:19 +00:00
* Mon Aug 27 2007 Robin Norwood <rnorwood@redhat.com> - 1.58-2
- Rebuild
2007-08-13 19:42:35 +00:00
* Mon Aug 13 2007 Robin Norwood <rnorwood@redhat.com> - 1.58-1
- Update to latest CPAN version: 1.58
2007-06-07 19:41:07 +00:00
* Thu Jun 07 2007 Robin Norwood <rnorwood@redhat.com> - 1.56-1
- Update to latest CPAN version: 1.56
- Move the filter requires step into %%prep
- Remove very old patch (for perl 5.8.1)
- Fix a couple of rpmlint issues (non-UTF8 manpage and script with
incorrect shebang line
2006-12-02 18:29:28 +00:00
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 1.53-1
- Upgrade to latest CPAN version: 1.53
* Thu Aug 24 2006 Robin Norwood <rnorwood@redhat.com> - 1.52-1
- Upgrade to 1.52 for bug #202310
2006-07-17 18:44:40 +00:00
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 1.51-1
- Upgrade to 1.51
2006-07-12 16:59:55 +00:00
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.50-3
2006-07-12 07:45:00 +00:00
- rebuild
2006-02-11 05:04:13 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.50-2.2
- bump again for double-long bug on ppc(64)
2006-02-07 13:26:58 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.50-2.1
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-02-03 18:54:26 +00:00
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.50-2
- rebuild for new perl-5.8.8 / gcc / glibc
2005-12-19 18:48:12 +00:00
* Mon Dec 19 2005 Jason Vas Dias<jvdias@redhat.com> - 1.50-1
- upgrade to 1.50
2005-12-17 02:11:01 +00:00
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt for new gcc
2005-12-16 23:22:39 +00:00
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt for new gcj
* Wed Apr 13 2005 Jose Pedro Oliveira <jpo@di.uminho.pt> - 1.48-4
- (#154762)
- License information: GPL or Artistic
- Removed the Time::HiRes building requirement (see Changes)
- Removed the empty .bs file
- Corrected file permissions
2005-04-04 22:38:27 +00:00
* Mon Apr 04 2005 Warren Togami <wtogami@redhat.com> 1.48-3
- filter perl(Apache) (#153673)
2005-04-01 22:12:46 +00:00
* Fri Apr 01 2005 Robert Scheck <redhat@linuxnetz.de> 1.48-2
- spec file cleanup (#153164)
2005-03-31 23:43:30 +00:00
* Thu Mar 31 2005 Warren Togami <wtogami@redhat.com> 1.48-1
- 1.48
2005-03-31 09:27:48 +00:00
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.40-1
- update to 1.40
* Fri Dec 19 2003 Chip Turner <cturner@redhat.com> 1.39-1
- update to 1.39
* Mon Jul 7 2003 Chip Turner <cturner@redhat.com> 1.37-1
- upgrade to 1.37
* Wed Apr 2 2003 Chip Turner <cturner@redhat.com> 1.32-6
- add buildrequires on perl-Time-HiRes
* Tue Feb 18 2003 Chip Turner <cturner@redhat.com>
- update dependency filter to remove dependency on perl(Apache) that
- crept in (#82927)
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
- version bump and rebuild
* Sat Dec 14 2002 Chip Turner <cturner@redhat.com>
- don't use rpm internal dep generator
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
- rebuild
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.30-1
- 1.30.
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.28-1
- 1.28
- Building it also fixes #66304
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Wed Jun 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.23-2
- Tweak dependency finder - filter out a dependency found within the
doc section of a module
* Tue Jun 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.23-1
- 1.23
- Some changes to integrate with new Perl
- Update URL
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue May 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.21-2
- Rebuild
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.21-1
- 1.21
* Fri Feb 8 2002 Chip Turner <cturner@redhat.com>
- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC)
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.201-2
- Rebuild
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.201-1
- 1.201
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Jan 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.20-1
- 1.20
- Proper URL
* Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.18
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.16
- change group to Applications/Databases from Applications/CPAN
* Tue May 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.15
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Cleanups
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
- build for main distribution
- use %%{_tmppath}
- change name of specfile
- don't use a find script to generate file lists
- general cleanup
- add descriptive summary and description
* Mon Aug 14 2000 Tim Powers <timp@redhat.com>
- Spec file was autogenerated.