From 2723ed40c9d8758804bb3d1e13a725063e8de92f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 29 May 2013 23:29:48 -0400 Subject: [PATCH] Remove group placeholders --- AUTHORS | 0 LICENSE | 0 packaging/capi-location-poi.changes | 3 +++ packaging/capi-location-poi.spec | 16 ++++++---------- 4 files changed, 9 insertions(+), 10 deletions(-) mode change 100755 => 100644 AUTHORS mode change 100755 => 100644 LICENSE create mode 100644 packaging/capi-location-poi.changes diff --git a/AUTHORS b/AUTHORS old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/packaging/capi-location-poi.changes b/packaging/capi-location-poi.changes new file mode 100644 index 0000000..0e26fe3 --- /dev/null +++ b/packaging/capi-location-poi.changes @@ -0,0 +1,3 @@ +* Wed May 29 2013 Anas Nashif accepted/tizen/20130520.100806@7dd62d5 +- Remove group placeholders + diff --git a/packaging/capi-location-poi.spec b/packaging/capi-location-poi.spec index 83a963d..ee079d7 100755 --- a/packaging/capi-location-poi.spec +++ b/packaging/capi-location-poi.spec @@ -2,28 +2,25 @@ Name: capi-location-poi Summary: A Location POI library in Tizen Native API Version: 0.1.3 Release: 1 -Group: System/Libraries -License: Apache Licensc, Version 2.0 +Group: Location/API +License: Apache-2.0 Source0: %{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(location) BuildRequires: pkgconfig(capi-base-common) BuildRequires: pkgconfig(capi-location-manager) -Requires(post): /sbin/ldconfig -Requires(postun): /sbin/ldconfig - %description +A Location POI library in Tizen Native API. %package devel Summary: A Location POI library in Tizen Native API (Development) -Group: TO_BE/FILLED_IN +Group: Location/Development Requires: %{name} = %{version}-%{release} %description devel - - +%devel_desc %prep %setup -q @@ -32,11 +29,9 @@ Requires: %{name} = %{version}-%{release} %build MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %cmake . -DFULLVER=%{version} -DMAJORVER=${MAJORVER} - make %{?jobs:-j%jobs} %install -rm -rf %{buildroot} %make_install %post -p /sbin/ldconfig @@ -45,6 +40,7 @@ rm -rf %{buildroot} %files +%license LICENSE %manifest capi-location-poi.manifest %{_libdir}/libcapi-location-poi.so.* -- 2.7.4