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