[suitesparse] include C++ headers (#1001943)

Nils Philippsen nphilipp at fedoraproject.org
Tue Sep 3 09:24:41 UTC 2013


commit 744a09cd2e89bd9fdfbdbcea0da850c571fbb71d
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Sep 3 11:24:16 2013 +0200

    include C++ headers (#1001943)

 suitesparse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/suitesparse.spec b/suitesparse.spec
index 375a634..ef4e4fd 100644
--- a/suitesparse.spec
+++ b/suitesparse.spec
@@ -1,6 +1,6 @@
 Name:           suitesparse
 Version:        4.0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A collection of sparse matrix libraries
 
 Group:          System Environment/Libraries
@@ -365,7 +365,7 @@ pushd Lib
   done
 popd
 pushd Include
-  for f in *.h;  do
+  for f in *.h *.hpp;  do
     cp -a $f ${RPM_BUILD_ROOT}%{_includedir}/%{name}/$f
   done
 popd
@@ -397,6 +397,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %doc Doc/*
 
 %changelog
+* Tue Sep 03 2013 Nils Philippsen <nils at redhat.com> - 4.0.2-6
+- include C++ headers (#1001943)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list