From 37ed6afbded4e31c715d517f135e0c538911b30c Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Fri, 16 Aug 2013 12:55:42 -0700 Subject: [PATCH] - Fix weird spacing on Name line - 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 | 16 ++++++++++++++++ packaging/gtest.spec | 21 +++++++++------------ 2 files changed, 25 insertions(+), 12 deletions(-) create mode 100644 packaging/gtest.changes mode change 100755 => 100644 packaging/gtest.spec diff --git a/packaging/gtest.changes b/packaging/gtest.changes new file mode 100644 index 0000000..d30c436 --- /dev/null +++ b/packaging/gtest.changes @@ -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 diff --git a/packaging/gtest.spec b/packaging/gtest.spec old mode 100755 new mode 100644 index ec22c36..59ef9a2 --- a/packaging/gtest.spec +++ b/packaging/gtest.spec @@ -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 -- 2.7.4