import qclib-2.0.0-1.el8

This commit is contained in:
CentOS Sources 2020-01-21 18:04:36 -05:00 committed by Stepan Oksanichenko
parent 4ecdc7dc10
commit ac63e069fe
4 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qclib-1.4.1.tgz
SOURCES/qclib-2.0.0.tgz

View File

@ -1 +1 @@
dbdb744988bdd4486b5777051b785d41decf195a SOURCES/qclib-1.4.1.tgz
0cc1117466e804778cd51033c22ee2167753b08b SOURCES/qclib-2.0.0.tgz

View File

@ -3,7 +3,7 @@ diff -up qclib-1.3.1/Makefile.docdir qclib-1.3.1/Makefile
+++ qclib-1.3.1/Makefile 2017-12-04 14:15:08.000000000 +0100
@@ -6,6 +6,7 @@
# bugfix: Bugfixes only
VERSION = 1.4.1
VERSION = 2.0.0
VERM = $(shell echo $(VERSION) | cut -d '.' -f 1)
+DOCDIR ?= /usr/share/doc/packages/
CFLAGS ?= -g -Wall -O2

View File

@ -1,12 +1,12 @@
Name: qclib
Version: 1.4.1
Version: 2.0.0
Release: 1%{?dist}
Summary: Library for extraction of system information for Linux on z Systems
License: BSD
URL: http://www.ibm.com/developerworks/linux/linux390/qclib.html
Source0: http://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tgz
# https://bugzilla.redhat.com/show_bug.cgi?id=1306280
Patch0: %{name}-1.4.1-docdir.patch
Patch0: %{name}-2.0.0-docdir.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1552658
Patch1: %{name}-1.3.1-ldflags.patch
ExclusiveArch: s390 s390x
@ -80,6 +80,10 @@ make test-sh test
%changelog
* Mon Nov 25 2019 Dan Horák <dhorak@redhat.com> - 2.0.0-1
- updated to 2.0.0 (#1726247)
- Resolves: #1726247
* Wed Jul 25 2018 Dan Horák <dan[at]danny.cz> - 1.4.1-1
- updated to 1.4.1