Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
G
gracedb-client
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adam Mercer
gracedb-client
Commits
a396b759
Commit
a396b759
authored
Jul 17, 2019
by
Duncan Macleod
Committed by
Tanner Prestegard
Jul 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ligo-gracedb.spec: use python-srpm-macros
easy to resolve dependencies when building a src.rpm
parent
d2662495
Pipeline
#71153
passed with stages
in 4 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
ligo-gracedb.spec
ligo-gracedb.spec
+17
-11
No files found.
ligo-gracedb.spec
View file @
a396b759
...
...
@@ -15,12 +15,18 @@ Vendor: Tanner Prestegard <tanner.prestegard@ligo.org>, Alexander Pace <alexa
Url: http://www.lsc-group.phys.uwm.edu/daswg/gracedb.html
BuildArch: noarch
BuildRequires: python
BuildRequires: python%{python3_version_nodots}
# srpm dependencies:
BuildRequires: python-srpm-macros
# build macro dependencies:
BuildRequires: python2-rpm-macros
BuildRequires: python3-rpm-macros
# build dependencies:
BuildRequires: python
BuildRequires: python%{python3_pkgversion}
BuildRequires: python-setuptools
BuildRequires: python%{python3_
version_nodots
}-setuptools
BuildRequires: python%{python3_
pkgversion
}-setuptools
%description
The gravitational-wave candidate event database (GraceDB) is a prototype
...
...
@@ -49,16 +55,16 @@ client tool is provided to submit a candidate event to the database.
# -- python-3X-ligo-gracedb
%package -n python%{python3_
version_nodots
}-%{name}
%package -n python%{python3_
pkgversion
}-%{name}
Summary: %{summary}
Requires: python%{python3_
version_nodots
}-six
Requires: python%{python3_
version_nodots
}-ligo-common
Requires: python%{python3_
version_nodots
}-future
Requires: python%{python3_
version_nodots
}-cryptography
Requires: python%{python3_
pkgversion
}-six
Requires: python%{python3_
pkgversion
}-ligo-common
Requires: python%{python3_
pkgversion
}-future
Requires: python%{python3_
pkgversion
}-cryptography
%{?python_provide:%python_provide python%{python3_
version_nodots
}-%{name}}
%{?python_provide:%python_provide python%{python3_
pkgversion
}-%{name}}
%description -n python%{python3_
version_nodots
}-%{name}
%description -n python%{python3_
pkgversion
}-%{name}
The gravitational-wave candidate event database (GraceDB) is a prototype
system to organize candidate events from gravitational-wave searches and
to provide an environment to record information about follow-ups. A simple
...
...
@@ -88,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/gracedb_legacy
%{python2_sitelib}/*
%files -n python%{python3_
version_nodots
}-%{name}
%files -n python%{python3_
pkgversion
}-%{name}
%license LICENSE
%{python3_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