Remove license/group placeholders\! accepted/tizen/20130529.202631 submit/tizen/20130529.130348
authorAnas Nashif <anas.nashif@intel.com>
Wed, 29 May 2013 13:03:44 +0000 (09:03 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 29 May 2013 13:03:44 +0000 (09:03 -0400)
AUTHORS [changed mode: 0755->0644]
CMakeLists.txt [changed mode: 0755->0644]
LICENSE [changed mode: 0755->0644]
capi-system-media-key.pc.in [changed mode: 0755->0644]
include/media_key.h [changed mode: 0755->0644]
packaging/capi-system-media-key.changes [new file with mode: 0644]
packaging/capi-system-media-key.spec
src/media_key.c [changed mode: 0755->0644]

diff --git a/AUTHORS b/AUTHORS
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/LICENSE b/LICENSE
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/packaging/capi-system-media-key.changes b/packaging/capi-system-media-key.changes
new file mode 100644 (file)
index 0000000..76413f3
--- /dev/null
@@ -0,0 +1,3 @@
+* Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130517.044648@4a79ffd
+- Remove license/group placeholders\!
+
index 0564a81..77d824e 100644 (file)
@@ -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
 
old mode 100755 (executable)
new mode 100644 (file)