SPECS: perl-SQL-Abstract-Limit.spec (NEW), perl-Module-Find.spec (...
migo
migo at pld-linux.org
Tue Oct 11 21:45:32 CEST 2005
Author: migo Date: Tue Oct 11 19:45:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial revisions (big help from pldcpan.pl)
---- Files affected:
SPECS:
perl-SQL-Abstract-Limit.spec (NONE -> 1.1) (NEW), perl-Module-Find.spec (NONE -> 1.1) (NEW), perl-DBIx-Class.spec (NONE -> 1.1) (NEW), perl-DBIx-Class-Loader.spec (NONE -> 1.1) (NEW), perl-Class-DBI-Loader.spec (NONE -> 1.1) (NEW), perl-Class-DBI-Sweet.spec (NONE -> 1.1) (NEW), perl-Catalyst-Plugin-DefaultEnd.spec (NONE -> 1.1) (NEW), perl-Catalyst-Model-DBIC.spec (NONE -> 1.1) (NEW), perl-Catalyst-Model-CDBI.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-SQL-Abstract-Limit.spec
diff -u /dev/null SPECS/perl-SQL-Abstract-Limit.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-SQL-Abstract-Limit.spec Tue Oct 11 21:45:26 2005
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir SQL
+%define pnam Abstract-Limit
+Summary: SQL::Abstract::Limit - portable LIMIT emulation
+#Summary(pl):
+Name: perl-SQL-Abstract-Limit
+Version: 0.11
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 63abc1705da73b86181b165a4bbb269a
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-DBI
+BuildRequires: perl-SQL-Abstract >= 1.20
+BuildRequires: perl-Test-Exception
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Portability layer for LIMIT emulation.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/SQL/Abstract/Limit.pm
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:26 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-Module-Find.spec
diff -u /dev/null SPECS/perl-Module-Find.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-Module-Find.spec Tue Oct 11 21:45:26 2005
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Module
+%define pnam Find
+Summary: Module::Find - Find and use installed modules in a (sub)category
+#Summary(pl):
+Name: perl-Module-Find
+Version: 0.04
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 075a92ae9646e661f38f2e2a2ef34847
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Module::Find lets you find and use modules in categories. This can be very
+useful for auto-detecting driver or plugin modules. You can differentiate
+between looking in the category itself or in all subcategories.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Module/*.pm
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:26 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-DBIx-Class.spec
diff -u /dev/null SPECS/perl-DBIx-Class.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-DBIx-Class.spec Tue Oct 11 21:45:27 2005
@@ -0,0 +1,82 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir DBIx
+%define pnam Class
+Summary: DBIx::Class - Extensible and flexible object <-> relational mapper
+#Summary(pl):
+Name: perl-DBIx-Class
+Version: 0.03001
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: d3d55fec74910e4c7e3ee4913d012b74
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-DBD-SQLite >= 1.08
+BuildRequires: perl-Data-Page
+BuildRequires: perl-Module-Find
+BuildRequires: perl-SQL-Abstract >= 1.2
+BuildRequires: perl-SQL-Abstract-Limit >= 0.11
+BuildRequires: perl-Tie-IxHash
+BuildRequires: perl(UNIVERSAL::require)
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DBIx::Class is a sql to oop mapper, inspired by the Class::DBI framework,
+and meant to support compability with it, while restructuring the
+insides, and making it possible to support some new features like
+self-joins, distinct, group bys and more.
+
+It's currently considered EXPERIMENTAL - bring this near a production
+database at your own risk! The API is *not* fixed yet, although most of
+the primitives should be good for the future and any API changes will be
+posted to the mailing list before they're committed.
+
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+ installdirs=vendor \
+ destdir=$RPM_BUILD_ROOT
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/DBIx/*.pm
+%{perl_vendorlib}/DBIx/Class
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:27 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-DBIx-Class-Loader.spec
diff -u /dev/null SPECS/perl-DBIx-Class-Loader.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-DBIx-Class-Loader.spec Tue Oct 11 21:45:27 2005
@@ -0,0 +1,70 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir DBIx
+%define pnam Class-Loader
+Summary: DBIx::Class::Loader - Dynamic definition of DBIx::Class subclasses.
+#Summary(pl):
+Name: perl-DBIx-Class-Loader
+Version: 0.01
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: a69b3d9eae5010085355acdcf1d43ff6
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-DBIx-Class >= 0.03
+BuildRequires: perl-Lingua-EN-Inflect
+BuildRequires: perl-Text-Balanced
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DBIx::Class::Loader automates the definition of DBIx::Class subclasses.
+It scans table schemas and setup columns and primary key information.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/DBIx/Class/*.pm
+%{perl_vendorlib}/DBIx/Class/Loader
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:27 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-Class-DBI-Loader.spec
diff -u /dev/null SPECS/perl-Class-DBI-Loader.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-Class-DBI-Loader.spec Tue Oct 11 21:45:27 2005
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Class
+%define pnam DBI-Loader
+Summary: Class::DBI::Loader - Dynamic definition of Class::DBI sub classes.
+#Summary(pl):
+Name: perl-Class-DBI-Loader
+Version: 0.22
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: fdb246040add571cffc1134184e9ca0f
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Class-DBI >= 0.89
+BuildRequires: perl-Class-DBI-SQLite >= 0.09
+BuildRequires: perl-Lingua-EN-Inflect
+BuildRequires: perl-Text-Balanced
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Class::DBI::Loader automate the definition of Class::DBI sub-classes.
+scan table schemas and setup columns, primary key.
+Class::DBI::Loader supports MySQL, Postgres and SQLite.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Class/DBI/*.pm
+# Class::DBI::Pg is not in PLD yet
+%exclude %{perl_vendorlib}/Class/DBI/Loader/Pg.pm
+%{perl_vendorlib}/Class/DBI/Loader/
+%exclude %{_mandir}/man3/*Pg*
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:27 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-Class-DBI-Sweet.spec
diff -u /dev/null SPECS/perl-Class-DBI-Sweet.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-Class-DBI-Sweet.spec Tue Oct 11 21:45:27 2005
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Class
+%define pnam DBI-Sweet
+Summary: Class::DBI::Sweet - Making sweet things sweeter
+#Summary(pl):
+Name: perl-Class-DBI-Sweet
+Version: 0.05
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 501856c266f147e71804d3b5cfb5bc85
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Class-DBI >= 0.96
+BuildRequires: perl-DBD-SQLite >= 1.08
+BuildRequires: perl-Data-Page
+BuildRequires: perl-Data-UUID
+BuildRequires: perl-SQL-Abstract
+BuildRequires: perl-Class-Accessor-Chained
+BuildRequires: perl-Cache-Cache
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Class::DBI::Sweet provides convenient count, search, page, and
+cache functions in a sweet package. It integrates these functions with
+Class::DBI in a convenient and efficient way.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+ installdirs=vendor \
+ destdir=$RPM_BUILD_ROOT
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Class/DBI/*.pm
+%{perl_vendorlib}/Class/DBI/Sweet
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:27 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-Catalyst-Plugin-DefaultEnd.spec
diff -u /dev/null SPECS/perl-Catalyst-Plugin-DefaultEnd.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-Catalyst-Plugin-DefaultEnd.spec Tue Oct 11 21:45:27 2005
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Catalyst
+%define pnam Plugin-DefaultEnd
+Summary: Catalyst::Plugin::DefaultEnd - Sensible default end action.
+#Summary(pl):
+Name: perl-Catalyst-Plugin-DefaultEnd
+Version: 0.03
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 96a211646bc1e734a464eff360af8825
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Catalyst >= 5.2
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This action implements a sensible default end action, which will forward
+to the first available view, unless status is set to 3xx, or there is a
+response body. It also allows you to pass dump_info=1 to the url in order
+to force a debug screen, while in debug mode.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+ installdirs=vendor \
+ destdir=$RPM_BUILD_ROOT \
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Catalyst/Plugin/*.pm
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/11 19:45:27 migo
+- initial revisions (big help from pldcpan.pl)
+
================================================================
Index: SPECS/perl-Catalyst-Model-DBIC.spec
diff -u /dev/null SPECS/perl-Catalyst-Model-DBIC.spec:1.1
--- /dev/null Tue Oct 11 21:45:32 2005
+++ SPECS/perl-Catalyst-Model-DBIC.spec Tue Oct 11 21:45:27 2005
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Catalyst
+%define pnam Model-DBIC
+Summary: Catalyst::Model::DBIC - DBIx::Class Model Class
+#Summary(pl):
+Name: perl-Catalyst-Model-DBIC
+Version: 0.10
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: f7ea9a203dce9144108c8dfe0adfe962
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Catalyst >= 5.00
+BuildRequires: perl-DBIx-Class-Loader
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is the DBIx::Class model class for Catalyst web application
+framework. It's built on top of DBIx::Class::Loader.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
<<Diff was trimmed, longer than 597 lines>>
More information about the pld-cvs-commit
mailing list