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