SHA256
1
0
forked from pool/libzbc

Accepting request 360648 from hardware

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/360648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzbc?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-02-25 21:03:32 +00:00 committed by Git OBS Bridge
commit 907036df04
5 changed files with 18 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/hgst/libzbc</param>
<param name="revision">548f6455340b304c0e7060681444d11efa16f3d8</param>
<param name="revision">2882d881e9f2278ad53daf340e298d6b91bc3aec</param>
<param name="scm">git</param>
<param name="versionformat">2.0.0~git@REVISION@</param>
<param name="versionformat">2.0.0.g@TAG_OFFSET@</param>
</service>
</services>

3
libzbc-2.0.0.g32.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:058f2f5985d61acc83ff1cbb48824719585d3a8962889f6a831260483a214e2b
size 425560

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98dc5e1af5c2b7d11922c4ea9c0ec6443b3c2558f043784ed291d8bd7b0e1a34
size 422156

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Feb 13 17:47:24 UTC 2016 - jengelh@inai.de
- Update to new git snapshot 2.0.0.g32
* Support for ZBC and ZAC r04
* Added block device backend driver for use with kernels providing
SMR support and exposing host-managed disks as block devices.
-------------------------------------------------------------------
Thu Nov 12 19:13:31 UTC 2015 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libzbc
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,8 @@
Name: libzbc
%define lname libzbc2
Version: 2.0.0~git113
%define lname libzbc4
Version: 2.0.0.g32
Release: 0
Summary: Library for manipulating ZBC and ZAC disks
License: BSD-2-Clause and LGPL-3.0+
@ -26,7 +26,6 @@ Group: Hardware
Url: http://github.com/hgst/libzbc
#Git-Clone: git://github.com/hgst/libzbc
#Snapshot: 548f6455340b304c0e7060681444d11efa16f3d8
Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool >= 2
@ -92,9 +91,8 @@ make %{?_smp_mflags}
popd
%install
b="%buildroot";
%make_install -C obj
find "$b/%_libdir" -type f -name "*.la" -delete;
find "%buildroot/%_libdir" -type f -name "*.la" -delete
%check
make -C obj check %{?_smp_mflags}
@ -113,7 +111,7 @@ make -C obj check %{?_smp_mflags}
%files -n %lname
%defattr(-,root,root)
%_libdir/libzbc.so.2*
%_libdir/libzbc.so.4*
%doc COPYING
%files devel