File exonerate.spec of Package exonerate
#
# spec file for package exonerate
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: exonerate
Version: 2.4.0
Release: 0
Summary: Generic tool for pairwise sequence comparison
License: GPL-3.0-or-later
Group: Productivity/Scientific/Other
URL: https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate
Source: http://ftp.ebi.ac.uk/pub/software/vertebrategenomics/exonerate/exonerate-%{version}.tar.gz#/exonerate-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: glib2-devel
BuildRequires: libobjc4
%description
Exonerate is a generic tool for pairwise sequence comparison. It allows you to align sequences using a many alignment models, either exhaustive dynamic programming or a variety of heuristics.
%prep
%setup -q
%build
%configure --enable-assert --enable-glib2 --enable-largefile --enable-compiledmodels --enable-utilities --enable-pthreads
%make_build -j 1
%install
%make_install
%check
%files
%license COPYING
%{_bindir}/*
%{_mandir}/*/*
%changelog