forked from pool/libzbc
libzbc-2.0.0.g65
OBS-URL: https://build.opensuse.org/package/show/hardware/libzbc?expand=0&rev=3
This commit is contained in:
parent
d61b821355
commit
824ffef320
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0bcc2499560a2b80533eabbff9ddb35540b193b6a873e76f35c7348bcb6e808b
|
|
||||||
size 51544
|
|
3
libzbc-2.0.0~git65.tar.xz
Normal file
3
libzbc-2.0.0~git65.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f10286e20245ec264e9604a3084efb771cf0b8a92e09b28549b1e17f97bfe44
|
||||||
|
size 57564
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 8 23:11:56 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new git snapshot 2.0.0~git65
|
||||||
|
* supports the ZBC standard draft Rev 02
|
||||||
|
and Rev 01 of the ZAC standard draft
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 16 21:44:08 UTC 2015 - jengelh@inai.de
|
Mon Mar 16 21:44:08 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
12
libzbc.spec
12
libzbc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzbc
|
# spec file for package libzbc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libzbc
|
Name: libzbc
|
||||||
%define lname libzbc1
|
%define lname libzbc2
|
||||||
Version: 1.1.0~git68
|
Version: 2.0.0~git65
|
||||||
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+
|
License: BSD-2-Clause and LGPL-3.0+
|
||||||
@ -26,13 +26,13 @@ Group: Hardware
|
|||||||
Url: http://github.com/hgst/libzbc
|
Url: http://github.com/hgst/libzbc
|
||||||
|
|
||||||
#Git-Clone: git://github.com/hgst/libzbc
|
#Git-Clone: git://github.com/hgst/libzbc
|
||||||
#Snapshot: 116f604a2a0c5f15bed9c7b2e3bb8188da93f643
|
#Snapshot: 548f6455340b304c0e7060681444d11efa16f3d8
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libzbc is a simple library providing functions for manipulating Zoned
|
libzbc is a simple library providing functions for manipulating Zoned
|
||||||
@ -113,7 +113,7 @@ make -C obj check %{?_smp_mflags}
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/libzbc.so.1*
|
%_libdir/libzbc.so.2*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user