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
This commit is contained in:
parent
0aba97300e
commit
0d8e758fb4
@ -22,16 +22,31 @@ Release: 0
|
|||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
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
|
Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: xz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
A small and lightweight parser library for ATA S.M.A.R.T. hard disk
|
||||||
health monitoring.
|
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
|
%package -n libatasmart4
|
||||||
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
Summary: ATA S.M.A.R.T. Disk Health Monitoring Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user