SPECS: perl-Frontier-RPC.spec (NEW) - new

glen glen at pld-linux.org
Fri Apr 7 01:26:16 CEST 2006


Author: glen                         Date: Thu Apr  6 23:26:16 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Frontier-RPC.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Frontier-RPC.spec
diff -u /dev/null SPECS/perl-Frontier-RPC.spec:1.1
--- /dev/null	Fri Apr  7 01:26:16 2006
+++ SPECS/perl-Frontier-RPC.spec	Fri Apr  7 01:26:11 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Frontier
+%define	pnam	RPC
+Summary:	Frontier::RPC2 - encode/decode RPC2 format XML
+Name:		perl-Frontier-RPC
+Version:	0.07
+Release:	0.1
+License:	distributable
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/K/KM/KMACLEOD/Frontier-RPC-%{version}b4.tar.gz
+# Source0-md5:	c04582da604f11bdbe60606738f92457
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+URL:		http://www.bitsko.slc.ut.us/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 several server
+modules for implementing servers using CGI, Apache, and standalone
+with HTTP::Daemon.
+
+%prep
+%setup -q -n Frontier-RPC-%{version}b4
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog Changes docs README
+%{perl_vendorlib}/Apache/XMLRPC.pm
+%{perl_vendorlib}/Frontier
+%{_mandir}/man3/*
+%{_examplesdir}/%{name}-%{version}
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/06 23:26:11  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list