File: Frontier-RPC.spec

package info (click to toggle)
libfrontier-rpc-perl 0.07b4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 152 kB
  • ctags: 73
  • sloc: perl: 785; sh: 82; xml: 49; makefile: 41
file content (53 lines) | stat: -rw-r--r-- 1,345 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Summary: Perl module for RPC over XML
Name: Frontier-RPC
Version: @VERSION@
Release: 1
Source: ftp://ftp.uu.net/vendor/bitsko/gdo/Frontier-RPC-@VERSION@.tar.gz
Copyright: distributable
Group: Networking/Utilities
URL: http://www.bitsko.slc.ut.us/
Packager: ken@bitsko.slc.ut.us (Ken MacLeod)
BuildRoot: /tmp/Frontier-RPC

#
# $Id: Frontier-RPC.spec,v 1.2 2000/06/01 15:32:06 kmacleod Exp $
#

%description
Frontier::RPC implements UserLand Software's XML RPC (Remote Procedure
Calls using Extensible Markup Language).  Frontier::RPC includes both
a client module for making requests to a server and a daemon module
for implementing servers.  Frontier::RPC uses RPC2 format messages.

%prep
%setup

perl Makefile.PL INSTALLDIRS=perl

%build

make

%install

make PREFIX="${RPM_ROOT_DIR}/usr" pure_install

DOCDIR="${RPM_ROOT_DIR}/usr/doc/Frontier-RPC-@VERSION@-1"
mkdir -p "$DOCDIR/examples"
for ii in README COPYING Changes test.pl examples/*; do
  cp $ii "$DOCDIR/$ii"
  chmod 644 "$DOCDIR/$ii"
done

%files

/usr/doc/Frontier-RPC-@VERSION@-1

/usr/lib/perl5/Frontier/Client.pm
/usr/lib/perl5/Frontier/Daemon.pm
/usr/lib/perl5/Frontier/RPC2.pm
/usr/lib/perl5/Apache/XMLRPC.pm
/usr/lib/perl5/man/man3/Frontier::Client.3
/usr/lib/perl5/man/man3/Frontier::Daemon.3
/usr/lib/perl5/man/man3/Frontier::RPC2.3
/usr/lib/perl5/man/man3/Apache::XMLRPC.3