From: Anas Nashif Date: Fri, 31 May 2013 15:45:07 +0000 (-0400) Subject: Remove placeholders and cleanup spec X-Git-Tag: accepted/tizen/20130531.230136^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=679a27b55de4c54669a3ee0b019949c4944346cd;p=platform%2Fcore%2Fapi%2Fruntime-info.git Remove placeholders and cleanup spec --- 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