From 97f14cca1732ea3492c21232d9764ba8809c3250 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 3 Oct 2013 13:12:03 +0200 Subject: [PATCH] Fix %install to also install include files that are not named *.h --- tbb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tbb.spec b/tbb.spec index 562f781..4007b9d 100644 --- a/tbb.spec +++ b/tbb.spec @@ -10,7 +10,7 @@ Summary: The Threading Building Blocks library abstracts low-level threading details Name: tbb Version: %{dotver} -Release: 3.%{releasedate}%{?dist} +Release: 4.%{releasedate}%{?dist} License: GPLv2 with exceptions Group: Development/Tools URL: http://threadingbuildingblocks.org/ @@ -90,7 +90,7 @@ pushd build/obj_release popd pushd include - find tbb -type f -name \*.h -exec \ + find tbb -type f ! -name \*.htm\* -exec \ install -p -D -m 644 {} $RPM_BUILD_ROOT/%{_includedir}/{} \ \; popd @@ -125,6 +125,9 @@ rm -rf ${RPM_BUILD_ROOT} %doc doc/html %changelog +* Thu Oct 3 2013 Petr Machata - 4.1-4.20130314 +- Fix %%install to also install include files that are not named *.h + * Sun Aug 04 2013 Fedora Release Engineering - 4.1-3.20130314 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild