Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
packaging
sl-spec-files
Commits
753f1569
Verified
Commit
753f1569
authored
Jun 12, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ligo-scald-0.4.1-2
parent
09e0d69e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
67 additions
and
0 deletions
+67
-0
ligo-scald/ligo-scald-0.4.1-2.spec
ligo-scald/ligo-scald-0.4.1-2.spec
+67
-0
No files found.
ligo-scald/ligo-scald-0.4.1-2.spec
0 → 100644
View file @
753f1569
%define name ligo-scald
%define version 0.4.1
%define unmangled_version 0.4.1
%define release 2
Summary: SCalable Analytics for Ligo/virgo/kagra Data
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
Source0: %{name}-%{unmangled_version}.tar.gz
License: GPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
Vendor: Patrick Godwin <patrick.godwin@ligo.org>
Url: https://git.ligo.org/gstlal-visualisation/ligo-scald
BuildArch: noarch
BuildRequires: rpm-build
BuildRequires: epel-rpm-macros
BuildRequires: python-rpm-macros
BuildRequires: python-setuptools
%description
ligo-scald is a gravitational-wave monitoring and dynamic data visualization
tool.
# -- python2-ligo-scald
%package -n python2-%{name}
Summary: %{summary}
Provides: %{name}
Obsoletes: %{name}
Requires: python-six
Requires: python-future
Requires: python-urllib3
Requires: python2-ligo-common
Requires: python2-bottle
Requires: python2-lal
Requires: python2-numpy
Requires: python2-pyyaml
Requires: h5py
%{?python_provide:%python_provide python2-%{name}}
%description -n python2-%{name}
ligo-scald is a gravitational-wave monitoring and dynamic data visualization
tool.
# -- build steps
%prep
%setup -n %{name}-%{unmangled_version}
%build
%py2_build
%install
%py2_install
%clean
rm -rf $RPM_BUILD_ROOT
%files -n python2-%{name}
%license LICENSE
%{_bindir}/scald
%{python2_sitelib}/*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment