]> git.pld-linux.org Git - packages/perl-DBIx-FetchLoop.git/blame - perl-DBIx-FetchLoop.spec
- new, STBR
[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
5#Summary(pl):
6Name: perl-DBIx-FetchLoop
7Version: 0.41
8Release: 1
9License: ?
10Group: Development/Languages/Perl
11Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12BuildRequires: perl >= 5.6
13BuildRequires: rpm-perlprov >= 3.0.3-26
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
20and next rows. Utility functions allow for simplified comparison of a
21field between previous and current or current and next rows. Additional
22functions allow you automatically create new fields for aggregating or
23concatenating based on fields in the resulting dataset.
24
25# %description -l pl
26# TODO
27
28%prep
29%setup -q -n %{pdir}-%{pnam}-%{version}
30
31%build
32perl Makefile.PL
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%{perl_sitelib}/%{pdir}/*.pm
46%{_mandir}/man3/*
This page took 0.10459 seconds and 4 git commands to generate.