]> git.pld-linux.org Git - packages/perl-Carp-Assert.git/blame - perl-Carp-Assert.spec
- should be ready for perl-5.8.0; release++
[packages/perl-Carp-Assert.git] / perl-Carp-Assert.spec
CommitLineData
a3ceceb1
JB
1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4#
912b4272 5%include /usr/lib/rpm/macros.perl
507a5af3 6%define pdir Carp
7%define pnam Assert
74829406 8Summary: Carp::Assert - executable comments
a3ceceb1 9Summary(pl): Carp::Assert - wykonywalne komentarze
f22a4859 10Name: perl-Carp-Assert
f20e933b 11Version: 0.17
56244cc2 12Release: 9
2229c51e 13License: GPL
f22a4859 14Group: Development/Languages/Perl
6bdd2496 15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
6862b92c 16BuildRequires: perl >= 5.6.1
a3ceceb1 17%{!?_without_tests:BuildRequires: perl-Test-Simple >= 0.18}
56244cc2 18BuildRequires: rpm-perlprov >= 4.1-13
cb3716f1 19BuildArch: noarch
4c785108 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f22a4859 21
22%description
a3ceceb1
JB
23Carp::Assert is intended for a purpose like the ANSI C library
24assert.h. An assertion is used to prevent the impossible from being
25asked of your code, or at least tell you when it does.
26
27%description -l pl
28