public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Callaway <spot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-DBIx-ContextualFetch] epel10.2: auto-import perl-DBIx-ContextualFetch-1.02-3 on branch devel from
Date: Tue, 01 Sep 2026 18:08:09 GMT	[thread overview]
Message-ID: <178828608942.1.12774727592647473343.rpms-perl-DBIx-ContextualFetch-ebc1ae2de1b2@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/perl-DBIx-ContextualFetch
        Branch : epel10.2
        Commit : ebc1ae2de1b27821a1214f58dff3b5ec01d516dc
        Author : Tom Callaway <spot@fedoraproject.org>
        Date   : 2005-08-18T03:49:29+00:00
        Stats  : +57/-0 in 3 file(s)
        URL    : https://src.fedoraproject.org/rpms/perl-DBIx-ContextualFetch/c/ebc1ae2de1b27821a1214f58dff3b5ec01d516dc?branch=epel10.2

        Log:
        auto-import perl-DBIx-ContextualFetch-1.02-3 on branch devel from
perl-DBIx-ContextualFetch-1.02-3.src.rpm

---
diff --git a/.cvsignore b/.cvsignore
index e69de29..83e454d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+DBIx-ContextualFetch-1.02.tar.gz

diff --git a/perl-DBIx-ContextualFetch.spec b/perl-DBIx-ContextualFetch.spec
new file mode 100644
index 0000000..b974a44
--- /dev/null
+++ b/perl-DBIx-ContextualFetch.spec
@@ -0,0 +1,55 @@
+Name:           perl-DBIx-ContextualFetch
+Version:        1.02
+Release:        3%{?dist}
+Summary:        Add contextual fetches to DBI
+Group:          Development/Libraries
+License:        GPL or Artistic
+URL:            http://search.cpan.org/dist/DBIx-ContextualFetch
+Source0:        http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/DBIx-ContextualFetch-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl(DBD::SQLite2)
+BuildRequires:  perl(DBI)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:	perl(DBI)
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n DBIx-ContextualFetch-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+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 d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes
+%{perl_vendorlib}/DBIx
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.02-3
+- more cleanups
+
+* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.02-2
+- cleanups
+
+* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.02-1
+- Initial package for Fedora Extras

diff --git a/sources b/sources
index e69de29..ec8bf22 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e0e2d7db498de03fb3aef95ebd1e0947  DBIx-ContextualFetch-1.02.tar.gz

                 reply	other threads:[~2026-09-01 18:08 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=178828608942.1.12774727592647473343.rpms-perl-DBIx-ContextualFetch-ebc1ae2de1b2@fedoraproject.org \
    --to=spot@fedoraproject.org \
    --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