File perl-Array-Compare.spec of Package perl-Array-Compare
#
# spec file for package perl-Array-Compare (Version 1.15)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Array-Compare
Version: 1.15
Release: 2
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Url: http://cpan.org/modules/by-module/Array/
Summary: Perl extension for comparing arrays
Source: Array-Compare-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
If you have two arrays and you want to know if they are the same or
different, then Array::Compare will be useful to you.
All comparisons are carried out via a comparator object.
Authors:
--------
Dave Cross <dave@mag-sol.com>
%prep
%setup -n Array-Compare-%{version} -q
%build
perl Makefile.PL
make
%check
make test
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README Changes
%doc %{_mandir}/man?/*
%dir %{perl_vendorlib}/Array/
%dir %{perl_vendorarch}/auto/Array/
%{perl_vendorlib}/Array/*
%{perl_vendorarch}/auto/Array/Compare
/var/adm/perl-modules/%{name}
%changelog
* Wed Mar 12 2008 anicka@suse.cz
- package created (version 1.15)