Blame SPECS/perl-PlRPC.spec

d679c6
Name:       perl-PlRPC 
d679c6
Version:    0.2020 
25ea3b
Release:    14%{?dist}
d679c6
License:    GPL+ or Artistic
d679c6
Group:      Development/Libraries
d679c6
Summary:    Interface for writing PlRPC clients and servers
d679c6
Url:        http://search.cpan.org/dist/PlRPC
d679c6
Source:     http://search.cpan.org/CPAN/authors/id/M/MN/MNOONING/PlRPC/PlRPC-%{version}.tar.gz 
d679c6
# See <https://rt.cpan.org/Public/Bug/Display.html?id=74430>
d679c6
Patch0:     %{name}-0.2020-Do-not-use-syslog.patch
25ea3b
# Document the Storable and encryption is not secure, bug #1030572,
25ea3b
# CPAN RT#90474
25ea3b
Patch1:     %{name}-0.2020-Security-notice-on-Storable-and-reply-attack.patch
d679c6
BuildArch:  noarch
d679c6
BuildRequires:  perl(ExtUtils::MakeMaker)
d679c6
# perldoc utility is called from Makefile
d679c6
BuildRequires:  perl-Pod-Perldoc
d679c6
# Run-time
d679c6
BuildRequires:  perl(Compress::Zlib)
d679c6
BuildRequires:  perl(IO::Socket)
d679c6
BuildRequires:  perl(Net::Daemon) >= 0.13
d679c6
BuildRequires:  perl(Net::Daemon::Log)
d679c6
BuildRequires:  perl(Net::Daemon::Test)
d679c6
BuildRequires:  perl(Storable)
d679c6
# Optionable tests
d679c6
BuildRequires:  perl(Crypt::DES)
d679c6
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
d679c6
# Compress::Zlib is needed for optional compression
d679c6
Requires:       perl(Compress::Zlib)
d679c6
Requires:       perl(Net::Daemon) >= 0.13
d679c6
d679c6
# Remove undespecified dependencies
d679c6
%global __requires_exclude %{?__requires_exclude|%__requires_exclude|}^perl\\(Net::Daemon\\)$
d679c6
d679c6
%description
d679c6
PlRPC (Perl RPC) is a package that simplifies the writing of Perl based
d679c6
client/server applications. RPC::PlServer is the package used on the
d679c6
server side, and you guess what RPC::PlClient is for.  PlRPC works by 
d679c6
defining a set of methods that may be executed by the client.
d679c6
d679c6
%prep
d679c6
%setup -q -n PlRPC
d679c6
%patch0 -p1
25ea3b
%patch1 -p1
d679c6
d679c6
%build
d679c6
%{__perl} Makefile.PL INSTALLDIRS=vendor
d679c6
make %{?_smp_mflags}
d679c6
d679c6
%install
d679c6
make pure_install DESTDIR=%{buildroot}
d679c6
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
d679c6
%{_fixperms} %{buildroot}/*
d679c6
d679c6
%check
d679c6
make test
d679c6
d679c6
%files
d679c6
%doc ChangeLog README 
d679c6
%{perl_vendorlib}/*
d679c6
%{_mandir}/man3/*.3*
d679c6
d679c6
%changelog
25ea3b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.2020-14
25ea3b
- Mass rebuild 2013-12-27
25ea3b
25ea3b
* Tue Nov 26 2013 Petr Pisar <ppisar@redhat.com> - 0.2020-13
25ea3b
- Document the Storable and encryption is not secure (bug #1030572)
25ea3b
d679c6
* Wed Oct 24 2012 Petr Pisar <ppisar@redhat.com> - 0.2020-12
d679c6
- Modernize spec file
d679c6
d679c6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2020-11
d679c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d679c6
d679c6
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.2020-10
d679c6
- Perl 5.16 rebuild
d679c6
d679c6
* Thu Jan 26 2012 Petr Pisar <ppisar@redhat.com> - 0.2020-9
d679c6
- Modernize spec file
d679c6
- Enable tests
d679c6
d679c6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2020-8
d679c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d679c6
d679c6
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.2020-7
d679c6
- Perl mass rebuild
d679c6
d679c6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2020-6
d679c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d679c6
d679c6
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.2020-5
d679c6
- 661697 rebuild for fixing problems with vendorach/lib
d679c6
d679c6
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.2020-4
d679c6
- Mass rebuild with perl-5.12.0
d679c6
d679c6
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.2020-3
d679c6
- rebuild against perl 5.10.1
d679c6
d679c6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2020-2
d679c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d679c6
d679c6
* Wed Apr 01 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.2020-1
d679c6
- submission
d679c6
d679c6
* Thu Mar 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.2020-0
d679c6
- initial RPM packaging
d679c6
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
d679c6