include C++ headers (#1001943)

This commit is contained in:
Nils Philippsen 2013-09-03 11:24:16 +02:00
parent 79f88265c1
commit 744a09cd2e

View File

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