summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-05-29 09:03:44 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-05-29 09:03:44 -0400
commit41a82c189350d1c5050d4c77068a0f8db3581efa (patch)
tree9c2e1428d988a1fcc63971e45bd9e234ae0f8f14 /packaging
parent4a79ffd3a0c4a5e327c88ecc93d29c2a5ebfe406 (diff)
downloadmedia-key-41a82c189350d1c5050d4c77068a0f8db3581efa.tar.gz
media-key-41a82c189350d1c5050d4c77068a0f8db3581efa.tar.bz2
media-key-41a82c189350d1c5050d4c77068a0f8db3581efa.zip
Diffstat (limited to 'packaging')
-rw-r--r--packaging/capi-system-media-key.changes3
-rw-r--r--packaging/capi-system-media-key.spec9
2 files changed, 9 insertions, 3 deletions
diff --git a/packaging/capi-system-media-key.changes b/packaging/capi-system-media-key.changes
new file mode 100644
index 0000000..76413f3
--- /dev/null
+++ b/packaging/capi-system-media-key.changes
@@ -0,0 +1,3 @@
+* Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130517.044648@4a79ffd
+- Remove license/group placeholders\!
+
diff --git a/packaging/capi-system-media-key.spec b/packaging/capi-system-media-key.spec
index 0564a81..77d824e 100644
--- a/packaging/capi-system-media-key.spec
+++ b/packaging/capi-system-media-key.spec
@@ -2,8 +2,8 @@ Name: capi-system-media-key
Summary: A System Information library in SLP C API
Version: 0.1.0
Release: 6
-Group: TO_BE/FILLED_IN
-License: TO BE FILLED IN
+Group: System/API
+License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
@@ -14,14 +14,16 @@ BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(utilX)
%description
+%{summary}.
%package devel
Summary: A Media Key library in SLP C API (Development)
-Group: TO_BE/FILLED_IN
+Group: Development/API
Requires: %{name} = %{version}-%{release}
%description devel
+%devel_desc
%prep
%setup -q
@@ -40,6 +42,7 @@ make %{?jobs:-j%jobs}
%postun -p /sbin/ldconfig
%files
+%license LICENSE
%{_libdir}/libcapi-system-media-key.so.*
%manifest capi-system-media-key.manifest