]> git.pld-linux.org Git - packages/perl-Carp-Assert.git/blob - perl-Carp-Assert.spec
- massive attack, adding Source-md5
[packages/perl-Carp-Assert.git] / perl-Carp-Assert.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    Carp
7 %define         pnam    Assert
8 Summary:        Carp::Assert - executable comments
9 Summary(pl):    Carp::Assert - wykonywalne komentarze
10 Name:           perl-Carp-Assert
11 Version:        0.17
12 Release:        9
13 License:        GPL
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5: 94c208587f49a85b3d3d354d0d3a7dc4
17 BuildRequires:  perl-devel >= 5.6.1
18 %{!?_without_tests:BuildRequires:       perl-Test-Simple >= 0.18}
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Carp::Assert is intended for a purpose like the ANSI C library
25 assert.h. An assertion is used to prevent the impossible from being
26 asked of your code, or at least tell you when it does.
27
28 %description -l pl
29 Modu³ Carp::Assert s³u¿y do tego, co assert.h z ANSI C. U¿ywa siê
30 zapewnieñ (assertion), aby wykluczyæ wystêpowanie rzeczy niemo¿liwych,
31 albo przynajmniej wiedzieæ, gdzie siê zdarzaj±.
32
33 %prep
34 %setup -q -n %{pdir}-%{pnam}-%{version}
35
36 %build
37 %{__perl} Makefile.PL \
38         INSTALLDIRS=vendor 
39 %{__make}
40
41 %{!?_without_tests:%{__make} test}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc Changes README
54 %{perl_vendorlib}/Carp
55 %{_mandir}/man3/*
This page took 0.050189 seconds and 3 git commands to generate.