File perl-String-CRC32.spec of Package perl-String-CRC32

%define modname	String-CRC32
Name:           perl-%{modname}
Version:        1.4
Release:        1
Summary:        Perl interface for cyclic redundency check generation
BuildRequires:  perl
BuildRequires:  perl-macros
License:        Public Domain
Group:          Development/Libraries/Perl
Source:         %{modname}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-root
%{perl_requires}

%description
The CRC32 module calculates CRC sums of 32 bit lengths. It generates the same
CRC values as ZMODEM, PKZIP, PICCHECK and many others.

Authors:
--------
    Soenke J. Peters <peters__perl@opcenter.de>

%prep
%setup -q -n %{modname}-%{version}

%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
make test

%install
rm -rf %{buildroot}
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc README
%doc %{_mandir}/man?/*
%{perl_vendorarch}/String
%{perl_vendorarch}/auto/String

%changelog

* Tue Sep 12 2006 - James Oakley <jfunk@funktronics.ca> - 1.4-1
- Initial release
openSUSE Build Service is sponsored by