Accepting request 392479 from Base:System

- Adding "xz" as BuildRequires since it's not default on SLES11 and
  using a bigger description.

OBS-URL: https://build.opensuse.org/request/show/392479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libatasmart?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2016-05-05 11:18:01 +00:00 committed by Git OBS Bridge
commit 916d59bc6b
2 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 29 12:59:30 UTC 2016 - perry.werneck@gmail.com
- Adding "xz" as BuildRequires since it's not default on SLES11 and
using a bigger description.
-------------------------------------------------------------------
Fri Sep 14 18:11:09 UTC 2012 - vuntz@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libatasmart
#
# Copyright (c) 2012 SUSE LINUX Products 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
@ -22,16 +22,31 @@ Release: 0
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
License: LGPL-2.1+
Group: System/Libraries
Url: http://git.0pointer.de/?p=libatasmart.git;a=summary
Url: http://git.0pointer.net/libatasmart.git/
Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
BuildRequires: libudev-devel
BuildRequires: pkgconfig
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
health monitoring.
As the name suggests libatasmart only does ATA S.M.A.R.T.,
there is no support for SCSI harddisks. SCSI S.M.A.R.T. is a
very different system, support for it should be implemented in
a separate library "libscsismart" if there should ever be
demand for it.
This library is supposed to be lean and small and thus
supports only a subset of the S.M.A.R.T. functionality.
However, I claim that it implements the relevant part of it.
If you need full control over all S.M.A.R.T. functionality of
your hardware please refer to Buce Allen's smartmontools.
%package -n libatasmart4
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
Group: System/Libraries