]> git.sven.stormbind.net Git - sven/mpt-status.git/blob - mpt-status.spec
Initial import mpt-status 1.2.0-2 packaging
[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: 2%{?dist}
5 License: GPLv2+
6 Group: Applications/System
7 URL: http://www.drugphish.ch/~ratz/mpt-status/
8 Source:http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.gz
9 Patch1: mpt-status.header_path.patch
10 Patch2: mpt-status.includes.patch
11 BuildRequires: pciutils-devel
12
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15 %description
16 The mpt-status software is a query tool to access the running
17 configuration and status of LSI SCSI HBAs. mpt-status allows
18 you to monitor the health and status of your RAID setup.
19
20 %prep
21 %setup -q -n %{name}-%{version}
22 %patch1 -p1
23 %patch2 -p1
24
25 %build
26 %{__make}
27
28 %install
29 %{__rm} -rf %{buildroot}
30 %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status
31
32 %clean
33 %{__rm} -rf %{buildroot}
34
35 %files
36 %defattr(-, root, root, 0755)
37 %doc doc/*
38 %{_sbindir}/mpt-status
39
40 %changelog
41 * Thu Sep 22 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-2
42 - Start summary with a capital letter (rpmlint).
43 - Change License to GPLv2+ (rpmlint).
44 - Remove 'Packager' tag (rpmlint).
45 - Remove macro from the prior changelog entry (rpmlint).
46 - Add -q to the 'setup' macro (rpmlint).
47 - Edit 'Source' tag to contain the upstream URL (rpmlint). 
48
49 * Sun Sep 11 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-1
50 - Add Patch1 and Patch2, taken from Debian and re-diffed for a
51   generic path.
52 - Add BuildRequires pciutils-devel.
53 - Add 'dist' to the release version.
54 - Add BuildRoot format from one of the Fedora examples.
55 - Change Packager to Sven Hoexter <sven@timegate.de>.
56 - Copy the short and long description from the Debian package.
57
58 * Fri Jun 30 2006 Roberto Nibali (ratz@drugphish.ch)
59 - Changed release version
60
61 * Fri Jun 30 2006 Rich Edelman (rich.edelman@openwave.com)
62 - Upgraded to version 1.2.0-RC7
63 - Changed Makefile to use /lib/modules/`uname -r`/build as the KERNEL_PATH 
64   directory, instead of /usr/src/linux. This should make building this package
65   across different distributions easier. (Patch mpt-status-fix-kernel-path.diff)
66
67 * Thu Jul 14 2005 Jean-Philippe CIVADE <jp.civade@100p100.net> - 1.1.3-0
68 - Initial package.