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
ebee974b
Verified
Commit
ebee974b
authored
Apr 11, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python-bruco-0.1.1-2
parent
fc565f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
0 deletions
+70
-0
python-bruco/python-bruco-0.1.1-2.spec
python-bruco/python-bruco-0.1.1-2.spec
+70
-0
No files found.
python-bruco/python-bruco-0.1.1-2.spec
0 → 100644
View file @
ebee974b
%define name bruco
%define version 0.1.1
%define release 2
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
Summary: Brute force coherence
Group: Development/Libraries
License: GPLv3
Url: https://git.ligo.org/gabriele-vajente/bruco
Source0: https://pypi.io/packages/source/b/%{name}/%{name}-%{version}.tar.gz
Vendor: Gabriele Vajente <gabriele.vajente@ligo.org>
Packager: Duncan Macleod <duncan.macleod@ligo.org>
BuildArch: noarch
# build dependencies
BuildRequires: rpm-build
BuildRequires: python-rpm-macros
BuildRequires: python2-rpm-macros
BuildRequires: python2-setuptools
%description
Brute force coherence
# -- python2-bruco
%package -n python2-%{name}
Summary: %{summary}
Requires: python2-matplotlib
Requires: numpy
Requires: python2-gwdatafind
Requires: python2-gwpy
Requires: scipy
%{?python_provide:%python_provide python2-%{name}}
%description -n python2-%{name}
Brute force coherence
# -- build steps
%prep
%autosetup -n %{name}-%{version}
%build
%py2_build
%install
%py2_install
%clean
rm -rf $RPM_BUILD_ROOT
%files -n python2-%{name}
%license LICENSE
%doc README.md
%{_bindir}/bruco
%{python2_sitelib}/*
%{_datarootdir}/bruco
# -- changelog
%changelog
* Fri Mar 15 2019 Gabriele Vajente <gabriele.vajente@ligo.org> 0.1.1-1
- added range computation
* Wed Mar 13 2019 Gabriele Vajente <gabriele.vajente@ligo.org> 0.1.0-1
- ready for release
* Tue Jan 29 2019 Duncan Macleod <duncan.macleod@ligo.org> 0.1.0-1
- first packaging
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