public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Holcapek <holcapek@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-DBD-ODBC] epel10: Initial import (#1028521).
Date: Tue, 25 Aug 2026 12:33:17 GMT	[thread overview]
Message-ID: <178766119733.1.10863229744019443476.rpms-perl-DBD-ODBC-043e5e60ea81@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-DBD-ODBC
Branch : epel10
Commit : 043e5e60ea8183887962eb7a9a707c98b6b643f6
Author : Jan Holcapek <holcapek@gmail.com>
Date   : 2013-11-22T10:54:50+01:00
Stats  : +54/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-DBD-ODBC/c/043e5e60ea8183887962eb7a9a707c98b6b643f6?branch=epel10

Log:
Initial import (#1028521).

---
diff --git a/.gitignore b/.gitignore
index e69de29..7f39fcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/DBD-ODBC-1.45.tar.gz

diff --git a/perl-DBD-ODBC.spec b/perl-DBD-ODBC.spec
new file mode 100644
index 0000000..2d1e7cc
--- /dev/null
+++ b/perl-DBD-ODBC.spec
@@ -0,0 +1,53 @@
+Name:           perl-DBD-ODBC
+Version:        1.45
+Release:        1%{?dist}
+Summary:        ODBC Driver for DBI
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/DBD-ODBC/
+Source0:        http://www.cpan.org/modules/by-module/DBD/DBD-ODBC-%{version}.tar.gz
+BuildRequires:  perl
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBI)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  unixODBC-devel
+Requires:       perl(DBI)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       unixODBC
+
+
+%description
+This module is needed to access ODBC databases from within Perl. The
+module uses the unixODBC manager to connect to the database.
+
+%prep
+%setup -q -n DBD-ODBC-%{version}
+
+%build
+PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes FAQ README TO_DO
+%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/DBD*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Nov 22 2013 Jan Holcapek <holcapek@gmail.com> 1.45-1
+- Initial import (#1028521).
+
+* Fri Nov 08 2013 Jan Holcapek <holcapek@gmail.com> 1.45-1
+- Specfile autogenerated by cpanspec 1.78.

                 reply	other threads:[~2026-08-25 12:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178766119733.1.10863229744019443476.rpms-perl-DBD-ODBC-043e5e60ea81@fedoraproject.org \
    --to=holcapek@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox