diff options
author | Graydon, Tracy <tracy.graydon@intel.com> | 2013-08-05 17:42:04 -0700 |
---|---|---|
committer | Graydon, Tracy <tracy.graydon@intel.com> | 2013-08-05 17:42:04 -0700 |
commit | b7d3b209e89a68b973cb03f8bf1ea4bc06fff99e (patch) | |
tree | d8658f2c13a7d38ce1296a9f816dbe0a8078463d | |
parent | 2f7549751fc23710046cebb5fd4bbfe1db30f769 (diff) | |
download | favorites-accepted/tizen/ivi/stable.tar.gz favorites-accepted/tizen/ivi/stable.tar.bz2 favorites-accepted/tizen/ivi/stable.zip |
Fix rpmlint errors on license and groupssubmit/tizen_ivi_stable/20131116.100058submit/tizen_ivi_genivi/20140131.060706submit/tizen/20140305.224143submit/tizen/20130912.090119submit/tizen/20130912.075749submit/tizen/20130806.004208ivi_oct_m2accepted/tizen_ivi_stable/20131116.101944accepted/tizen/mobile/20140306.025039accepted/tizen/ivi/genivi/20140131.061757accepted/tizen/ivi/20140307.054533accepted/tizen/generic/20140306.082543accepted/tizen/20130912.200235accepted/tizen/20130912.192137accepted/tizen/20130912.142459accepted/tizen/20130912.092956accepted/tizen/20130912.091457accepted/tizen/20130912.084413tizen_ivi_geniviaccepted/tizen_genericaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
-rw-r--r-- | packaging/capi-web-favorites.changes | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | packaging/capi-web-favorites.spec | 11 |
2 files changed, 8 insertions, 6 deletions
diff --git a/packaging/capi-web-favorites.changes b/packaging/capi-web-favorites.changes index dcb5d35..627a9ae 100644 --- a/packaging/capi-web-favorites.changes +++ b/packaging/capi-web-favorites.changes @@ -1,3 +1,6 @@ +* Tue Aug 6 00:41:14 UTC 2013 - tracy.graydon@intel.com +- Fix rpmlint errors on license and groups + * Wed May 29 2013 Xavier Roche <xavrock.os@gmail.com> accepted/tizen/20130520.100652@9c060a4 - Fix x86_64 build-install compliance diff --git a/packaging/capi-web-favorites.spec b/packaging/capi-web-favorites.spec index bbadeee..9355728 100755..100644 --- a/packaging/capi-web-favorites.spec +++ b/packaging/capi-web-favorites.spec @@ -2,8 +2,8 @@ Name: capi-web-favorites Summary: Internet bookmark and history API Version: 0.0.15 Release: 1 -Group: TO_BE/FILLED_IN -License: Apache License, Version 2.0 +Group: Web Framework/API +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1001: capi-web-favorites.manifest BuildRequires: cmake @@ -15,16 +15,15 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description - +API for Internet Bookmarks and History %package devel Summary: Internet Bookmark and History in Tizen Native API (Development) -Group: TO_BE/FILLED_IN +Group: Web Framework/Development Requires: %{name} = %{version}-%{release} %description devel - - +Development package for favorites API. Favorites API provides teh framework for bookmarks and history %prep %setup -q |