source: projects/specs/trunk/s/sgpio/sgpio-vl.spec @ 12356

Revision 12356, 2.2 KB checked in by tomop, 4 years ago (diff)

updated 8 packages

device-mapper-multipath-0.8.2-1

dmraid-1.0.0.rc16-4

jansson-2.12-2

libbsd-0.10.0-1

libedit-3.1-4.20191231

libnsl2-1.2.0-2

libxcrypt-4.4.15-1

sgpio-1.2.1-1

Line 
1Summary: SGPIO captive backplane tool
2Summary(ja): SGPIO バックプレーンツール
3Name: sgpio
4Version: 1.2.1
5Release: 1%{?_dist_release}
6Group: System Environment/Base
7Vendor: Project Vine
8Distribution: Vine Linux
9
10License: GPLv2+
11URL: http://www.sourceware.org/lvm2/wiki/DMRAID_Eventing
12Source: http://www.sourceware.org/lvm2/wiki/DMRAID_Eventing?action=AttachFile&do=get&target=sgpio-%{version}.tgz#/sgpio-%{version}.tgz
13# there is no official download link for the latest package
14#Source: http://sources.redhat.com/lvm2/wiki/DMRAID_Eventing?action=AttachFile&do=get&target=sgpio-1.2.tgz
15Patch0: sgpio-1.2-makefile.patch
16BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires: nkf
18
19%description
20Intel SGPIO enclosure management utility
21
22%description -l ja
23Intel SGPIO エンクロージャ管理ユーティリティ
24
25%prep
26%setup -q -n sgpio
27%patch0 -p1 -b .makefile
28nkf --unix --in-place README
29chmod a-x *
30
31%build
32#@@@ workaround for #474755 - remove with next update
33make clean
34make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/sbin MANDIR=$RPM_BUILD_ROOT%{_mandir}
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-, root, root, -)
45%license LICENSE_GPL
46%doc README
47/sbin/sgpio
48%{_mandir}/man1/sgpio.*
49
50%changelog
51* Sat Mar 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.1-1
52- new upstream release.
53
54* Wed Apr 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0.10-1
55- initial build for Vine Linux
56
57* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.10-5
58- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
59
60* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.10-4
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
62
63* Mon Jun  1 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.2.0.10-3
64- rebuild for F12
65
66* Tue Apr 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.2.0.10-2
67- move the EOL conversion and the removal of
68  executable bits from %%install to %%prep section
69
70* Wed Dec 10 2008 Jiri Moskovcak <jmoskovc@redhat.com> 1.2.0_10-1
71- initial Fedora release
Note: See TracBrowser for help on using the repository browser.