Do not install unnecessary example files 12/148812/1 accepted/tizen_5.0_unified accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_5.0 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/5.0/unified/20181102.022733 accepted/tizen/5.5/unified/20191031.005147 accepted/tizen/5.5/unified/mobile/hotfix/20201027.062057 accepted/tizen/5.5/unified/wearable/hotfix/20201027.102334 accepted/tizen/6.0/unified/20201030.104539 accepted/tizen/6.0/unified/hotfix/20201102.235609 accepted/tizen/6.5/unified/20211028.223719 accepted/tizen/7.0/unified/20221110.060009 accepted/tizen/7.0/unified/hotfix/20221116.110602 accepted/tizen/8.0/unified/20231005.094620 accepted/tizen/unified/20170911.155939 submit/tizen/20170911.063213 submit/tizen_5.0/20181101.000005 submit/tizen_5.5/20191031.000006 submit/tizen_5.5_mobile_hotfix/20201026.185106 submit/tizen_5.5_wearable_hotfix/20201026.184306 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 submit/tizen_6.5/20211028.163301 tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.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 03:06:07 +0000 (12:06 +0900)
[Version] 1.2-2
[Issue Type] Revise

Change-Id: Ief5bd014fb2fda3cca97e7aaa7170bc574d35f49

0000-Add-packaging.patch [deleted file]
CMakeLists.txt
packaging/alure.spec

diff --git a/0000-Add-packaging.patch b/0000-Add-packaging.patch
deleted file mode 100644 (file)
index 5d447fd..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-From f8db9233b44e8068de9997b480d413c64eb1d523 Mon Sep 17 00:00:00 2001
-From: Seungbae Shin <seungbae.shin@samsung.com>
-Date: Mon, 1 Aug 2016 15:45:38 +0900
-Subject: [PATCH] Add packaging
-
-Change-Id: I982f35baa825d300366f2b8ceb787463d7254941
----
- packaging/alure.changes  |    4 ++++
- packaging/alure.manifest |    5 ++++
- packaging/alure.spec     |   58 ++++++++++++++++++++++++++++++++++++++++++++++
- packaging/baselibs.conf  |    1 +
- 4 files changed, 68 insertions(+)
- create mode 100644 packaging/alure.changes
- create mode 100644 packaging/alure.manifest
- create mode 100644 packaging/alure.spec
- create mode 100644 packaging/baselibs.conf
-
-diff --git a/packaging/alure.changes b/packaging/alure.changes
-new file mode 100644
-index 0000000..98bd418
---- /dev/null
-+++ b/packaging/alure.changes
-@@ -0,0 +1,4 @@
-+* Fri Jun 10 16:24:31 2016 +0300 o.danchenko <o.danchenko@samsung.com>
-+
-+- Initial commit based on ALURE v 1.2
-+
-diff --git a/packaging/alure.manifest b/packaging/alure.manifest
-new file mode 100644
-index 0000000..017d22d
---- /dev/null
-+++ b/packaging/alure.manifest
-@@ -0,0 +1,5 @@
-+<manifest>
-+ <request>
-+    <domain name="_"/>
-+ </request>
-+</manifest>
-diff --git a/packaging/alure.spec b/packaging/alure.spec
-new file mode 100644
-index 0000000..f327283
---- /dev/null
-+++ b/packaging/alure.spec
-@@ -0,0 +1,58 @@
-+Name:           alure
-+Version:        1.2
-+Release:        0
-+License:        LGPL-2.0+
-+Summary:        File-loading and utility functions for OpenAL
-+Group:          System Environment/Libraries
-+URL:            http://kcat.strangesoft.net/alure.html
-+Group:          System/Libraries
-+Source:         %{name}-%{version}.tar.bz2
-+Source1001:     alure.manifest
-+BuildRequires:  cmake, libsndfile-devel, openal-soft-devel
-+
-+%description
-+ALURE is a utility library to help manage common tasks with OpenAL applications
-+
-+%package devel
-+Summary:        Development files for %{name}
-+Group:          Development/Libraries
-+# Devel doc includes some files under GPLv2+ from NaturalDocs
-+License:        LGPLv2+ and GPLv2+
-+Requires:       %{name} = %{version}
-+Requires:       pkgconfig
-+
-+%description devel
-+ALURE is a utility library to help manage common tasks with OpenAL applications
-+
-+%prep
-+%setup -q
-+cp %{SOURCE1001} .
-+
-+%build
-+
-+%cmake .
-+make %{?_smp_mflags}
-+
-+%install
-+%make_install
-+
-+%post -p /sbin/ldconfig
-+
-+%postun -p /sbin/ldconfig
-+
-+
-+%files
-+%defattr(-,root,root,-)
-+%manifest %{name}.manifest
-+%license COPYING
-+%{_libdir}/libalure.so.*
-+%{_bindir}/alure*
-+
-+%files devel
-+%defattr(-,root,root,-)
-+%manifest %{name}.manifest
-+/usr/share/doc/alure/html/*
-+%doc docs/html/* examples/*
-+%{_includedir}/AL/alure.h
-+%{_libdir}/*.so
-+%{_libdir}/pkgconfig/*.pc
-diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
-new file mode 100644
-index 0000000..9f2f25b
---- /dev/null
-+++ b/packaging/baselibs.conf
-@@ -0,0 +1 @@
-+alure
--- 
-1.7.9.5
-
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,-)