Blame perl-PlRPC.spec

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