SHA256
1
0
forked from pool/benchmark

Accepting request 739936 from home:RBrownSUSE:branches:devel:tools

Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739936
OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=28
This commit is contained in:
Martin Pluskal 2019-10-17 14:35:12 +00:00 committed by Git OBS Bridge
parent 097b562d97
commit cef67a8b28
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 17 14:33:14 UTC 2019 - Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Mon Jun 24 07:26:21 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -23,7 +23,6 @@ Version: 1.5.0
Release: 0
Summary: A microbenchmark support library
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/google/benchmark
Source: https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.5.1
@ -38,14 +37,12 @@ A library to support the benchmarking of functions, similar to unit-tests.
%package -n %{soname}%{sover}
Summary: Shared library for google benchmark
Group: System/Libraries
%description -n %{soname}%{sover}
A library to support the benchmarking of functions, similar to unit-tests.
%package devel
Summary: Development files for google benchmark
Group: Development/Languages/C and C++
Requires: %{soname}%{sover} = %{version}
%description devel