Accepting request 1183572 from hardware
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1183572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=23
This commit is contained in:
commit
6de7b9a80a
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 10 11:18:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 6
|
||||||
|
* Dropped support for draft standards 4.x.
|
||||||
|
* Compliance to the final ZBC/ZAC standards is improved and now
|
||||||
|
includes support for such ZAC-2/ZBC-2 features as support for
|
||||||
|
DH-SMR (XMR) devices and support for zone counts > 1 in zone
|
||||||
|
operations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 06:04:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 16 06:04:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
11
libzbc.spec
11
libzbc.spec
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzbc
|
Name: libzbc
|
||||||
%define lname libzbc5
|
%define lname libzbc6
|
||||||
Version: 5.14.0
|
Version: 6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for manipulating ZBC and ZAC disks
|
Summary: Library for manipulating ZBC and ZAC disks
|
||||||
License: BSD-2-Clause AND LGPL-3.0-or-later
|
License: BSD-2-Clause AND LGPL-3.0-or-later
|
||||||
@ -27,6 +27,7 @@ URL: https://github.com/westerndigitalcorporation/libzbc
|
|||||||
|
|
||||||
Source: https://github.com/westerndigitalcorporation/libzbc/archive/v%version.tar.gz
|
Source: https://github.com/westerndigitalcorporation/libzbc/archive/v%version.tar.gz
|
||||||
BuildRequires: autoconf-archive
|
BuildRequires: autoconf-archive
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -88,6 +89,8 @@ autoreconf -fi
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||||
|
rm -Rf "%buildroot/%_datadir/polkit-1"
|
||||||
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
@ -101,9 +104,11 @@ find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
|||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%_bindir/gz*
|
%_bindir/gz*
|
||||||
|
%_datadir/applications/
|
||||||
|
%_datadir/pixmaps/*
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libzbc.so.5*
|
%_libdir/libzbc.so.*
|
||||||
%license COPYING.BSD
|
%license COPYING.BSD
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa7d370df0ce428bd259d976395fd3912809327c7985e58466926154cdf6a981
|
|
||||||
size 142520
|
|
BIN
v6.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
v6.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user