]> git.pld-linux.org Git - packages/perl-Carp-Assert.git/blame - perl-Carp-Assert.spec
- use the __perl macro
[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
a3ceceb1 12Release: 8
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}
25176627 18BuildRequires: rpm-perlprov >= 3.0.3-16
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