Make doc package noarch

This commit is contained in:
Sandro Mani 2014-02-27 14:51:46 +01:00
parent 54dcb52ac7
commit a7f7b3909f

View File

@ -8,7 +8,7 @@
Name: eigen3 Name: eigen3
Version: 3.2.1 Version: 3.2.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: A lightweight C++ template library for vector and matrix math Summary: A lightweight C++ template library for vector and matrix math
Group: Development/Libraries Group: Development/Libraries
@ -52,6 +52,7 @@ Provides: %{name}-static = %{version}-%{release}
%package doc %package doc
Summary: Developer documentation for Eigen Summary: Developer documentation for Eigen
Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release}
BuildArch: noarch
%description doc %description doc
Developer documentation for Eigen. Developer documentation for Eigen.
@ -87,6 +88,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V" || exit 0
%doc %{_target_platform}/doc/html %doc %{_target_platform}/doc/html
%changelog %changelog
* Thu Feb 27 2014 Sandro Mani <manisandro@gmail.com> - 3.2.1-3
- Make doc package noarch
* Thu Feb 27 2014 Sandro Mani <manisandro@gmail.com> - 3.2.1-2 * Thu Feb 27 2014 Sandro Mani <manisandro@gmail.com> - 3.2.1-2
- Split off doc to a separate package - Split off doc to a separate package