ledmon/ledmon.spec

99 lines
3.1 KiB
RPMSpec
Raw Normal View History

2011-02-07 17:24:24 +00:00
Summary: Enclosure LED Utilities
Name: ledmon
2013-11-28 17:02:56 +00:00
Version: 0.79
Release: 1%{?dist}
2011-02-07 17:24:24 +00:00
License: GPLv2+
Group: Applications/System
URL: http://sourceforge.net/projects/ledmon/
2013-01-07 13:58:15 +00:00
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
2011-02-07 17:24:24 +00:00
Patch0: ledmon_cflags.patch
BuildRequires: perl
BuildRequires: sg3_utils-devel
2011-02-07 17:24:24 +00:00
Obsoletes: ledctl = 0.1-1
Provides: ledctl = %{version}-%{release}
2012-10-19 08:02:06 +00:00
Requires: sg3_utils-libs
2011-02-07 17:24:24 +00:00
%description
The ledmon and ledctl are user space applications design to control LED
associated with each slot in an enclosure or a drive bay. There are two
types of system: 2-LED system (Activity LED, Status LED) and 3-LED system
(Activity LED, Locate LED, Fail LED). User must have root privileges to
use this application.
%prep
2013-11-28 17:02:56 +00:00
%setup -q
2011-02-07 17:24:24 +00:00
%patch0 -p1 -b .cflags
%build
# can't use smp_flags because -j4 makes the build fail
make CFLAGS="$RPM_OPT_FLAGS"
2011-02-07 17:24:24 +00:00
%install
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir}
%files
%doc README COPYING
%{_sbindir}/ledctl
%{_sbindir}/ledmon
%{_mandir}/*/*
%changelog
2013-11-28 17:02:56 +00:00
* Thu Nov 28 2013 Michal Sekletar <msekleta@redhat.com> - 0.79-1
- update to 0.79
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.78-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Jul 03 2013 Michal Sekletar <msekleta@redhat.com> - 0.78-1
- Update to 0.78
2013-04-19 08:36:43 +00:00
* Fri Apr 19 2013 Jan Synáček <jsynacek@redhat.com> - 0.77-1
- Update to 0.77
2013-04-19 08:37:52 +00:00
- Documentation enhancements
2013-04-19 08:36:43 +00:00
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.75-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-01-07 13:58:15 +00:00
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 0.75-1
- Update to 0.75 and drop upstreamed patch
2012-11-15 13:56:39 +00:00
* Thu Nov 15 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-3
- Some coverity fixes
2012-10-19 08:02:06 +00:00
* Fri Oct 19 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-2
- Require sg3_utils-libs
2012-08-13 06:27:29 +00:00
* Mon Aug 13 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-1
- Update to 0.74
- Resolves: #847072
* Tue Aug 07 2012 Jan Synáček <jsynacek@redhat.com> - 0.72-1
- Update to 0.72 and update patch
- Resolves: #846018
2012-07-25 05:57:51 +00:00
* Wed Jul 25 2012 Jan Synáček <jsynacek@redhat.com> - 0.40-1
- Update to 0.40
- Resolves: #838086
2012-07-25 05:58:56 +00:00
- Make spec fedora-review friendly
2012-07-25 05:57:51 +00:00
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-03-05 08:33:45 +00:00
* Mon Mar 05 2012 Jan Synáček <jsynacek@redhat.com> - 0.32-1
- Update to 0.32
2012-02-10 09:42:23 +00:00
* Fri Feb 10 2012 Jan Synáček <jsynacek@redhat.com> - 0.31-1
- Update to 0.31
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-07 17:24:24 +00:00
* Fri Jan 14 2011 Jiri Moskovcak <jmoskovc@redhat.com> 0.1-2
- renamed to ledmon, because ledctl is taken
* Fri Jan 07 2011 Jiri Moskovcak <jmoskovc@redhat.com> 0.1-1
2012-02-10 09:42:23 +00:00
- initial release