Name: perl-Genealogy-Ahnentafel Version: 1.0.3 Release: 1%{?dist} Summary: Handle Ahnentafel numbers in Perl License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Genealogy-Ahnentafel/ Source0: http://www.cpan.org/authors/id/D/DA/DAVECROSS/Genealogy-Ahnentafel-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006000 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moo) BuildRequires: perl(MooX::ClassAttribute) BuildRequires: perl(Test::Exception) BuildRequires: perl(Types::Standard) BuildRequires: perl(Type::Utils) Requires: perl(Moo) Requires: perl(MooX::ClassAttribute) Requires: perl(Types::Standard) Requires: perl(Type::Utils) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(Genealogy::Ahnentafel) %description Geologists often use Ahnentafel (from the German for "ancestor table") numbers to identify the direct ancestors of a person. The original person of interest is given the number 1, their father and mother are 2 and 3, their paternal grandparents are 4 and 5, their maternal grandparents are 6 and 7 and the list goes on. %prep %setup -q -n Genealogy-Ahnentafel-%{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 image.png image.txt META.json README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Oct 27 2021 Dave Cross 1.0.3-1 - Specfile autogenerated by cpanspec 1.78.