Do not install unnecessary example files 09/148909/1 accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20170911.155137 submit/tizen_4.0/20170911.081317 tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m2_release
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 11 Sep 2017 03:05:07 +0000 (12:05 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 11 Sep 2017 06:31:06 +0000 (06:31 +0000)
[Version] 1.2-2
[Issue Type] Revise

Change-Id: Ief5bd014fb2fda3cca97e7aaa7170bc574d35f49
(cherry picked from commit 83188d6e2dce34443b92f316a4ffe2bf5de6b1b2)

CMakeLists.txt
packaging/alure.spec

index 90d5c26..7a94d41 100644 (file)
@@ -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)
index 99c1b9a..8ac932e 100644 (file)
@@ -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,-)