File perl-Net-Whois-RIPE.spec of Package perl-Net-Whois-RIPE
#
# spec file for package perl-Net-Whois-RIPE (Version 1.31)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Net-Whois-RIPE
Version: 1.31
Release: 7
AutoReqProv: on
Group: Development/Libraries/Perl
License: GPLv2+
Url: http://cpan.org/modules/by-module/Net/
Summary: Perl module for implementation of RIPE Whois
Source: http://search.cpan.org/CPAN/authors/id/P/PA/PAULG/Net-Whois-RIPE-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
Net::Whois::RIPE class implementing a RIPE whois client
Authors:
--------
Paul Gampe, <pgampe@users.sourceforge.net>
Kevin Baker, <shagol@users.sourceforge.net>
Bruce Campbell, <bxc@users.sourceforge.net>
%prep
%setup -n Net-Whois-RIPE-%{version}
%build
perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%check
./Build test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%dir %{perl_vendorlib}/Net
%{perl_vendorlib}/Net/Whois
%doc ChangeLog README MANIFEST
%doc %{_mandir}/man?/*
%changelog