summaryrefslogtreecommitdiff
path: root/packaging/capi-base-common.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/capi-base-common.spec')
-rwxr-xr-xpackaging/capi-base-common.spec21
1 files changed, 15 insertions, 6 deletions
diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec
index 34c7d4e..2293a8b 100755
--- a/packaging/capi-base-common.spec
+++ b/packaging/capi-base-common.spec
@@ -1,19 +1,26 @@
Name: capi-base-common
-Summary: TO BE FILLED IN
-Version: 0.1.0
-Release: 1
+Summary: Common header files of Tizen Native API
+Version: 0.1.0
+Release: 7
Group: TO_BE/FILLED_IN
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
%description
+Common header files of Tizen Native API
-
-
+
+%package devel
+Summary: Common header files of Tizen Native API (Development)
+Group: TO_BE/FILLED_IN
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Common header files of Tizen Native API
%prep
-%setup -q
+%setup -q
%build
@@ -29,6 +36,8 @@ rm -rf %{buildroot}
%files
+
+%files devel
/usr/include/*.h
/usr/lib/pkgconfig/capi-base-common.pc