summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangchul Lee <sc11.lee@samsung.com>2018-11-05 15:21:21 +0900
committerSangchul Lee <sc11.lee@samsung.com>2018-12-05 10:07:52 +0900
commit0fa6589e9d9d9ef42f8a2bfdc6fac622f60dce31 (patch)
tree372bc65cf5e9c55aaa86d0039c080f9ba0677278
parent3166a01dd8f01997fa080dc0e2f1b75a2388f811 (diff)
downloadlibmm-common-0fa6589e9d9d9ef42f8a2bfdc6fac622f60dce31.tar.gz
libmm-common-0fa6589e9d9d9ef42f8a2bfdc6fac622f60dce31.tar.bz2
libmm-common-0fa6589e9d9d9ef42f8a2bfdc6fac622f60dce31.zip
Exclude mm_attrs_private.h from devel packagesubmit/tizen/20181205.065304accepted/tizen/unified/20181206.055610
Specify explicit header files to be included. [Version] 0.2.118 [Issue Type] Clean up Change-Id: I3ca85332e8ff6b5342bd8cadc441e0e82c796fcd Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
-rw-r--r--Makefile.am8
-rw-r--r--packaging/libmm-common.spec3
2 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3de2b34..8e5ff63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,13 @@
lib_LTLIBRARIES = libmmfcommon.la
includelibmmfcommondir = $(includedir)/mmf
-includelibmmfcommon_HEADERS = include/*.h
+includelibmmfcommon_HEADERS = include/mm_attrs.h \
+ include/mm_error.h \
+ include/mm_message.h \
+ include/mm_types.h \
+ include/mm_debug.h \
+ include/mm_log.h \
+ include/mm.h
libmmfcommon_la_SOURCES = mm_attrs.c \
mm_attrs_private.c
diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec
index e62475d..31c5888 100644
--- a/packaging/libmm-common.spec
+++ b/packaging/libmm-common.spec
@@ -1,6 +1,6 @@
Name: libmm-common
Summary: Multimedia Framework Common Lib
-Version: 0.2.117
+Version: 0.2.118
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
@@ -55,7 +55,6 @@ rm -rf %{buildroot}
%{_includedir}/mmf/mm_error.h
%{_includedir}/mmf/mm_message.h
%{_includedir}/mmf/mm_attrs.h
-%{_includedir}/mmf/mm_attrs_private.h
%{_includedir}/mmf/mm_debug.h
%{_includedir}/mmf/mm_log.h
%{_includedir}/mmf/mm.h