]> git.pld-linux.org Git - packages/perl-Class-DBI-Plugin-RetrieveAll.git/blame - perl-Class-DBI-Plugin-RetrieveAll.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Class-DBI-Plugin-RetrieveAll.git] / perl-Class-DBI-Plugin-RetrieveAll.spec
CommitLineData
c21520fb 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4
b02920fe 5%define pdir Class
6%define pnam DBI-Plugin-RetrieveAll
c21520fb 7Summary: Determine type information for columns
d840f2af 8Summary(pl.UTF-8): Określanie informacji o typie dla kolumn
c21520fb 9Name: perl-Class-DBI-Plugin-RetrieveAll
2b9edaa7 10Version: 1.04
c21520fb 11Release: 1
f14a77fa 12# same as perl
13License: GPL v1+ or Artistic
c21520fb 14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
2b9edaa7 16# Source0-md5: 859fe774e6d74636b6406b821d4d66d1
aca7ccd9 17URL: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
c21520fb 18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
21BuildRequires: perl-Class-DBI
22BuildRequires: perl-DBD-SQLite
23%endif
24BuildArch: noarch
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28This module allows Class::DBI-based classes to query their columns for
29data type information in a database-independent manner.
30
92047fe7
JR
31%description -l pl.UTF-8
32Ten moduł pozwala klasom opartym na Class::DBI na odpytywanie kolumn o
33informacje o typie w sposób niezależny od bazy danych.
c21520fb 34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41
42%{__make}
43%{?with_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc Changes
57%{perl_vendorlib}/Class/DBI/Plugin/*
58%{_mandir}/man3/*
This page took 0.055849 seconds and 4 git commands to generate.