From 0d8e758fb46f3c1e9d467b5734f51a134aa1496ebf050ed718e69e35dc479c98 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 29 Apr 2016 12:38:02 +0000 Subject: [PATCH] Accepting request 391869 from home:PerryWerneck Adding "xz" as BuildRequires since it's not default on SLES11 and using a bigger description. OBS-URL: https://build.opensuse.org/request/show/391869 OBS-URL: https://build.opensuse.org/package/show/Base:System/libatasmart?expand=0&rev=18 --- libatasmart.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/libatasmart.spec b/libatasmart.spec index 2b45dc3..e72ba8f 100644 --- a/libatasmart.spec +++ b/libatasmart.spec @@ -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