public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Translator] epel10.2: - auto-update to 0.11001 (by cpan-spec-update 0.01)
@ 2026-08-07 12:47 Chris Weyl
0 siblings, 0 replies; only message in thread
From: Chris Weyl @ 2026-08-07 12:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-SQL-Translator
Branch : epel10.2
Commit : e4d88c8012be520e61bde19955f9376e29d2b3e3
Author : Chris Weyl <cweyl@fedoraproject.org>
Date : 2009-08-24T02:49:43+00:00
Stats : +90/-65 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/e4d88c8012be520e61bde19955f9376e29d2b3e3?branch=epel10.2
Log:
- auto-update to 0.11001 (by cpan-spec-update 0.01)
- added a new br on perl(Carp::Clan) (version 0)
- altered br on perl(Digest::SHA1) (2.00 => 2)
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
- added a new br on perl(File::ShareDir) (version 1)
- altered br on perl(IO::Scalar) (0 => 2.11)
- altered br on perl(Parse::RecDescent) (1.94 => 1.096)
- altered br on perl(YAML) (0.39 => 0.66)
- added a new br on CPAN (inc::Module::AutoInstall found)
- added a new req on perl(Carp::Clan) (version 0)
- added a new req on perl(Class::Base) (version 0)
- altered req on perl(Class::Data::Inheritable) (0 => 0.02)
- added a new req on perl(Class::MakeMethods) (version 0)
- added a new req on perl(DBI) (version 0)
- added a new req on perl(Digest::SHA1) (version 2)
- added a new req on perl(File::ShareDir) (version 1)
- added a new req on perl(File::Spec) (version 0)
- added a new req on perl(IO::Dir) (version 0)
- added a new req on perl(IO::Scalar) (version 2.11)
- added a new req on perl(Parse::RecDescent) (version 1.096)
- added a new req on perl(Pod::Usage) (version 0)
- added a new req on perl(XML::Writer) (version 0.5)
---
diff --git a/.cvsignore b/.cvsignore
index 014a5b9..d59df3f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,8 +1 @@
-SQL-Translator-0.09004.tar.gz
-*.gz
-*.tar
-*.rpm
-noarch
-clog
-.build*
-*.bak
+SQL-Translator-0.11001.tar.gz
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index 21a68ff..f9172cd 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,118 +1,150 @@
Name: perl-SQL-Translator
-Version: 0.09004
-Release: 3%{?dist}
+Version: 0.11001
+Release: 1%{?dist}
Summary: Manipulate structured data definitions (SQL and more)
# see, e.g., lib/SQL/Translator.pm
License: GPLv2
Group: Development/Libraries
URL: http://search.cpan.org/dist/SQL-Translator/
-Source0: http://www.cpan.org/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz
+Source0: http://search.cpan.org/CPAN/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# not automatically detected
Requires: perl(Class::Accessor::Fast)
-Requires: perl(Class::Data::Inheritable)
+Requires: perl(Class::Data::Inheritable) >= 0.02
# core
-BuildRequires: perl(File::Basename)
-BuildRequires: perl(File::Spec)
-BuildRequires: perl(IO::Dir)
-BuildRequires: perl(IO::File)
-BuildRequires: perl(Pod::Usage)
+BuildRequires: perl(File::Basename)
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(IO::Dir)
+BuildRequires: perl(IO::File)
+BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Test::More) >= 0.6
-#BuildRequires: perl(Text::ParseWords)
+#BuildRequires: perl(Text::ParseWords)
# cpan
-BuildRequires: perl(Class::Accessor::Fast)
-BuildRequires: perl(Class::Base)
+BuildRequires: perl(Class::Accessor::Fast)
+BuildRequires: perl(Class::Base)
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
-BuildRequires: perl(Class::MakeMethods)
+BuildRequires: perl(Class::MakeMethods)
BuildRequires: perl(DBI)
-BuildRequires: perl(Digest::SHA1) >= 2.00
-BuildRequires: perl(GD)
-BuildRequires: perl(Graph::Directed)
-BuildRequires: perl(GraphViz)
-BuildRequires: perl(IO::Scalar)
+BuildRequires: perl(Digest::SHA1) >= 2
+BuildRequires: perl(GD)
+BuildRequires: perl(Graph::Directed)
+BuildRequires: perl(GraphViz)
+BuildRequires: perl(IO::Scalar) >= 2.11
BuildRequires: perl(Log::Log4perl)
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(Parse::RecDescent) >= 1.94
+BuildRequires: perl(Module::Build)
+BuildRequires: perl(Parse::RecDescent) >= 1.096
# >= 0.2602 avail in FC-5+
BuildRequires: perl(Spreadsheet::ParseExcel)
BuildRequires: perl(Template) >= 2.1
BuildRequires: perl(Text::RecordParser) >= 0.02
BuildRequires: perl(XML::Writer) >= 0.5
BuildRequires: perl(XML::XPath) >= 1.13
-BuildRequires: perl(YAML) >= 0.39
+BuildRequires: perl(YAML) >= 0.66
# test
-BuildRequires: perl(Test::Differences)
+BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(XML::Parser)
+### auto-added reqs!
+Requires: perl(Carp::Clan)
+Requires: perl(Class::Base)
+Requires: perl(Class::MakeMethods)
+Requires: perl(DBI)
+Requires: perl(Digest::SHA1) >= 2
+Requires: perl(File::ShareDir) >= 1
+Requires: perl(File::Spec)
+Requires: perl(IO::Dir)
+Requires: perl(IO::Scalar) >= 2.11
+Requires: perl(Parse::RecDescent) >= 1.096
+Requires: perl(Pod::Usage)
+Requires: perl(XML::Writer) >= 0.5
+
+### auto-added brs!
+BuildRequires: perl(Carp::Clan)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(File::ShareDir) >= 1
+BuildRequires: perl(CPAN)
+
+%{?perl_default_filter:
+%filter_from_requires /perl(:)/d
+%perl_default_filter
+}
+
%description
-SQL::Translator is a group of Perl modules that converts vendor-specific
+SQL::Translator is a group of Perl modules that converts vendor-specific
SQL table definitions into other formats, such as other vendor-specific
-SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
-classes. The main focus of SQL::Translator is SQL, but parsers exist
-for other structured data formats, including Excel spreadsheets and
-arbitrarily delimited text files. Through the separation of the code into
-parsers and producers with an object model in between, it’s possible to
-combine any parser with any producer, to plug in custom parsers or
+SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
+classes. The main focus of SQL::Translator is SQL, but parsers exist
+for other structured data formats, including Excel spreadsheets and
+arbitrarily delimited text files. Through the separation of the code into
+parsers and producers with an object model in between, it’s possible to
+combine any parser with any producer, to plug in custom parsers or
producers, or to manipulate the parsed data via the built-in object model.
-Presently only the definition parts of SQL are handled (CREATE, ALTER),
+Presently only the definition parts of SQL are handled (CREATE, ALTER),
not the manipulation of data (INSERT, UPDATE, DELETE).
%prep
%setup -q -n SQL-Translator-%{version}
find . -type f -exec chmod -c -x {} +
-perl -pi -e 's|^#!/usr/local/bin/perl|#!/usr/bin/perl|' t/*.t
-
-# Filter unwanted Provides:
-cat << \EOF > %{name}-prov
-#!/bin/sh
-%{__perl_provides} $* |\
- sed -e '/perl(Producer::BaseTest)/d'
-EOF
-
-%define __perl_provides %{_builddir}/SQL-Translator-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
-# Filter unwanted Requires:
-cat << \EOF > %{name}-req
-#!/bin/sh
-%{__perl_requires} $* |\
- sed -e '/perl(:)/d'
-EOF
-
-%define __perl_requires %{_builddir}/SQL-Translator-%{version}/%{name}-req
-chmod +x %{__perl_requires}
+perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' t/*.t
%build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
%install
rm -rf %{buildroot}
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/*
%check
-./Build test
+make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
-%doc AUTHORS BUGS Changes LICENSE README images/ t/
+%doc AUTHORS BUGS Changes LICENSE README share/ t/
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man[13]/*
%changelog
+* Mon Aug 24 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.11001-1
+- auto-update to 0.11001 (by cpan-spec-update 0.01)
+- added a new br on perl(Carp::Clan) (version 0)
+- altered br on perl(Digest::SHA1) (2.00 => 2)
+- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
+- added a new br on perl(File::ShareDir) (version 1)
+- altered br on perl(IO::Scalar) (0 => 2.11)
+- altered br on perl(Parse::RecDescent) (1.94 => 1.096)
+- altered br on perl(YAML) (0.39 => 0.66)
+- added a new br on CPAN (inc::Module::AutoInstall found)
+- added a new req on perl(Carp::Clan) (version 0)
+- added a new req on perl(Class::Base) (version 0)
+- altered req on perl(Class::Data::Inheritable) (0 => 0.02)
+- added a new req on perl(Class::MakeMethods) (version 0)
+- added a new req on perl(DBI) (version 0)
+- added a new req on perl(Digest::SHA1) (version 2)
+- added a new req on perl(File::ShareDir) (version 1)
+- added a new req on perl(File::Spec) (version 0)
+- added a new req on perl(IO::Dir) (version 0)
+- added a new req on perl(IO::Scalar) (version 2.11)
+- added a new req on perl(Parse::RecDescent) (version 1.096)
+- added a new req on perl(Pod::Usage) (version 0)
+- added a new req on perl(XML::Writer) (version 0.5)
+
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09004-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
diff --git a/sources b/sources
index 7b32fc0..9128f1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0f54df1319ad5c5c6e833cbb5d51e383 SQL-Translator-0.09004.tar.gz
+09475b116f9d4f160418955225b99bdb SQL-Translator-0.11001.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 12:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 12:47 [rpms/perl-SQL-Translator] epel10.2: - auto-update to 0.11001 (by cpan-spec-update 0.01) Chris Weyl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox