Remove placeholders and cleanup spec accepted/tizen/20130531.230136 submit/tizen/20130531.154510
authorAnas Nashif <anas.nashif@intel.com>
Fri, 31 May 2013 15:45:07 +0000 (11:45 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 31 May 2013 15:45:07 +0000 (11:45 -0400)
packaging/capi-system-runtime-info.changes [new file with mode: 0644]
packaging/capi-system-runtime-info.spec

diff --git a/packaging/capi-system-runtime-info.changes b/packaging/capi-system-runtime-info.changes
new file mode 100644 (file)
index 0000000..bb62cfb
--- /dev/null
@@ -0,0 +1,3 @@
+* Fri May 31 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130520.100828@08ed71a
+- Remove placeholders and cleanup spec
+
index 96e0607..e34b239 100644 (file)
@@ -2,26 +2,25 @@ Name:       capi-system-runtime-info
 Summary:    A Runtime Information library in Tizen Native API
 Version:    0.0.3
 Release:    0
-Group:      System/Libraries
-License:    Apache License, Version 2.0
+Group:      System/API
+License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(capi-base-common)
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 
 %description
-
+A Runtime Information library in Tizen Native API.
 
 %package devel
 Summary:  A Runtime Information library in Tizen Native API (Development)
-Group:    TO_BE/FILLED_IN
+Group:    Development/System
 Requires: %{name} = %{version}-%{release}
 Requires:  pkgconfig(capi-base-common)
 
 %description devel
+%devel_desc
 
 
 
@@ -37,11 +36,6 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 make %{?jobs:-j%jobs}
 
 %install
-rm -rf %{buildroot}
-
-mkdir -p %{buildroot}/usr/share/license
-cp -f LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
-
 %make_install
 
 %post -p /sbin/ldconfig
@@ -50,8 +44,8 @@ cp -f LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
 
 
 %files
+%license LICENSE.APLv2
 %{_libdir}/lib*.so.*
-/usr/share/license/%{name}
 %manifest runtime-info.manifest
 
 %files devel