diff --git a/hwloc.changes b/hwloc.changes index 497601c..320a46c 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 30 10:34:40 UTC 2014 - mardnh@gmx.de + +- minor spec fixes (unbreak build for suse_version < Factory) + ------------------------------------------------------------------- Tue Dec 16 09:22:26 UTC 2014 - alinm.elena@gmail.com diff --git a/hwloc.spec b/hwloc.spec index 993b87c..6ca3a6d 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -143,12 +143,11 @@ sed -i "s;(LN_S) lstopo-no-graphics;(LN_S) lstopo;g" utils/lstopo/Makefile.in %{__rm} -rf %{buildroot}%{_libdir}/libhwloc.la # documentation will be handled by % doc macro -%{__rm} -rf %{buildroot}%{_datadir}/doc/ doc/doxygen-doc/man -%{__rm} -rf doc/.deps +%{__rm} -rf %{buildroot}%{_datadir}/doc/ %fdupes -s %{buildroot}/%{_mandir}/man1 %fdupes -s %{buildroot}/%{_mandir}/man3 %fdupes -s %{buildroot}/%{_mandir}/man7 -%fdupes -s doc/ +%fdupes -s doc/doxygen-doc %check #XXX: this is weird, but make check got broken by removing doxygen-doc/man above @@ -193,6 +192,7 @@ sed -i "s;(LN_S) lstopo-no-graphics;(LN_S) lstopo;g" utils/lstopo/Makefile.in %files doc %defattr(-, root, root, -) -%doc doc/ +%doc doc/doxygen-doc/html +%doc doc/doxygen-doc/hwloc*.pdf %changelog