From: Seungbae Shin Date: Mon, 11 Sep 2017 03:05:07 +0000 (+0900) Subject: Do not install unnecessary example files X-Git-Tag: accepted/tizen/4.0/unified/20170911.155137^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=962801a23ca2c6c63abeeab5bb0626fda27d70ac;p=platform%2Fupstream%2Falure.git Do not install unnecessary example files [Version] 1.2-2 [Issue Type] Revise Change-Id: Ief5bd014fb2fda3cca97e7aaa7170bc574d35f49 (cherry picked from commit 83188d6e2dce34443b92f316a4ffe2bf5de6b1b2) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 90d5c26..7a94d41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -455,7 +455,7 @@ ENDIF(BUILD_STATIC) OPTION(BUILD_EXAMPLES "Build example programs" ON) -OPTION(INSTALL_EXAMPLES "Install example programs" ON) +OPTION(INSTALL_EXAMPLES "Install example programs" OFF) IF(BUILD_EXAMPLES) IF(HAVE_DDK_NTDDCDRM_H) diff --git a/packaging/alure.spec b/packaging/alure.spec index 99c1b9a..8ac932e 100644 --- a/packaging/alure.spec +++ b/packaging/alure.spec @@ -1,6 +1,6 @@ Name: alure Version: 1.2 -Release: 1 +Release: 2 License: MIT Summary: File-loading and utility functions for OpenAL Group: System Environment/Libraries @@ -44,7 +44,7 @@ make %{?_smp_mflags} %manifest %{name}.manifest %license COPYING %{_libdir}/libalure.so.* -%{_bindir}/alure* +%exclude %{_bindir}/alure* %files devel %defattr(-,root,root,-)