Remove group placeholders accepted/tizen/20130530.105519 submit/tizen/20130530.032952
authorAnas Nashif <anas.nashif@intel.com>
Thu, 30 May 2013 03:29:48 +0000 (23:29 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 30 May 2013 03:29:48 +0000 (23:29 -0400)
AUTHORS [changed mode: 0755->0644]
LICENSE [changed mode: 0755->0644]
packaging/capi-location-poi.changes [new file with mode: 0644]
packaging/capi-location-poi.spec

diff --git a/AUTHORS b/AUTHORS
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/LICENSE b/LICENSE
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/packaging/capi-location-poi.changes b/packaging/capi-location-poi.changes
new file mode 100644 (file)
index 0000000..0e26fe3
--- /dev/null
@@ -0,0 +1,3 @@
+* Wed May 29 2013 Anas Nashif <anas.nashif@intel.com> accepted/tizen/20130520.100806@7dd62d5
+- Remove group placeholders
+
index 83a963d..ee079d7 100755 (executable)
@@ -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.*