Dirk Mueller
1bfaca2273
Fix bug bsc#986779,Recognize bool values in sysfs OBS-URL: https://build.opensuse.org/request/show/408401 OBS-URL: https://build.opensuse.org/package/show/Base:System/ledmon?expand=0&rev=14
60 lines
1.8 KiB
RPMSpec
60 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package ledmon
|
|
#
|
|
# 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: ledmon
|
|
Version: 0.79
|
|
Release: 0
|
|
Summary: Enclosure LED Utilities
|
|
License: GPL-2.0
|
|
Group: Hardware/Other
|
|
Url: http://sourceforge.net/projects/ledmon/
|
|
Source0: http://sourceforge.net/projects/ledmon/files/ledmon-%{version}/%{name}-%{version}.tar.gz
|
|
Patch0: Makefile-error-dependency.patch
|
|
Patch1: 0001-Recognize_bool_values_in_sysfs.patch
|
|
BuildRequires: libsgutils-devel
|
|
Provides: sgpio:/sbin/ledmon
|
|
Provides: sgpio:/{%{_bindir}}/ledctl
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
The ledctl application and ledmon daemon are part of Intel(R) LED
|
|
ControlUtilities. They help to enable LED management for software RAID
|
|
solutions.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
|
|
%build
|
|
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
|
|
|
%install
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README COPYING
|
|
%{_sbindir}/ledmon
|
|
%{_sbindir}/ledctl
|
|
%{_mandir}/man5/ledctl.conf.5.gz
|
|
%{_mandir}/man8/ledctl.8.gz
|
|
%{_mandir}/man8/ledmon.8.gz
|
|
|
|
%changelog
|