+++ /dev/null
-/usr/include/*
-/usr/lib/pkgconfig/*.pc
-
+++ /dev/null
-capi-base-common (0.1.0-7) unstable; urgency=low
-
- * Add TIZEN_ERROR_DRM_CLASS
- * Git: api/common
- * Tag: capi-base-common_0.1.0-7
-
- -- WonYoung Choi <wy80.choi@samsung.com> Mon, 19 Mar 2012 19:05:23 +0900
-
-capi-base-common (0.1.0-6) unstable; urgency=low
-
- * Add TIZEN_ERROR_NO_DATA
- * Git: api/common
- * Tag: capi-base-common_0.1.0-6
-
- -- WonYoung Choi <wy80.choi@samsung.com> Mon, 27 Feb 2012 15:55:33 +0900
-
-capi-base-common (0.1.0-5) unstable; urgency=low
-
- * Add TIZEN_ERROR_WEB_CLASS
- * Git: api/common
- * Tag: capi-base-common_0.1.0-5
-
- -- Junghyuk Park <junghyuk.park@samsung.com> Thu, 02 Feb 2012 17:43:07 +0900
-
-capi-base-common (0.1.0-4) unstable; urgency=low
-
- * Added AD error class
- * Git: api/common
- * Tag: capi-base-common_0.1.0-4
-
- -- Junghyuk Park <junghyuk.park@samsung.com> Mon, 30 Jan 2012 14:00:33 +0900
-
-capi-base-common (0.1.0-3) unstable; urgency=low
-
- * Initial release.
-
- -- Woongsuk Cho <ws77.cho@samsung.com> Wed, 07 Dec 2011 05:38:55 +0300
+++ /dev/null
-
-Source: capi-base-common
-Section: libs
-Priority: extra
-Maintainer: Woongsuk Cho <ws77.cho@samsung.com>, Junghyuk Park <junghyuk.park@samsung.com>
-Build-Depends: debhelper (>= 5),
-
-Package: capi-base-common-dev
-Architecture: any
-Description: Common header files of Tizen Native API
-
+++ /dev/null
-#!/usr/bin/make -f
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-CMAKE_ROOT_DIR ?= $(CURDIR)
-CMAKE_BUILD_DIR ?= $(CURDIR)/cmake_build_tmp
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- mkdir -p $(CMAKE_BUILD_DIR) && cd $(CMAKE_BUILD_DIR) && cmake ..
- touch configure-stamp
-
-
-build: build-stamp
-build-stamp: configure-stamp
- dh_testdir
- cd $(CMAKE_BUILD_DIR) && $(MAKE)
- touch $@
-
-clean:
- cd $(CMAKE_ROOT_DIR)
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- rm -f
- rm -rf $(CMAKE_BUILD_DIR)
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- cd $(CMAKE_BUILD_DIR) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-
-binary-indep: build install
-
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_install --sourcedir=debian/tmp
- dh_installman
- dh_link
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
-
#define TIZEN_ERROR_WEB_CLASS -0x00400000
/** DRM Error class */
#define TIZEN_ERROR_DRM_CLASS -0x00800000
+/** Account Error class */
+#define TIZEN_ERROR_ACCOUNT_CLASS -0x01000000
typedef enum
{
Name: capi-base-common
Summary: Common header files of Tizen Native API
Version: 0.1.0
-Release: 7
+Release: 8
Group: TO_BE/FILLED_IN
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz