SHA256
1
0
forked from pool/qclib

Accepting request 842631 from home:markkp:branches:hardware

- Upgraded to version 2.2.1 (jsc#SLE-137116)
  Bug fixes:
  - zhypinfo: Fix memory leaks
  - Makefile: Various fixes
- Removed obsolete qclib.makefile.libdir.patch.
- Removed obsolete qclib.fix.missing.makefile.if.statement.patch.
- Updated qclib.makefile.libdir.patch to fit the current version.

OBS-URL: https://build.opensuse.org/request/show/842631
OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=31
This commit is contained in:
Mark Post
2020-10-19 19:54:58 +00:00
committed by Git OBS Bridge
parent 3287ac9825
commit 69700915eb
6 changed files with 16 additions and 91 deletions

View File

@@ -17,7 +17,7 @@
Name: qclib
Version: 2.2.0
Version: 2.2.1
Release: 0
Summary: Query Capacity library
License: BSD-3-Clause
@@ -25,8 +25,6 @@ Group: Development/Libraries/C and C++
URL: https://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tgz
Source: %{name}-%{version}.tgz
Source1: %{name}-rpmlintrc
Patch1: qclib.fix.missing.makefile.if.statement.patch
Patch99: qclib.makefile.libdir.patch
BuildRequires: doxygen
BuildRequires: gcc-c++
ExclusiveArch: s390 s390x
@@ -108,7 +106,7 @@ MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=)
%make_build doc test-sh
%install
%make_install LIBDIR=%{_lib} V=1
%make_install V=1
gzip -9 %{buildroot}/%{_mandir}/man8/*
make installdoc DESTDIR=%{buildroot} V=1