]> git.pld-linux.org Git - packages/perl-SQL-Abstract-Limit.git/blame - perl-SQL-Abstract-Limit.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-SQL-Abstract-Limit.git] / perl-SQL-Abstract-Limit.spec
CommitLineData
6c706ea4 1#
2# Conditional build:
33f86187 3%bcond_with tests # perform "make test"
6c706ea4 4#
6c706ea4 5%define pdir SQL
6%define pnam Abstract-Limit
7Summary: SQL::Abstract::Limit - portable LIMIT emulation
8270a94d 8Summary(pl.UTF-8): SQL::Abstract::Limit - przenośna emulacja LIMIT
6c706ea4 9Name: perl-SQL-Abstract-Limit
44fe08e6 10Version: 0.141
6c706ea4 11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
af329b7b 15Source0: http://www.cpan.org/modules/by-module/SQL/%{pdir}-%{pnam}-%{version}.tar.gz
44fe08e6 16# Source0-md5: d8dde39b1d7910ddf5457108c02be552
af329b7b 17URL: http://search.cpan.org/dist/SQL-Abstract-Limit/
6c706ea4 18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20%if %{with tests}
21BuildRequires: perl-DBI
22BuildRequires: perl-SQL-Abstract >= 1.20
23BuildRequires: perl-Test-Exception
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Portability layer for LIMIT emulation.
30
eb9562ce
JR
31%description -l pl.UTF-8
32Warstwa przenośności dla emulacji LIMIT.
6c706ea4 33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
38%{__perl} Makefile.PL \
39 INSTALLDIRS=vendor
40%{__make}
41
42%{?with_tests:%{__make} test}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc Changes README
56%{perl_vendorlib}/SQL/Abstract/Limit.pm
57%{_mandir}/man3/*
This page took 0.100437 seconds and 4 git commands to generate.