File perl-PlRPC.spec of Package perl-PlRPC

#
# spec file for package perl-PlRPC (Version 0.2020)
#
# 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-PlRPC
BuildRequires:  perl-Net-Daemon
BuildRequires:  perl-macros
Version:        0.2020
Release:        9
Requires:       perl-Net-Daemon
AutoReqProv:    on
Group:          Development/Libraries/Perl
License:        Artistic ; GPLv2+
Url:            http://cpan.org/modules/by-module/RPC/
Summary:        Perl Extension for Writing PlRPC Servers
Source:         PlRPC-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
PlRPC (Perl RPC) is a package for implementing servers and clients that
are entirely written in Perl. The name is borrowed from Sun's RPC
(Remote Procedure Call), but it could as well be RMI like Java's Remote
Method Interface, because PlRPC gives you the complete power of Perl's
OO framework in a very simple manner.



Authors:
--------
    Jochen Wiedmann <jochen.wiedmann@freenet.de>

%prep
%setup -q -n PlRPC

%build
perl Makefile.PL
make %{?_smp_mflags}
rm t/client.t t/methods.t

%check
#make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc ChangeLog README
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Bundle
%{perl_vendorlib}/RPC
%{perl_vendorarch}/auto/RPC

%changelog
openSUSE Build Service is sponsored by