]> git.pld-linux.org Git - packages/perl-DBIx-FetchLoop.git/blame - perl-DBIx-FetchLoop.spec
- really rel++
[packages/perl-DBIx-FetchLoop.git] / perl-DBIx-FetchLoop.spec
CommitLineData
6d1c4ae1 1%include /usr/lib/rpm/macros.perl
2%define pdir DBIx
3%define pnam FetchLoop
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
7Version: 0.41
cfd16a1e 8Release: 3
6d1c4ae1 9License: ?
10Group: Development/Languages/Perl
bddcbfd2 11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
6d1c4ae1 12BuildRequires: perl >= 5.6
5e34c64d 13BuildRequires: rpm-perlprov >= 4.0.2-104
6d1c4ae1 14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18DBIx::FetchLoop is a supplemental approach for data retrieval with
19DBI. Result rows are queued with hash references to previous, current
83272397
JB
20and next rows. Utility functions allow for simplified comparison of a
21field between previous and current or current and next rows.
22Additional functions allow you automatically create new fields for
23aggregating or concatenating based on fields in the resulting dataset.
24
25%description -l pl
26