!1 vcftools工具编译验证完成,上传代码
From: @zhouzhongyuan1 Reviewed-by: @reganhe_xx Signed-off-by: @reganhe_xx
This commit is contained in:
commit
2d4ab7581c
BIN
vcftools-0.1.16.tar.gz
Normal file
BIN
vcftools-0.1.16.tar.gz
Normal file
Binary file not shown.
47
vcftools.spec
Normal file
47
vcftools.spec
Normal file
@ -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 <zhouzhongyuan96@163.com>
|
||||||
|
- Init package
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user