public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-DBD-ODBC] epel10: Initial import (#1028521).
@ 2026-08-25 12:33 Jan Holcapek
  0 siblings, 0 replies; only message in thread
From: Jan Holcapek @ 2026-08-25 12:33 UTC (permalink / raw)
  To: git-commits

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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-25 12:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-25 12:33 [rpms/perl-DBD-ODBC] epel10: Initial import (#1028521) Jan Holcapek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox