]> git.sven.stormbind.net Git - sven/mpt-status.git/blob - mpt-status.spec
Add _mandir to %files section.
[sven/mpt-status.git] / mpt-status.spec
1 Summary: Get RAID status out of mpt (and other) HW RAID controllers
2 Name: mpt-status
3 Version: 1.2.0
4 Release: 4%{?dist}
5 License: GPLv2+
6 Group: Applications/System
7 Source: %{name}-%{version}.tar.gz
8 Source10: mpt-status.init
9 Patch1: mpt-status.header_path.patch
10 Patch2: mpt-status.includes.patch
11 Patch3: mpt-status.fsf_address.patch
12 BuildRequires: pciutils-devel
13 Requires (preun): /sbin/chkconfig
14 Requires (preun): /sbin/service 
15 Requires (post): /sbin/chkconfig
16
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
19 %description
20 The mpt-status software is a query tool to access the running
21 configuration and status of LSI SCSI HBAs. mpt-status allows
22 you to monitor the health and status of your RAID setup.
23
24 %prep
25 %setup -q -n %{name}-%{version}
26 %patch1 -p1
27 %patch2 -p1
28 %patch3 -p1
29
30 %build
31 %{__make}
32
33 %install
34 %{__rm} -rf %{buildroot}
35 %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status
36 %{__install} -D -m0755 %{SOURCE10} %{buildroot}/%{_sysconfdir}/rc.d/init.d/mpt-statusd
37 %{__install} -D -m0644 man/mpt-status.8 %{buildroot}%{_mandir}/man8/mpt-status.8
38
39 %clean
40 %{__rm} -rf %{buildroot}
41
42 %files
43 %defattr(-, root, root, 0755)
44 %doc doc/*
45 %{_sbindir}/mpt-status
46 %{_sysconfdir}/rc.d/init.d/mpt-statusd
47 %{_mandir}/man8/mpt-status.*
48
49 %post
50 /sbin/chkconfig --add mpt-statusd
51
52 %preun
53 /sbin/service mpt-statusd stop > /dev/null 2>&1
54 /sbin/chkconfig --del mpt-statusd
55
56 %changelog
57 * Mon Aug 04 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
58 - Changed chkconfig and LSB header to not activate the init script
59   by default.
60 - Removed depedency on daemonize, if you would like to use
61   the init script monitoring facility you have to aquire a
62   daemonize by yourself.
63 - Remove URL and shorten Source - original author website is
64   no longer online.
65 - Add mpt-status.fsf_address.patch to update the FSF address.
66 - Install the mpt-status manpage.
67
68 * Sun Oct 16 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-3
69 - Add mpt-status.init as Source10 and install it into the package.
70 - Require daemonize and chkconfig/service for post/preun.
71 - post and preun snippets to add/remove mpt-status from the
72   chkconfig service list.
73
74 * Thu Sep 22 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-2
75 - Start summary with a capital letter (rpmlint).
76 - Change License to GPLv2+ (rpmlint).
77 - Remove 'Packager' tag (rpmlint).
78 - Remove macro from the prior changelog entry (rpmlint).
79 - Add -q to the 'setup' macro (rpmlint).
80 - Edit 'Source' tag to contain the upstream URL (rpmlint). 
81
82 * Sun Sep 11 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-1
83 - Add Patch1 and Patch2, taken from Debian and re-diffed for a
84   generic path.
85 - Add BuildRequires pciutils-devel.
86 - Add 'dist' to the release version.
87 - Add BuildRoot format from one of the Fedora examples.
88 - Change Packager to Sven Hoexter <sven@timegate.de>.
89 - Copy the short and long description from the Debian package.
90
91 * Fri Jun 30 2006 Roberto Nibali (ratz@drugphish.ch)
92 - Changed release version
93
94 * Fri Jun 30 2006 Rich Edelman (rich.edelman@openwave.com)
95 - Upgraded to version 1.2.0-RC7
96 - Changed Makefile to use /lib/modules/`uname -r`/build as the KERNEL_PATH 
97   directory, instead of /usr/src/linux. This should make building this package
98   across different distributions easier. (Patch mpt-status-fix-kernel-path.diff)
99
100 * Thu Jul 14 2005 Jean-Philippe CIVADE <jp.civade@100p100.net> - 1.1.3-0
101 - Initial package.