diff --git a/vcftools-0.1.16.tar.gz b/vcftools-0.1.16.tar.gz new file mode 100644 index 0000000..2ff559b Binary files /dev/null and b/vcftools-0.1.16.tar.gz differ diff --git a/vcftools.spec b/vcftools.spec new file mode 100644 index 0000000..28c7107 --- /dev/null +++ b/vcftools.spec @@ -0,0 +1,47 @@ +Name: vcftools +Version: 0.1.16 +Release: 1 +Summary: A set of tools written in Perl and C++ for working with VCF files + +License: LGPLv3 +URL: https://github.com/vcftools/vcftools +Source0: %{name}-%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: zlib +BuildRequires: zlib-devel + + +%description +A set of tools written in Perl and C++ for working with VCF files, +such as those generated by the 1000 Genomes Project. + +%prep +%autosetup + + +%build +./autogen.sh +%configure +%make_build + + +%install +%make_install + + +%files +%doc README.md +%license LICENSE +%{_bindir}/* +%{_mandir}/man1/* +%exclude /usr/share/perl5/*.pm + + + +%changelog +* Thu Mar 18 2021 zhouzhongyuan +- Init package +