vcftools/vcftools.spec
He Rengui 30b7370a38 fix build issue
Signed-off-by: He Rengui <herengui@uniontech.com>
2021-07-12 18:09:07 +08:00

51 lines
901 B
RPMSpec

Name: vcftools
Version: 0.1.16
Release: 2
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-c++
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
* Mon Jul 12 2021 herengui <herengui@uniontech.com> - 0.1.16-2
- fix build issue
* Thu Mar 18 2021 zhouzhongyuan <zhouzhongyuan96@163.com> - 0.1.16-1
- Init package