Package Name changed. (drm-service-core-sapps -> drm-service-core-tizen) accepted/tizen/ivi/stable accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/20130926.103342 accepted/tizen/20130926.163524 accepted/tizen/20130926.225208 accepted/tizen/ivi/panda/20140403.015011 accepted/tizen_ivi_stable/20131116.111633 submit/tizen/20130926.084015 submit/tizen_ivi_panda/20140403.011859 submit/tizen_ivi_stable/20131116.100911
authorsunggun.jung <sunggun.jung@samsung.com>
Fri, 5 Jul 2013 04:08:57 +0000 (13:08 +0900)
committersunggun.jung <sunggun.jung@samsung.com>
Fri, 5 Jul 2013 04:08:57 +0000 (13:08 +0900)
Signed-off-by: sunggun.jung <sunggun.jung@samsung.com>
Change-Id: I96676ad83267d7fe26baff5df0c7951327564280

12 files changed:
CMakeLists.txt
NOTICE
bin/arm/drm_tizen_initialize [moved from bin/arm/drm_sapps_initialize with 99% similarity]
bin/ix86/drm_tizen_initialize [moved from bin/ix86/drm_sapps_initialize with 98% similarity]
drm-service-core-sapps.manifest [deleted file]
drm-service-core-sapps.pc.in [deleted file]
drm-service-core-tizen.manifest [new file with mode: 0644]
drm-service-core-tizen.pc.in [new file with mode: 0755]
lib/arm/libdrm-service-core-tizen.so.0.2.9 [moved from lib/arm/libdrm-service-core-sapps.so.0.2.8 with 99% similarity]
lib/ix86/libdrm-service-core-tizen.so.0.2.9 [moved from lib/ix86/libdrm-service-core-sapps.so.0.2.8 with 99% similarity]
packaging/drm-service-core-sapps.spec [deleted file]
packaging/drm-service-core-tizen.spec [new file with mode: 0644]

index 21ba547..86eefa9 100644 (file)
@@ -1,11 +1,11 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-SET (this_target drm-service-core-sapps)
+SET (this_target drm-service-core-tizen)
 
-CONFIGURE_FILE(drm-service-core-sapps.pc.in ${CMAKE_SOURCE_DIR}/drm-service-core-sapps.pc @ONLY)
+CONFIGURE_FILE(drm-service-core-tizen.pc.in ${CMAKE_SOURCE_DIR}/drm-service-core-tizen.pc @ONLY)
 
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/drm-service-core-sapps.pc DESTINATION lib/pkgconfig)
+INSTALL(FILES ${CMAKE_SOURCE_DIR}/drm-service-core-tizen.pc DESTINATION lib/pkgconfig)
 
-INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION /usr/include/drm-sapps/ FILES_MATCHING PATTERN "*.h")
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION /usr/include/drm-tizen/ FILES_MATCHING PATTERN "*.h")
 
 IF("${ARCH}" MATCHES "arm")
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/lib/arm/ DESTINATION /usr/lib FILES_MATCHING PATTERN "*"
diff --git a/NOTICE b/NOTICE
index 4603c0a..e8d1acb 100755 (executable)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
 Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
 
-libdrm-service-core-sapps.so* files are licensed under Flora License, Version 1.1
+libdrm-service-core-tizen.so* files are licensed under Flora License, Version 1.1
 Please, see the LICENSE.Flora file for Flora License, Version 1.1 terms and conditions.
