Name: perl-Genealogy-AncestorChart Version: 0.0.2 Release: 1%{?dist} Summary: Create a table of genealogical ancestors License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Genealogy-AncestorChart/ Source0: http://www.cpan.org/modules/by-module/Genealogy/Genealogy-AncestorChart-%{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(Test::More) BuildRequires: perl(Types::Standard) Requires: perl(Moo) Requires: perl(Types::Standard) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Provides: perl(Genealogy::AncestorChart) %description This module draws an HTML table which contains a representation of ancestors. For the first three generations, the table will look like this: %prep %setup -q -n Genealogy-AncestorChart-%{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 META.json %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Feb 15 2022 Dave Cross 0.0.2-1 - Specfile autogenerated by cpanspec 1.78.