]> git.pld-linux.org Git - packages/perl-Test-Signature.git/blame - perl-Test-Signature.spec
- caps cosmetics
[packages/perl-Test-Signature.git] / perl-Test-Signature.spec
CommitLineData
89a8e17a 1#
a8a90125
MP
2# Conditional build:
3%bcond_without tests # do perform "make test"
89a8e17a 4#
a8a90125
MP
5%include /usr/lib/rpm/macros.perl
6%define pdir Test
7%define pnam Signature
6339679c 8Summary: Test::Signature - automatic signature testing
89a8e17a 9Summary(pl): Test::Signature - automatyczne sprawdzanie sygnatur
a8a90125
MP
10Name: perl-Test-Signature
11Version: 1.06
12Release: 1
13# same as perl
89a8e17a 14License: GPL or Artistic
a8a90125
MP
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 23581fec6af0fb9027f90b8a0565d71a
89a8e17a 18BuildRequires: perl-devel >= 1:5.8.0
a8a90125 19BuildRequires: rpm-perlprov >= 4.1-13
89a8e17a 20BuildArch: noarch
a8a90125
MP
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
89a8e17a 24Module::Signature allows you to verify that a distribution has not
a8a90125
MP
25been tampered with. "Test::Signature" lets that be tested as part of
26the distribution's test suite.
27
89a8e17a
JB
28%description -l pl
29