Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37710751
en ru br
ALT Linux repos
S:0.2020-alt2
5.0: 0.2020-alt1
4.1: 0.2020-alt1
4.0: 0.2018-alt1.1
3.0: 0.2018-alt1.1

Group :: Development/Perl
RPM: perl-PlRPC

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define dist PlRPC
Name: perl-%dist
Version: 0.2020
Release: alt2

Summary: Perl RPC (Remote Procedure Call)
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Tue Oct 04 2011

BuildRequires: perl-Crypt-DES perl-IO-Compress perl-Net-Daemon perl-devel

%description
PlRPC (Perl RPC) is a package for implementing servers and clients
that are written in Perl entirely. 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.

%prep
%setup -q -n %dist

# disable README update

sed -i- '/^sub postamble/s/post/no_post/' Makefile.PL

%build
%if "%(logger -d -u /dev/log -p user.debug test &>/dev/null || echo no)" == "no"
%def_without test
%endif
%perl_vendor_build

%install
%perl_vendor_install

rm %buildroot%perl_vendor_privlib/Bundle/PlRPC.pm

%files
%doc ChangeLog README
%perl_vendor_privlib/RPC

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin