From b7d3b209e89a68b973cb03f8bf1ea4bc06fff99e Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Mon, 5 Aug 2013 17:42:04 -0700 Subject: [PATCH] Fix rpmlint errors on license and groups --- packaging/capi-web-favorites.changes | 3 +++ packaging/capi-web-favorites.spec | 11 +++++------ 2 files changed, 8 insertions(+), 6 deletions(-) mode change 100755 => 100644 packaging/capi-web-favorites.spec 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 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 old mode 100755 new mode 100644 index bbadeee..9355728 --- 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 -- 2.7.4