rpms/perl-PlRPC/devel import.log, NONE, 1.1 perl-PlRPC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Apr 5 05:40:09 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-PlRPC/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22367/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-PlRPC.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-PlRPC-0_2020-1_fc10:HEAD:perl-PlRPC-0.2020-1.fc10.src.rpm:1238909970


--- NEW FILE perl-PlRPC.spec ---
Name:       perl-PlRPC 
Version:    0.2020 
Release:    1%{?dist} 
License:    GPL+ or Artistic
Group:      Development/Libraries
Summary:    Interface for building pServer Clients 
Source:     http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/PlRPC/PlRPC-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/PlRPC
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Net::Daemon) >= 0.13
BuildRequires: perl(Storable)
# tests
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Crypt::DES)

# the better to compress you with, my dear
Requires:      perl(Compress::Zlib)
Requires:      perl(MD5)
Requires:      perl(Crypt::DES)


%description
PlRPC (Perl RPC) is a package that simplifies the writing of Perl based
client/server applications. RPC::PlServer is the package used on the
server side, and you guess what RPC::PlClient is for.  PlRPC works by 
defining a set of methods that may be executed by the client.

%prep
%setup -q -n PlRPC

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
# tests fail in buildsys/mock
%{?_with_tests: make test }

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc ChangeLog README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Wed Apr 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.2020-1
- submission

* Thu Mar 19 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.2020-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-PlRPC/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Apr 2009 20:48:18 -0000	1.1
+++ .cvsignore	5 Apr 2009 05:39:39 -0000	1.2
@@ -0,0 +1 @@
+PlRPC-0.2020.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-PlRPC/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Apr 2009 20:48:18 -0000	1.1
+++ sources	5 Apr 2009 05:39:39 -0000	1.2
@@ -0,0 +1 @@
+5361e137e56d037c5e796926ecb5300b  PlRPC-0.2020.tar.gz




More information about the Fedora-perl-devel-list mailing list