include C++ headers (#1001943)
This commit is contained in:
parent
79f88265c1
commit
744a09cd2e
@ -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@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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user