Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5db2424838248da72f895b6a856f7cc3 > files > 2

perl-RpcPerl-0.1-2.mga3.src.rpm

%define module   RpcPerl
%define version  0.1
%define release  %mkrel 2

Name:       perl-%{module}
Version:    %{version}
Release:    %{release}
License:    LGPL or EPL
Group:      Development/Perl
Summary:    RPC with a Perl server
Url:        http://qooxdoo.org/documentation/0.8/rpc_perl
Source:     https://sourceforge.net/projects/qooxdoo-contrib/files/RpcPerl/%{module}-%{version}.zip
BuildArch: noarch


%description
As described in the RPC overview, qooxdoo RPC is based on JSON-RPC as the
serialization and method call protocol. This page describes how to set up and
implement a Perl-based server.

%prep
%setup -q -n %{module}/%{version}

%build

%install
rm -rf %{buildroot}
install -d -m 755  %{buildroot}%{perl_vendorlib}
cp -pr Qooxdoo %{buildroot}%{perl_vendorlib}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README.CONFIGURE README.txt SERVER_WRITER_GUIDE jsonrpc.pl
%{perl_vendorlib}/Qooxdoo

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.1-2.mga3
+ Revision: 372334
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Jan 20 2011 jquelin <jquelin> 0.1-1.mga1
+ Revision: 26917
- mageia rebuild
- imported package perl-RpcPerl