Name: perl-Palm-PDB Version: 1.016 Release: 3%{?dist} Summary: Parse Palm database files License: GPL+ or Artistic URL: http://search.cpan.org/dist/Palm-PDB/ Source0: http://www.cpan.org/authors/id/C/CJ/CJM/Palm-PDB-%{version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl(constant) >= 1.03 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(IO::File) BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.41 BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(strict) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(Palm::PDB) Provides: perl(Palm::Raw) %{?perl_default_filter} %description The Palm::PDB module provides a framework for reading and writing database files for use on PalmOS devices such as the PalmPilot. It can read and write both Palm Database (.pdb) and Palm Resource (.prc) files. %prep %setup -q -n Palm-PDB-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT/usr/lib64/perl5/vendor_perl/auto/Palm/PDB/.packlist %check make test %files %license LICENSE %doc Changes README %{perl_vendorlib}/Palm* %{_mandir}/man3/Palm* %changelog * Mon Aug 12 2019 Brandon Perkins - 1.016-3 - Fix build issue * Sat Jan 31 2015 Emmanuel Seyman - 1.016-2 - Take into account package review (#1187873) * Thu Jan 29 2015 Emmanuel Seyman - 1.016-1 - Specfile autogenerated by cpanspec 1.78.