commit d06f489bc9b000fc4faa05bdf9ebed2520db8e56 Author: Emmanuel Seyman <emmanuel@xxxxxxxxx> Date: Sun Feb 1 21:39:59 2015 +0100 Initial import .gitignore | 1 + perl-Palm-PDB.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 58 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..4bd42a3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Palm-PDB-1.016.tar.gz diff --git a/perl-Palm-PDB.spec b/perl-Palm-PDB.spec new file mode 100644 index 0000000..0891ec5 --- /dev/null +++ b/perl-Palm-PDB.spec @@ -0,0 +1,56 @@ +Name: perl-Palm-PDB +Version: 1.016 +Release: 2%{?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)) + +%{?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/* + +%check +make test + +%files +%license LICENSE +%doc Changes README +%{perl_vendorlib}/Palm* +%{_mandir}/man3/Palm* + +%changelog +* Sat Jan 31 2015 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 1.016-2 +- Take into account package review (#1187873) + +* Thu Jan 29 2015 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 1.016-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..8b5c0ed 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +be61b9abbe701ce24662d89ca53aedb1 Palm-PDB-1.016.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel