[eigen2] Documentation in eigen2-devel is not generated correctly (#813205)

Rex Dieter rdieter at fedoraproject.org
Tue Apr 17 11:10:17 UTC 2012


commit 71bfc947d9a6302d9ac6492cd3386f3a5a2049e3
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Apr 17 06:12:21 2012 -0500

    Documentation in eigen2-devel is not generated correctly (#813205)

 eigen2.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/eigen2.spec b/eigen2.spec
index 9783c01..b486e85 100644
--- a/eigen2.spec
+++ b/eigen2.spec
@@ -1,13 +1,13 @@
 
 # Fedora review http://bugzilla.redhat.com/459705
 
-%define _with_check -DEIGEN_BUILD_TESTS:BOOL=ON
+#define _with_check -DEIGEN_BUILD_TESTS:BOOL=ON
 
 Name:    eigen2
 Summary: A lightweight C++ template library for vector and matrix math
 Epoch:   1
 Version: 2.0.17
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group:   System Environment/Libraries
 License: GPLv2+ or LGPLv3+
 URL:     http://eigen.tuxfamily.org/
@@ -73,7 +73,7 @@ popd
 make %{!?_with_check:%{?_smp_mflags}} -C %{_target_platform}
 
 # docs
-doxygen
+make %{?_smp_mflags} doc -C %{_target_platform}
 
 
 %install
@@ -97,12 +97,15 @@ rm -rf %{buildroot}
 %files devel
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LESSER
-%doc html/
+%doc %{_target_platform}/doc/html/
 %{_datadir}/pkgconfig/eigen2.pc
 %{_includedir}/eigen2/
 
 
 %changelog
+* Tue Apr 17 2012 Rex Dieter <rdieter at fedoraproject.org> 2.0.17-2
+- Documentation in eigen2-devel is not generated correctly (#813205)
+
 * Fri Jan 13 2012 Rex Dieter <rdieter at fedoraproject.org> 2.0.17-1
 - 2.0.17
 


More information about the scm-commits mailing list