From e3a9a6c3e5b5e85c9bc7fc7e1adbea3a1f8f4b5b9744ba79d9f5cf04e48745e8 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Thu, 23 Sep 2021 19:31:52 +0000 Subject: [PATCH] Accepting request 921181 from home:jengelh:branches:devel:libraries:c_c++ - Trim historic specfile constructs. OBS-URL: https://build.opensuse.org/request/show/921181 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/influxdb-cxx?expand=0&rev=2 --- influxdb-cxx.changes | 5 +++++ influxdb-cxx.spec | 16 ++++------------ 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/influxdb-cxx.changes b/influxdb-cxx.changes index 391036b..e69b89a 100644 --- a/influxdb-cxx.changes +++ b/influxdb-cxx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 23 15:57:18 UTC 2021 - Jan Engelhardt + +- Trim historic specfile constructs. + ------------------------------------------------------------------- Thu Sep 9 20:04:34 UTC 2021 - Matwey Kornilov diff --git a/influxdb-cxx.spec b/influxdb-cxx.spec index 526bb93..7be6bbd 100644 --- a/influxdb-cxx.spec +++ b/influxdb-cxx.spec @@ -36,33 +36,27 @@ BuildRequires: gcc-c++ BuildRequires: libboost_system-devel >= 1.57 BuildRequires: cmake(trompeloeil) BuildRequires: pkgconfig(libcurl) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description InfluxDB C++ client library. %package -n lib%{soname}%{sover} Summary: InfluxDB C++ client library -Group: Development/Languages/C and C++ +Group: System/Libraries %description -n lib%{soname}%{sover} InfluxDB C++ client library. %package devel -Summary: InfluxDB C++ client library +Summary: Headers for the InfluxDB C++ client library Group: Development/Languages/C and C++ Requires: lib%{soname}%{sover} = %{version}-%{release} %description devel -InfluxDB C++ client library. - -This package contains development files. +Headers for the InfluxDB C++ client library. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build %cmake -DINFLUXCXX_SYSTEMTEST:BOOL=OFF @@ -79,12 +73,10 @@ This package contains development files. %postun -n lib%{soname}%{sover} -p /sbin/ldconfig %files -n lib%{soname}%{sover} -%defattr(-,root,root) %license LICENSE %{_libdir}/lib%{soname}.so.%{sover}* %files devel -%defattr(-,root,root) %license LICENSE %doc README.md CONTRIBUTING.md %{_includedir}/InfluxDB.h