Name: perl-Genealogy-Relationship Version: 0.0.3 Release: 1%{?dist} Summary: Calculate the relationship between two people License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Genealogy-Relationship/ Source0: http://www.cpan.org/authors/id/D/DA/DAVECROSS/Genealogy-Relationship-%{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(List::MoreUtils) BuildRequires: perl(List::Util) BuildRequires: perl(Moo) BuildRequires: perl(Test::More) BuildRequires: perl(Types::Standard) Requires: perl(List::MoreUtils) Requires: perl(List::Util) Requires: perl(Moo) Requires: perl(Types::Standard) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module makes it easto calculate the relationship between two people. %prep %setup -q -n Genealogy-Relationship-%{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.md META.json README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Sun Jan 12 2020 Dave Cross 0.0.3-1 - Specfile autogenerated by cpanspec 1.78.