similarity index 99%
rename from bin/arm/drm_sapps_initialize
rename to bin/arm/drm_tizen_initialize
index 19e217a..9e28cf9 100755 (executable)
Binary files a/bin/arm/drm_sapps_initialize and b/bin/arm/drm_tizen_initialize differ
similarity index 98%
rename from bin/ix86/drm_sapps_initialize
rename to bin/ix86/drm_tizen_initialize
index 1a2cc3d..f93bc3c 100755 (executable)
Binary files a/bin/ix86/drm_sapps_initialize and b/bin/ix86/drm_tizen_initialize differ
diff --git a/drm-service-core-sapps.manifest b/drm-service-core-sapps.manifest
deleted file mode 100644 (file)
index 29afa08..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<manifest>
-       <define>
-               <domain name="drm-service-core-sapps" />
-       </define>
-       <request>
-               <domain name="drm-service-core-sapps" />
-       </request>
-       <assign>
-               <filesystem path="/usr/lib/libdrm-service-core-sapps.so" label="_" />
-               <filesystem path="/opt/apps/drm_test/drm_testsapps" label="_" />
-               <filesystem path="/usr/bin/drm_sapps_initialize" label="_" />
-       </assign>
-</manifest>
diff --git a/drm-service-core-sapps.pc.in b/drm-service-core-sapps.pc.in
deleted file mode 100755 (executable)
index d079e36..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@PREFIX@
-exec_prefix=@EXEC_PREFIX@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
-
-Name: drm-service-core-sapps
-Description: Samsung Apps DRM Package
-Version: @VERSION@
-Requires: dlog openssl db-util
-Libs: -L${libdir} -ldrm-service-core-sapps
-Cflags: -I${includedir}/drm-sapps
diff --git a/drm-service-core-tizen.manifest b/drm-service-core-tizen.manifest
new file mode 100644 (file)
index 0000000..bea6593
--- /dev/null
@@ -0,0 +1,12 @@
+<manifest>
+       <define>
+               <domain name="drm-service-core-tizen" />
+       </define>
+       <request>
+               <domain name="drm-service-core-tizen" />
+       </request>
+       <assign>
+               <filesystem path="/usr/lib/libdrm-service-core-tizen.so" label="_" />
+               <filesystem path="/usr/bin/drm_tizen_initialize" label="_" />
+       </assign>
+</manifest>
diff --git a/drm-service-core-tizen.pc.in b/drm-service-core-tizen.pc.in
new file mode 100755 (executable)
index 0000000..e03267f
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: drm-service-core-tizen
+Description: Tizen Application DRM Plugin
+Version: @VERSION@
+Requires: dlog openssl db-util
+Libs: -L${libdir} -ldrm-service-core-tizen
+Cflags: -I${includedir}/drm-tizen
similarity index 99%
rename from lib/arm/libdrm-service-core-sapps.so.0.2.8
rename to lib/arm/libdrm-service-core-tizen.so.0.2.9
index 6608ecf..8b6bbad 100755 (executable)
Binary files a/lib/arm/libdrm-service-core-sapps.so.0.2.8 and b/lib/arm/libdrm-service-core-tizen.so.0.2.9 differ
similarity index 99%
rename from lib/ix86/libdrm-service-core-sapps.so.0.2.8
rename to lib/ix86/libdrm-service-core-tizen.so.0.2.9
index 7a49bcb..5652287 100755 (executable)
Binary files a/lib/ix86/libdrm-service-core-sapps.so.0.2.8 and b/lib/ix86/libdrm-service-core-tizen.so.0.2.9 differ
diff --git a/packaging/drm-service-core-sapps.spec b/packaging/drm-service-core-sapps.spec
deleted file mode 100644 (file)
index 8eb0094..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-Name:       drm-service-core-sapps
-Summary:    The plugin library for installing drm-service-core-sapps.so
-Version:    0.2.8
-Release:    0
-Group:      TO_BE/FILLED_IN
-License:    Flora
-Source0:    %{name}-%{version}.tar.gz
-BuildRequires:  cmake
-
-Provides: libdrm-service-core-sapps.so.0
-
-Requires(post): /sbin/ldconfig  
-Requires(postun): /sbin/ldconfig
-
-%description
-The plugin library for installing drm-service-core-sapps.so
-
-%package devel
-Summary:    The plugin library for drm-service-core-sapps(Development)
-Group:      TO_BE/FILLED_IN
-Requires:   %{name} = %{version}-%{release}
-
-%description devel
-The plugin library for installing drm-service-core-sapps.so and header files.
-
-%prep
-%setup -q
-
-%build
-%ifarch %{arm}
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=arm
-%else
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=ix86
-%endif
-make
-#make %{?jobs:-j%jobs}
-
-%install
-rm -rf %{buildroot}
-
-%make_install
-
-%post
-/bin/rm -f /etc/ld.so.cache
-/sbin/ldconfig
-
-%{_bindir}/drm_sapps_initialize
-
-ln -s -f %{_libdir}/libdrm-service-core-sapps.so.0.2.8 %{_libdir}/libdrm-service-core-sapps.so.0
-ln -s -f %{_libdir}/libdrm-service-core-sapps.so.0 %{_libdir}/libdrm-service-core-sapps.so
-
-%postun -p /sbin/ldconfig
-
-%files
-%manifest drm-service-core-sapps.manifest
-%defattr(-,root,root,-)
-%{_libdir}/libdrm-service-core-sapps.so*
-%{_bindir}/drm_sapps_initialize
-
-%files devel
-%defattr(-,root,root,-)
-%{_libdir}/pkgconfig/drm-service-core-sapps.pc
-%{_includedir}/drm-sapps/drm-oem-sapps.h
-
-%clean
-rm -rf drm_sapps_initialize
-rm -rf libdrm-service-core-sapps.so*
diff --git a/packaging/drm-service-core-tizen.spec b/packaging/drm-service-core-tizen.spec
new file mode 100644 (file)
index 0000000..8a82346
--- /dev/null
@@ -0,0 +1,67 @@
+Name:       drm-service-core-tizen
+Summary:    The plugin library for installing drm-service-core-tizen.so
+Version:    0.2.9
+Release:    0
+Group:      TO_BE/FILLED_IN
+License:    Flora
+Source0:    %{name}-%{version}.tar.gz
+BuildRequires:  cmake
+
+Provides: libdrm-service-core-tizen.so.0
+
+Requires(post): /sbin/ldconfig  
+Requires(postun): /sbin/ldconfig
+
+%description
+The plugin library for installing drm-service-core-tizen.so
+
+%package devel
+Summary:    The plugin library for drm-service-core-tizen (Development)
+Group:      TO_BE/FILLED_IN
+Requires:   %{name} = %{version}-%{release}
+
+%description devel
+The plugin library for installing drm-service-core-tizen.so and header files.
+
+%prep
+%setup -q
+
+%build
+%ifarch %{arm}
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=arm
+%else
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DARCH=ix86
+%endif
+make
+#make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+
+%make_install
+
+%post
+/bin/rm -f /etc/ld.so.cache
+/sbin/ldconfig
+
+%{_bindir}/drm_tizen_initialize
+
+ln -s -f %{_libdir}/libdrm-service-core-tizen.so.0.2.9 %{_libdir}/libdrm-service-core-tizen.so.0
+ln -s -f %{_libdir}/libdrm-service-core-tizen.so.0 %{_libdir}/libdrm-service-core-tizen.so
+
+%postun -p /sbin/ldconfig
+
+%files
+%manifest drm-service-core-tizen.manifest
+%defattr(-,root,root,-)
+%{_libdir}/libdrm-service-core-tizen.so*
+%{_bindir}/drm_tizen_initialize
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/drm-service-core-tizen.pc
+%{_includedir}/drm-tizen/drm-oem-sapps.h
+
+%clean
+rm -rf drm_tizen_initialize
+rm -rf libdrm-service-core-tizen.so*