]> git.pld-linux.org Git - packages/perl-Digest-CRC.git/blame - perl-Digest-CRC.spec
- missing dir, .so perms
[packages/perl-Digest-CRC.git] / perl-Digest-CRC.spec
CommitLineData
292ae860
AG
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
68fe7b93 6%define pdir Digest
7%define pnam CRC
292ae860
AG
8Summary: Digest::CRC - Generic CRC functions
9Summary(pl): Digest::CRC - podstawowe funkcje CRC
10Name: perl-%{pdir}-%{pnam}
598a403e 11Version: 0.10
292ae860
AG
12Release: 1
13License: Public Domain
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
598a403e 16# Source0-md5: 2a065f4081fd923f2245e66597befcfb
292ae860
AG
17URL: http://search.cpan.org/dist/Digest-CRC/
18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The Digest::CRC module calculates CRC sums of all sorts. It contains
24wrapper functions with the correct parameters for CRC-CCITT, CRC-16
25and CRC-32.
26
27%description -l pl
28