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
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 23 15:57:18 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim historic specfile constructs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 9 20:04:34 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
Thu Sep 9 20:04:34 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -36,33 +36,27 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: libboost_system-devel >= 1.57
|
BuildRequires: libboost_system-devel >= 1.57
|
||||||
BuildRequires: cmake(trompeloeil)
|
BuildRequires: cmake(trompeloeil)
|
||||||
BuildRequires: pkgconfig(libcurl)
|
BuildRequires: pkgconfig(libcurl)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
InfluxDB C++ client library.
|
InfluxDB C++ client library.
|
||||||
|
|
||||||
%package -n lib%{soname}%{sover}
|
%package -n lib%{soname}%{sover}
|
||||||
Summary: InfluxDB C++ client library
|
Summary: InfluxDB C++ client library
|
||||||
Group: Development/Languages/C and C++
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n lib%{soname}%{sover}
|
%description -n lib%{soname}%{sover}
|
||||||
InfluxDB C++ client library.
|
InfluxDB C++ client library.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: InfluxDB C++ client library
|
Summary: Headers for the InfluxDB C++ client library
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: lib%{soname}%{sover} = %{version}-%{release}
|
Requires: lib%{soname}%{sover} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
InfluxDB C++ client library.
|
Headers for the InfluxDB C++ client library.
|
||||||
|
|
||||||
This package contains development files.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DINFLUXCXX_SYSTEMTEST:BOOL=OFF
|
%cmake -DINFLUXCXX_SYSTEMTEST:BOOL=OFF
|
||||||
@@ -79,12 +73,10 @@ This package contains development files.
|
|||||||
%postun -n lib%{soname}%{sover} -p /sbin/ldconfig
|
%postun -n lib%{soname}%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n lib%{soname}%{sover}
|
%files -n lib%{soname}%{sover}
|
||||||
%defattr(-,root,root)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_libdir}/lib%{soname}.so.%{sover}*
|
%{_libdir}/lib%{soname}.so.%{sover}*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CONTRIBUTING.md
|
%doc README.md CONTRIBUTING.md
|
||||||
%{_includedir}/InfluxDB.h
|
%{_includedir}/InfluxDB.h
|
||||||
|
|||||||
Reference in New Issue
Block a user