File lalsuite-extra.spec of Package lalsuite-extra
#
# spec file for package lalsuite-extra
#
# Copyright (c) 2020 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: lalsuite-extra
Version: 1.4.0
Release: 0
Summary: Extra data files for use with lalsimulation
License: GPL-2.0-only
URL: https://git.ligo.org/lscsoft/lalsuite-extra
Source: https://git.ligo.org/lscsoft/lalsuite-extra/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
BuildRequires: lalsimulation-data
BuildRequires: libtool
BuildArch: noarch
%description
Data for the LIGO Algorithm Simulation Library for gravitational wave data
analysis. This package contains extra data files needed to run certain
applications that use the LAL Simulation library.
%prep
%autosetup -n %{name}-v%{version}
%build
autoreconf -fvi
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc README
%{_datadir}/lalsimulation/*
%changelog