From 679a27b55de4c54669a3ee0b019949c4944346cd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 31 May 2013 11:45:07 -0400 Subject: [PATCH] Remove placeholders and cleanup spec --- packaging/capi-system-runtime-info.changes | 3 +++ packaging/capi-system-runtime-info.spec | 18 ++++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) create mode 100644 packaging/capi-system-runtime-info.changes diff --git a/packaging/capi-system-runtime-info.changes b/packaging/capi-system-runtime-info.changes new file mode 100644 index 0000000..bb62cfb --- /dev/null +++ b/packaging/capi-system-runtime-info.changes @@ -0,0 +1,3 @@ +* Fri May 31 2013 Anas Nashif accepted/tizen/20130520.100828@08ed71a +- Remove placeholders and cleanup spec + diff --git a/packaging/capi-system-runtime-info.spec b/packaging/capi-system-runtime-info.spec index 96e0607..e34b239 100644 --- a/packaging/capi-system-runtime-info.spec +++ b/packaging/capi-system-runtime-info.spec @@ -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 -- 2.7.4