From 5db9024fe148dc24284ec57be4e69a9303ddfa7c Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Thu, 1 Sep 2022 18:45:49 -0300 Subject: [PATCH] - spec cleanup and modernization --- vcftools.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/vcftools.spec b/vcftools.spec index cbf69f1..93b14b7 100644 --- a/vcftools.spec +++ b/vcftools.spec @@ -1,12 +1,12 @@ Name: vcftools Version: 0.1.16 -Release: 14%{?dist} +Release: 15%{?dist} Summary: VCF file manipulation tools License: GPLv3 URL: https://vcftools.github.io/ Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: make +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: perl-generators BuildRequires: perl-interpreter @@ -21,7 +21,7 @@ provide methods for working with VCF files: validating, merging, comparing and calculate some basic population genetic statistics. %prep -%setup -q -n %{name}-%{version} +%autosetup %build %configure --with-pmdir=%(perl -e 'print $ARGV[0] =~ s{\A\Q$ARGV[1]\E/}{}r' \ @@ -32,7 +32,7 @@ comparing and calculate some basic population genetic statistics. make check %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' +%make_install %files @@ -70,6 +70,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' %{_mandir}/man1/vcftools.1.gz %changelog +* Thu Sep 01 2022 Filipe Rosset - 0.1.16-15 +- spec cleanup and modernization + * Sat Jul 23 2022 Fedora Release Engineering - 0.1.16-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild