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-SQL-Abstract] epel10.2: auto-import perl-SQL-Abstract-1.19-2 on branch devel from
Date: Thu, 06 Aug 2026 09:25:10 GMT	[thread overview]
Message-ID: <178600831050.1.3812825271543874211.rpms-perl-SQL-Abstract-903e79feed2f@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/perl-SQL-Abstract
        Branch : epel10.2
        Commit : 903e79feed2f48ca7b447271a18c4adff5e06a88
        Author : Tom Callaway <spot@fedoraproject.org>
        Date   : 2005-07-30T01:35:59+00:00
        Stats  : +52/-0 in 3 file(s)
        URL    : https://src.fedoraproject.org/rpms/perl-SQL-Abstract/c/903e79feed2f48ca7b447271a18c4adff5e06a88?branch=epel10.2

        Log:
        auto-import perl-SQL-Abstract-1.19-2 on branch devel from
perl-SQL-Abstract-1.19-2.src.rpm

---
diff --git a/.cvsignore b/.cvsignore
index e69de29..eb043ac 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+SQL-Abstract-1.19.tar.gz

diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec
new file mode 100644
index 0000000..12f063a
--- /dev/null
+++ b/perl-SQL-Abstract.spec
@@ -0,0 +1,50 @@
+Name:           perl-SQL-Abstract
+Version:        1.19
+Release:        2%{?dist}
+Summary:        Generate SQL from Perl data structures
+Group:          Development/Libraries
+License:        GPL or Artistic
+URL:            http://search.cpan.org/dist/SQL-Abstract
+Source0:        http://search.cpan.org/CPAN/authors/id/N/NW/NWIGER/SQL-Abstract-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl >= 1:5.6.1
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n SQL-Abstract-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make
+
+%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 README
+%{perl_vendorlib}/SQL
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.19-2
+- cleanups
+
+* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.19-1
+- Initial package for Fedora Extras

diff --git a/sources b/sources
index e69de29..ca4a64a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d0e937d2f7781ed56c4ba855ee4ab47a  SQL-Abstract-1.19.tar.gz

                 reply	other threads:[~2026-08-06  9:25 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=178600831050.1.3812825271543874211.rpms-perl-SQL-Abstract-903e79feed2f@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