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
08e05c80
Commit
08e05c80
authored
Feb 26, 2019
by
Adam Mercer
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fx ligo-gracedb-2.2.0-2
parent
d5b0626e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
20 deletions
+1
-20
ligo-gracedb/ligo-gracedb-2.2.0-2.spec
ligo-gracedb/ligo-gracedb-2.2.0-2.spec
+1
-4
ligo-gracedb/spec_fix.patch
ligo-gracedb/spec_fix.patch
+0
-16
No files found.
ligo-gracedb/ligo-gracedb-2.2.0-2.spec
View file @
08e05c80
...
...
@@ -8,7 +8,6 @@ Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
Source0: %{name}-%{unmangled_version}.tar.gz
Patch0: spec_fix.patch
License: GPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
...
...
@@ -68,7 +67,6 @@ client tool is provided to submit a candidate event to the database.
%prep
%setup -n %{name}-%{unmangled_version}
%patch0 -p1
%build
# build python3 first
...
...
@@ -86,10 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%files -n python2-%{name}
%license COPYING
%{_bindir}/gracedb
%{_bindir}/gracedb_legacy
%{python2_sitelib}/*
%exclude %{python_sitelib}/ligo/gracedb/*pyo
%files -n python%{python3_pkgversion}-%{name}
%license COPYING
%{python3_sitelib}/*
%exclude %{python3_sitelib}/ligo/gracedb/test/*pyo
ligo-gracedb/spec_fix.patch
deleted
100644 → 0
View file @
d5b0626e
diff --git a/ligo-gracedb.spec b/ligo-gracedb.spec
index 7fe1b6a..3ae2a5a 100644
--- a/ligo-gracedb.spec
+++ b/ligo-gracedb.spec
@@ -84,10 +84,9 @@
rm -rf $RPM_BUILD_ROOT
%files -n python2-%{name}
%license COPYING
%{_bindir}/gracedb
+%{_bindir}/gracedb_legacy
%{python2_sitelib}/*
-%exclude %{python_sitelib}/ligo/gracedb/*pyo
%files -n python%{python3_pkgversion}-%{name}
%license COPYING
%{python3_sitelib}/*
-%exclude %{python3_sitelib}/ligo/gracedb/test/*pyo
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