]> git.sven.stormbind.net Git - sven/mpt-status.git/blobdiff - mpt-status.spec
changelog spacing fix
[sven/mpt-status.git] / mpt-status.spec
index 2d20836471681ed9c2393cae1d856eccc11f707a..b71a4b3eae8cd66dd5e594cf024722ff7ba41a5f 100644 (file)
@@ -1,14 +1,15 @@
 Summary: Get RAID status out of mpt (and other) HW RAID controllers
 Name: mpt-status
 Version: 1.2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/System
-URL: http://www.drugphish.ch/~ratz/mpt-status/
-Source: http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.gz
+URL: http://sven.stormbind.net/mpt-status-rhel/
+Source: http://ftp.de.debian.org/debian/pool/main/m/mpt-status/%{name}_%{version}.orig.tar.gz
 Source10: mpt-status.init
 Patch1: mpt-status.header_path.patch
 Patch2: mpt-status.includes.patch
+Patch3: mpt-status.fsf_address.patch
 BuildRequires: pciutils-devel
 Requires (preun): /sbin/chkconfig
 Requires (preun): /sbin/service 
@@ -25,6 +26,7 @@ you to monitor the health and status of your RAID setup.
 %setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__make}
@@ -33,15 +35,17 @@ you to monitor the health and status of your RAID setup.
 %{__rm} -rf %{buildroot}
 %{__install} -D -m0755 mpt-status %{buildroot}%{_sbindir}/mpt-status
 %{__install} -D -m0755 %{SOURCE10} %{buildroot}/%{_sysconfdir}/rc.d/init.d/mpt-statusd
+%{__install} -D -m0644 man/mpt-status.8 %{buildroot}%{_mandir}/man8/mpt-status.8
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)
-%doc doc/*
+%doc doc/{AUTHORS,Changelog,COPYING,DeveloperNotes,FAQ,README,ReleaseNotes,TODO}
 %{_sbindir}/mpt-status
 %{_sysconfdir}/rc.d/init.d/mpt-statusd
+%{_mandir}/man8/mpt-status.*
 
 %post
 /sbin/chkconfig --add mpt-statusd
@@ -51,12 +55,24 @@ you to monitor the health and status of your RAID setup.
 /sbin/chkconfig --del mpt-statusd
 
 %changelog
-* Wed Jul 30 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
+* Tue Aug 05 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-5
+- Do not install the INSTALL file from doc - copied the approach
+  form the openSuSE spec file.
+- Reference the orig.tar.gz from the Debian pool as Source - another
+  approach copied from openSuSE.
+- Point URL to my own website since the original website is gone.
+
+* Mon Aug 04 2014 Sven Hoexter <sven@timegate.de> - 1.2.0-4
 - Changed chkconfig and LSB header to not activate the init script
   by default.
 - Removed depedency on daemonize, if you would like to use
   the init script monitoring facility you have to aquire a
   daemonize by yourself.
+- Remove URL and shorten Source - original author website is
+  no longer online.
+- Add mpt-status.fsf_address.patch to update the FSF address.
+- Install the mpt-status manpage.
+
 * Sun Oct 16 2011 Sven Hoexter <sven@timegate.de> - 1.2.0-3
 - Add mpt-status.init as Source10 and install it into the package.
 - Require daemonize and chkconfig/service for post/preun.