forked from pool/qclib
Accepting request 1089517 from home:ngueorguiev:branches:hardware
- Upgrade to version 2.4.0 (jsc#PED-3284, jsc#PED-3285) * Changes: - Recognize single frame models and rackable models - zname: Add support for option --json - qc_dump: Add trace and JSON dump to .tgz - Amended the .spec file for the error "static-library-without-debuginfo" * Added a line: rm %buildroot/%_libdir/*.a * Removed the line: %{_libdir}/libqc.a from %files devel-static * Removed the line: gzip -9 %{buildroot}/%{_mandir}/man8/* OBS-URL: https://build.opensuse.org/request/show/1089517 OBS-URL: https://build.opensuse.org/package/show/hardware/qclib?expand=0&rev=37
This commit is contained in:
parent
37a601e463
commit
10f1e6a432
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:438064e66e6a80c97bcac0b948cf496037195495ca827f399d507d3cbb92ec6e
|
||||
size 94044
|
BIN
qclib-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
qclib-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 07:41:35 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Upgrade to version 2.4.0 (jsc#PED-3284, jsc#PED-3285)
|
||||
* Changes:
|
||||
- Recognize single frame models and rackable models
|
||||
- zname: Add support for option --json
|
||||
- qc_dump: Add trace and JSON dump to .tgz
|
||||
- Amended the .spec file for the error "static-library-without-debuginfo"
|
||||
* Added a line: rm %buildroot/%_libdir/*.a
|
||||
* Removed the line: %{_libdir}/libqc.a from %files devel-static
|
||||
* Removed the line: gzip -9 %{buildroot}/%{_mandir}/man8/*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 18:29:40 UTC 2022 - Mark Post <mpost@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qclib
|
||||
#
|
||||
# Copyright (c) 2017-2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qclib
|
||||
Version: 2.3.2
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Query Capacity library
|
||||
License: BSD-3-Clause
|
||||
@ -107,9 +107,10 @@ MYCFLAGS=$(grep ^CFLAGS Makefile | cut -f2 -d=)
|
||||
|
||||
%install
|
||||
%make_install V=1
|
||||
gzip -9 %{buildroot}/%{_mandir}/man8/*
|
||||
make installdoc DESTDIR=%{buildroot} V=1
|
||||
|
||||
rm %buildroot/%_libdir/*.a
|
||||
|
||||
%post -n libqc2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libqc2 -p /sbin/ldconfig
|
||||
@ -134,6 +135,5 @@ make installdoc DESTDIR=%{buildroot} V=1
|
||||
|
||||
%files devel-static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libqc.a
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user