]> git.pld-linux.org Git - packages/perl-DBIx-FetchLoop.git/blob - perl-DBIx-FetchLoop.spec
- massive attack: change CPAN URLs
[packages/perl-DBIx-FetchLoop.git] / perl-DBIx-FetchLoop.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    DBIx
3 %define pnam    FetchLoop
4 Summary:        DBIx::FetchLoop - Fetch with change detection and aggregates
5 Summary(pl):    DBIx::FetchLoop - odczyt danych z wykrywaniem zmian i gromadzeniem
6 Name:           perl-DBIx-FetchLoop
7 Version:        0.41
8 Release:        2
9 License:        ?
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  perl >= 5.6
13 BuildRequires:  rpm-perlprov >= 3.0.3-26
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DBIx::FetchLoop is a supplemental approach for data retrieval with
19 DBI. Result rows are queued with hash references to previous, current
20 and next rows. Utility functions allow for simplified comparison of a
21 field between previous and current or current and next rows.
22 Additional functions allow you automatically create new fields for
23 aggregating or concatenating based on fields in the resulting dataset.
24
25 %description -l pl
26 Modu³ DBIx::FetchLoop to dodatkowe u³atwienie do odczytywania danych z
27 u¿yciem DBI. Wiersze wyniku s± kolejkowane z referencjami do
28 poprzedniego, bie¿±cego i nastêpnego wiersza. Funkcje narzêdziowe
29 pozwalaj± na uproszczone porównywanie pól pomiêdzy poprzednim a
30 bie¿±cym lub bie¿±cym a nastêpnym wierszem. Dodatkowe funkcje
31 pozwalaj± automatycznie tworzyæ nowe pola do gromadzenia lub ³±czenia
32 bazuj±cego na polach w wynikowym zbiorze danych.
33
34 %prep
35 %setup -q -n %{pdir}-%{pnam}-%{version}
36
37 %build
38 perl Makefile.PL
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %{perl_sitelib}/%{pdir}/*.pm
52 %{_mandir}/man3/*
This page took 0.053928 seconds and 3 git commands to generate.