]> git.pld-linux.org Git - packages/perl-Carp-Assert.git/blame - perl-Carp-Assert.spec
- tabs in preamble
[packages/perl-Carp-Assert.git] / perl-Carp-Assert.spec
CommitLineData
a3ceceb1
JB
1#
2# Conditional build:
8e2b59a0 3%bcond_without tests # do not perform "make test"
a3ceceb1 4#
912b4272 5%include /usr/lib/rpm/macros.perl
7b0b5bd1 6%define pdir Carp
7%define pnam Assert
74829406 8Summary: Carp::Assert - executable comments
31516366 9Summary(pl.UTF-8): Carp::Assert - wykonywalne komentarze
f22a4859 10Name: perl-Carp-Assert
f3abd183 11Version: 0.18
1e425f9d 12Release: 4
705f0314 13# same as perl
14License: GPL v1+ or Artistic
f22a4859 15Group: Development/Languages/Perl
9999bee8 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
f3abd183 17# Source0-md5: 8137794654f5802730c05167327d496e
f9288c6e 18BuildRequires: perl-devel >= 1:5.8.0
47af7088 19%if %{with tests}
1e425f9d 20BuildRequires: perl-Test-Inline >= 0.16-3
47af7088 21BuildRequires: perl-Test-Simple >= 0.40
22%endif
56244cc2 23BuildRequires: rpm-perlprov >= 4.1-13
cb3716f1 24BuildArch: noarch
4c785108 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f22a4859 26
27%description
a3ceceb1
JB
28Carp::Assert is intended for a purpose like the ANSI C library
29assert.h. An assertion is used to prevent the impossible from being
30asked of your code, or at least tell you when it does.
31
3d90fc61
JR
32%description -l pl.UTF-8
33Moduł Carp::Assert służy do tego, co assert.h z ANSI C. Używa się
34zapewnień (assertion), aby wykluczyć występowanie rzeczy niemożliwych,
35albo przynajmniej wiedzieć, gdzie się zdarzają.
507a5af3 36
f22a4859 37%prep
912b4272 38%setup -q -n %{pdir}-%{pnam}-%{version}
f22a4859 39
40%build
56244cc2 41%{__perl} Makefile.PL \
f5986a4f 42 INSTALLDIRS=vendor
b5dca369 43%{__make}
f22a4859 44
8e2b59a0 45%{?with_tests:%{__make} test}
a3ceceb1 46
f22a4859 47%install
48rm -rf $RPM_BUILD_ROOT
f22a4859 49
7157e77d 50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
f22a4859 52
f22a4859 53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
507a5af3 58%doc Changes README
d6e47c4e 59%{perl_vendorlib}/Carp/Assert.pm
f22a4859 60%{_mandir}/man3/*
This page took 0.091722 seconds and 4 git commands to generate.