Name: perl-DBIx-Recordset
Summary: Extension for DBI recordsets
Version: 0.26
Release: 1.2
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/DBIx-Recordset/
Description: DBIx::Recordset is a perl module for abstraction and simplification of
database access.
The goal is to make standard database access (select/insert/update/delete) easier to handle and independend of the underlying DBMS. Special attention is made on web applications to make it possible to handle the state-less access and to process the posted data of formfields, but DBIx::Recordset is not limited to web applications.
The build could not start because of the following missing build requirements:
The build could not start because of the following missing build requirements:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Gerald Richter <richter$ecos,de> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name DBIx-Recordset Summary: Extension for DBI recordsets Name: perl-DBIx-Recordset Version: 0.26 Release: 1.2%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/DBIx-Recordset/ Source: http://www.cpan.org/modules/by-module/DBIx/DBIx-Recordset-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker)-DBI BuildRequires: perl-DBD-Pg %description DBIx::Recordset is a perl module for abstraction and simplification of database access. The goal is to make standard database access (select/insert/update/delete) easier to handle and independend of the underlying DBMS. Special attention is made on web applications to make it possible to handle the state-less access and to process the posted data of formfields, but DBIx::Recordset is not limited to web applications. %prep %setup -n %{real_name}-%{version} %build (echo . ; echo . ; echo . ; echo . ) | %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes README %doc %{_mandir}/man3/* %{perl_vendorlib}/DBIx/Recordset.pm %{perl_vendorlib}/DBIx/Recordset %{perl_vendorlib}/DBIx/Compat.pm %{perl_vendorlib}/DBIx/Database.pm %{perl_vendorlib}/DBIx/Intrors.pod %changelog * Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 0.26-1.2 - Rebuild for Fedora Core 5. * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 0.26-1 - Initial package.