- Fix weird spacing on Name line 08/8408/2 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_generic accepted/tizen/20130912.090550 accepted/tizen/20130912.092502 accepted/tizen/20130912.100658 accepted/tizen/20130912.143519 accepted/tizen/20130912.192017 accepted/tizen/20130912.200118 accepted/tizen/ivi/genivi/20140131.022148 ivi_oct_m2 submit/tizen/20130826.223748 submit/tizen/20130912.075842 submit/tizen/20130912.090152 submit/tizen_ivi_genivi/20140131.021106 tizen_3.0.m14.2_ivi_release
authorGraydon, Tracy <tracy.graydon@intel.com>
Fri, 16 Aug 2013 19:55:42 +0000 (12:55 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Fri, 23 Aug 2013 00:27:20 +0000 (17:27 -0700)
- Set Release to 0
- Remove the extraneous commented out BuildRequires
- Made the summary a little more informative
- Fixed the description on the devel package.

Change-Id: I502b1d0e55c1151b781b41dfe7a4f2148dfb2150

packaging/gtest.changes [new file with mode: 0644]
packaging/gtest.spec [changed mode: 0755->0644]

diff --git a/packaging/gtest.changes b/packaging/gtest.changes
new file mode 100644 (file)
index 0000000..d30c436
--- /dev/null
@@ -0,0 +1,16 @@
+* Fri Aug 23 00:14:58 UTC 2013 - tracy.graydon@intel.com
+- Fix weird spacing on Name: line
+- Reset Release to 0
+- Remove the extraneous commented out BuildRequires
+- Made the summary a little more informative
+- Fixed the description on the devel package.
+
+* Fri Aug 16 19:51:36 UTC 2013 - tracy.graydon@intel.com
+- Fix rpmlint error on license
+- Fix rpmlint error on uncapitalized summary
+- Fix rpmlint error on non-standard-group
+- Fix rpmlint error on name-repeated-in-summary
+- Fix rpmlint error on license-placeholder-not-allowed
+- Fix rpmlint error on group-placeholder-not-allowed
+- Fix rpmlint error on description-shorter-than-summary 
+- Add gtest.changes file
old mode 100755 (executable)
new mode 100644 (file)
index ec22c36..59ef9a2
@@ -1,27 +1,24 @@
 Name:       gtest
-Summary:    gtest library
+Summary:    Google Test Framework
 Version:    1.2.1.0
-Release:    2
-License:    TO_BE/FILLED_IN
-Vendor:     TO_BE/FILLED_IN
-Group:      TO_BE/FILLED_IN
+Release:    0
+License:    BSD-3-Clause
+Group:      Development/Testing
 Source0:    %{name}-%{version}.tar.gz
-Source1001:    gtest.manifest
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source1001: gtest.manifest
 BuildRequires: pkgconfig(python)
-#BuildRequires: automake autoconf libtool
 Provides:   libgtest_main.so.0 libgtest.so.0
 
 %description
-gtest library.
+Libraries for Google's Test Framework for writing C++ Tests
 
 %package devel
-Summary:    gtest (Development)
-Group:      TO_BE/FILLED_IN
+Summary:    Devel package for Google Test Framework
+Group:      Development/Testing
 Requires:   %{name} = %{version}-%{release}
 
 %description devel
-gtest library (DEV)
+This is the development package containing the gtest library
 
 %prep
 %setup -q