summaryrefslogtreecommitdiff
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
parent4a79ffd3a0c4a5e327c88ecc93d29c2a5ebfe406 (diff)
downloadmedia-key-41a82c189350d1c5050d4c77068a0f8db3581efa.tar.gz
media-key-41a82c189350d1c5050d4c77068a0f8db3581efa.tar.bz2
media-key-41a82c189350d1c5050d4c77068a0f8db3581efa.zip
-rw-r--r--[-rwxr-xr-x]AUTHORS0
-rw-r--r--[-rwxr-xr-x]CMakeLists.txt0
-rw-r--r--[-rwxr-xr-x]LICENSE0
-rw-r--r--[-rwxr-xr-x]capi-system-media-key.pc.in0
-rw-r--r--[-rwxr-xr-x]include/media_key.h0
-rw-r--r--packaging/capi-system-media-key.changes3
-rw-r--r--packaging/capi-system-media-key.spec9
-rw-r--r--[-rwxr-xr-x]src/media_key.c0
8 files changed, 9 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 9ae6bb2..9ae6bb2 100755..100644
--- a/AUTHORS
+++ b/AUTHORS
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb69cf3..cb69cf3 100755..100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
diff --git a/LICENSE b/LICENSE
index bbe9d02..bbe9d02 100755..100644
--- a/LICENSE
+++ b/LICENSE
diff --git a/capi-system-media-key.pc.in b/capi-system-media-key.pc.in
index 40dbaa8..40dbaa8 100755..100644
--- a/capi-system-media-key.pc.in
+++ b/capi-system-media-key.pc.in
diff --git a/include/media_key.h b/include/media_key.h
index c2494f0..c2494f0 100755..100644
--- a/include/media_key.h
+++ b/include/media_key.h
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
diff --git a/src/media_key.c b/src/media_key.c
index cdd3d32..cdd3d32 100755..100644
--- a/src/media_key.c
+++ b/src/media_key.c