]> git.pld-linux.org Git - packages/perl-DBIx-FetchLoop.git/blame - perl-DBIx-FetchLoop.spec
- formatting
[packages/perl-DBIx-FetchLoop.git] / perl-DBIx-FetchLoop.spec
CommitLineData
6d1c4ae1 1%include /usr/lib/rpm/macros.perl
4e50876f 2%define pdir DBIx
3%define pnam FetchLoop
020ec417 4Summary: DBIx::FetchLoop - fetch with change detection and aggregates
83272397 5Summary(pl): DBIx::FetchLoop - odczyt danych z wykrywaniem zmian i gromadzeniem
6d1c4ae1 6Name: perl-DBIx-FetchLoop
4e2ad4a8
AG
7Version: 0.6
8Release: 1
ab60f451 9Epoch: 1
b4fe1c7e 10License: unknown
6d1c4ae1 11Group: Development/Languages/Perl
bddcbfd2 12Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
4e2ad4a8 13# Source0-md5: 8d09c861458cd34febbac3b3ebb1dbd3
ab60f451 14BuildRequires: perl-devel >= 1:5.8.0
64f2f34a 15BuildRequires: rpm-perlprov >= 4.1-13
6d1c4ae1 16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20DBIx::FetchLoop is a supplemental approach for data retrieval with
21DBI. Result rows are queued with hash references to previous, current
83272397
JB
22and next rows. Utility functions allow for simplified comparison of a
23field between previous and current or current and next rows.
24Additional functions allow you automatically create new fields for
25aggregating or concatenating based on fields in the resulting dataset.
26
27%description -l pl
28