From 0a090bcb1133479b5e13a89efc34d32eea73b221 Mon Sep 17 00:00:00 2001 From: sagitter Date: Feb 15 2020 18:34:13 +0000 Subject: Make doc package arch-dependent --- diff --git a/coin-or-CoinUtils.spec b/coin-or-CoinUtils.spec index 427ce80..beb4c35 100644 --- a/coin-or-CoinUtils.spec +++ b/coin-or-CoinUtils.spec @@ -50,8 +50,7 @@ developing applications that use %{name}. %package doc Summary: Documentation files for %{name} -Requires: %{name} = %{version}-%{release} -BuildArch: noarch +Requires: %{name}%{?_isa} = %{version}-%{release} %description doc This package contains the documentation for %{name}. @@ -101,18 +100,19 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{_libdir}/libCoinUtils.so.3 %{_libdir}/libCoinUtils.so.3.* -%files devel +%files devel %{_includedir}/coin %{_libdir}/libCoinUtils.so %{_libdir}/pkgconfig/coinutils.pc -%files doc +%files doc %{_pkgdocdir}/html/ %{_pkgdocdir}/coinutils_doxy.tag %changelog * Tue Jan 28 2020 Fedora Release Engineering - 2.11.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild +- Make doc package arch-dependent * Fri Aug 16 2019 Jerry James - 2.11.3-2 - Fix the pkgconfig file again