Name: perl-Gedcom Version: 1.22 Release: 1%{?dist} Summary: Module to manipulate GEDCOM genealogy files License: OSI-Approved Group: Development/Libraries URL: http://search.cpan.org/dist/Gedcom/ Source0: http://www.cpan.org/authors/id/P/PJ/PJCJ/Gedcom-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Date::Manip) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Parse::RecDescent) BuildRequires: perl(Pod::Markdown) BuildRequires: perl(Roman) BuildRequires: perl(Test::Pod) BuildRequires: perl(Text::Soundex) Requires: perl(Date::Manip) Requires: perl(Parse::RecDescent) Requires: perl(Roman) Requires: perl(Text::Soundex) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides for manipulation of GEDCOM files. GEDCOM is a format for storing genealogical information designed by The Church of Jesus Christ of Latter-Day Saints (http://www.lds.org). Information about GEDCOM used to be available as a zip file at ftp://gedcom.org/pub/genealogy/gedcom/gedcom55.zip. That may still be the case, but it seems to be password protected now. However, the document in that archive seems to be available in a somewhat more accessible format at https://chronoplexsoftware.com/gedcomvalidator/gedcom/gedcom-5.5.pdf. %prep %setup -q -n Gedcom-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGES ged gedcom-5.5.1.grammar gedcom-5.5.grammar gedcom-5.5-strict.grammar gedcom_compare gedcom.vim lines2perl META.json parse_grammar README.md royal.ged tkged TODO %{perl_vendorlib}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sun Jan 16 2022 Dave Cross 1.22-1 - Specfile autogenerated by cpanspec 1.78.