Skip to content
Snippets Groups Projects
Commit d92ee374 authored by Aaron Viets's avatar Aaron Viets
Browse files

Merge branch 'issue-31' into 'main'

Fix packaging errors (issue #31)

Closes #31

See merge request Calibration/gstlal-calibration!12
parents d97c8e09 492dc9b2
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ This package contains the plugins and shared libraries required to run the gstla
%package devel
Summary: Files and documentation needed for compiling gstlal-calibration based plugins and programs.
Group: LSC Software/Data Analysis
Requires: %{name} = %{version}-%{release}
Requires: gstlal-devel >= @MIN_GSTLAL_VERSION@
Requires: python3-devel >= @MIN_PYTHON_VERSION@
Requires: %{gstreamername}-devel >= @MIN_GSTREAMER_VERSION@
......@@ -108,7 +109,6 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/gstlalcalibration/*
%{_libdir}/gstreamer-*/lib*.a
%{_libdir}/gstreamer-*/lib*.so
%{_prefix}/%{_lib}/python*/site-packages/gstlalcalibration
%{_libdir}/*.so.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment