2008-02-29 10:39:56 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package perl-Digest-CRC
|
|
|
|
|
#
|
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
Name: perl-Digest-CRC
|
2010-09-30 06:37:08 +00:00
|
|
|
Version: 0.16
|
2008-02-29 10:39:56 +00:00
|
|
|
Release: 1
|
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
|
AutoReqProv: on
|
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
|
License: Public domain
|
|
|
|
|
URL: http://search.cpan.org/dist/Digest-CRC/
|
|
|
|
|
Summary: Generic CRC functions for Perl
|
2010-09-28 16:12:12 +00:00
|
|
|
Source: Digest-CRC-%{version}.tar.bz2
|
2008-02-29 10:39:56 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The Digest::CRC module calculates CRC sums of all sorts. It contains
|
2010-09-28 16:12:12 +00:00
|
|
|
wrapper functions with the correct parameters for CRC-CCITT, CRC-16,
|
|
|
|
|
CRC-32 and CRC-64.
|
2008-02-29 10:39:56 +00:00
|
|
|
|
|
|
|
|
%if 0%{?mandriva_version} < 2007
|
|
|
|
|
%if 0%{?fedora_version} < 8
|
|
|
|
|
%debug_package
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Digest-CRC-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
|
|
|
|
make
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc %{_mandir}/man3/*
|
2008-12-23 16:09:48 +00:00
|
|
|
%{perl_vendorarch}/Digest
|
|
|
|
|
%{perl_vendorarch}/auto/Digest
|
2008-02-29 10:39:56 +00:00
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-09-30 06:37:08 +00:00
|
|
|
* Thu Sep 30 2010 Dirk Stöcker <opensuse@dstoecker.de> 0.16
|
|
|
|
|
- updated
|
|
|
|
|
* Tue Sep 28 2010 Dirk Stöcker <opensuse@dstoecker.de> 0.15
|
2010-09-28 16:12:12 +00:00
|
|
|
- updated
|
2008-02-29 10:39:56 +00:00
|
|
|
* Fri Feb 8 2008 Dirk Stöcker <opensuse@dstoecker.de> 0.14
|
|
|
|
|
- updated
|
|
|
|
|
* Thu Oct 25 2007 Peter Eisentraut 0.10
|
|
|
|
|
- initial package release
|