2009-06-01 10:29:00 +00:00
|
|
|
Summary: SGPIO captive backplane tool
|
|
|
|
Name: sgpio
|
|
|
|
Version: 1.2.0.10
|
2012-11-19 08:10:36 +00:00
|
|
|
Release: 9%{?dist}
|
2009-06-01 10:29:00 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing
|
|
|
|
Source: sgpio-1.2-0.10-src.tar.gz
|
|
|
|
# there is no official download link for the latest package
|
|
|
|
#Source: http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing?action=AttachFile&do=get&target=sgpio-1.2.tgz
|
|
|
|
Patch0: sgpio-1.2-makefile.patch
|
|
|
|
BuildRequires: dos2unix
|
|
|
|
|
|
|
|
%description
|
|
|
|
Intel SGPIO enclosure management utility
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n sgpio
|
2012-11-19 08:12:57 +00:00
|
|
|
dos2unix --keepdate Makefile README
|
2009-06-01 10:29:00 +00:00
|
|
|
%patch0 -p1 -b .makefile
|
|
|
|
chmod a-x *
|
|
|
|
|
|
|
|
%build
|
|
|
|
#@@@ workaround for #474755 - remove with next update
|
|
|
|
make clean
|
|
|
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/sbin MANDIR=$RPM_BUILD_ROOT%{_mandir}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README
|
|
|
|
/sbin/sgpio
|
|
|
|
%{_mandir}/man1/sgpio.*
|
|
|
|
|
|
|
|
%changelog
|
2012-11-19 08:10:36 +00:00
|
|
|
* Mon Nov 19 2012 Jan Synáček <jsynacek@redhat.com> - 1.2.0.10-9
|
|
|
|
- dos2unix'ed the patch
|
2012-11-19 08:12:57 +00:00
|
|
|
- Call dos2unix before patching and dos2unix Makefile as well
|
2012-11-19 08:10:36 +00:00
|
|
|
|
2012-08-23 07:57:52 +00:00
|
|
|
* Thu Aug 23 2012 Jan Synáček <jsynacek@redhat.com> - 1.2.0.10-8
|
|
|
|
- Improve spec
|
|
|
|
|
2012-07-21 19:28:23 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-05 08:21:54 +00:00
|
|
|
* Thu Jan 05 2012 Jan Synáček <jsynacek@redhat.com> 1.2.0.10-6
|
|
|
|
- Rebuilt for GCC 4.7
|
|
|
|
|
2011-02-09 13:26:33 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-27 04:14:50 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-01 10:29:00 +00:00
|
|
|
* Mon Jun 1 2009 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.0.10-3
|
|
|
|
- rebuild for F12
|
|
|
|
|
|
|
|
* Tue Apr 14 2009 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.0.10-2
|
|
|
|
- move the EOL conversion and the removal of
|
|
|
|
executable bits from %%install to %%prep section
|
|
|
|
|
|
|
|
* Wed Dec 10 2008 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.0_10-1
|
2012-01-05 08:21:54 +00:00
|
|
|
- initial Fedora release
|