Skip to content
Snippets Groups Projects
Commit ca2e1b8b authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal, gstlal-ugly, gstlal-inspiral: require minimum doxygen for RPM

- RPM-based reference platform can now be relied upon to provide a new-enough doxygen to build the documentation
parent 8ef269d7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Requires: lalinspiral-python >= @MIN_LALINSPIRAL_VERSION@
Requires: gsl
Requires: ligo-gracedb >= 1.11
Requires: python-gstreamer1
BuildRequires: doxygen
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
BuildRequires: graphviz
BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@
BuildRequires: python-devel >= @MIN_PYTHON_VERSION@
......@@ -69,10 +69,7 @@ plugins and programs.
%build
. /opt/lscsoft/gst/gstenvironment.sh
# FIXME: enable doxygen when we can rely on a platform with a new-enough
# version. don't forget to uncomment the documentation entries in the
# files section
%configure --without-doxygen
%configure
%{__make}
......@@ -113,9 +110,7 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/gstlal/*
# commented out until RPM-based reference platform can be relied upon to
# have a new-enough doxygen installed
#%{_docdir}/gstlal-inspiral-*
%{_docdir}/gstlal-inspiral-*
%{_libdir}/*.so.*
%{_libdir}/gstreamer-0.10/*.so
%{_libdir}/gstreamer-0.10/python/*
......
......@@ -28,7 +28,7 @@ Requires: cyrus-sasl-lib
Requires: nds2-client >= @MIN_NDS_VERSION@
Requires: orc >= @MIN_ORC_VERSION@
Requires: python-gstreamer1
BuildRequires: doxygen
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
BuildRequires: graphviz
BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@
BuildRequires: python-devel >= @MIN_PYTHON_VERSION@
......@@ -74,10 +74,7 @@ plugins and programs.
%build
. /opt/lscsoft/gst/gstenvironment.sh
# FIXME: enable doxygen when we can rely on a platform with a new-enough
# version. don't forget to uncomment the documentation entries in the
# files section
%configure --without-doxygen
%configure
%{__make}
......@@ -118,9 +115,7 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/gstlal/*
# commented out until RPM-based reference platform can be relied upon to
# have a new-enough doxygen installed
#%{_docdir}/gstlal-*
%{_docdir}/gstlal-*
%{_libdir}/gstreamer-@GSTREAMER_RELEASE@/*.so
%{_libdir}/gstreamer-@GSTREAMER_RELEASE@/python/*
%{_prefix}/%{_lib}/python*/site-packages/gstlal
......
......@@ -28,7 +28,7 @@ Requires: orc >= @MIN_ORC_VERSION@
Requires: dbus-python
Requires: avahi-ui-tools
Requires: python-gstreamer1
BuildRequires: doxygen
BuildRequires: doxygen >= @MIN_DOXYGEN_VERSION@
BuildRequires: graphviz
BuildRequires: python-devel >= @MIN_PYTHON_VERSION@
BuildRequires: gobject-introspection-devel >= @MIN_GOBJECT_INTROSPECTION_VERSION@
......@@ -74,10 +74,7 @@ and programs.
%build
# FIXME: enable doxygen when we can rely on a platform with a new-enough
# version. don't forget to uncomment the documentation entries in the
# files section
%configure --without-doxygen
%configure
%{__make}
......@@ -119,9 +116,7 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}
%{_bindir}/*
%{_datadir}/gstlal
%{_datadir}/gtk-doc/html/gstlal-*
# commented out until RPM-based reference platform can be relied upon to
# have a new-enough doxygen installed
#%{_docdir}/gstlal-*
%{_docdir}/gstlal-*
%{_libdir}/*.so.*
%{_libdir}/gstreamer-@GSTREAMER_RELEASE@/*.so
%{_libdir}/gstreamer-@GSTREAMER_RELEASE@/python/*
......
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