]> git.sven.stormbind.net Git - sven/mpt-status.git/blobdiff - mpt-status.spec
Fix fsf address, try to add the manpage, recommended by rpmlint.
[sven/mpt-status.git] / mpt-status.spec
index 7f9e0e8a93f5d09e25668b545f7fa3c4d9dbd3c0..95bda5a41ae84a7c2d64703ce3165afcd625f034 100644 (file)
@@ -8,6 +8,7 @@ Source: %{name}-%{version}.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 
@@ -24,14 +25,17 @@ you to monitor the health and status of your RAID setup.
 %setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__make}
 
 %install
 %{__rm} -rf %{buildroot}
+mkdir -p %{buildroot}%{_mandir}/man8
 %{__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}
@@ -50,7 +54,7 @@ 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
+* Wed 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
@@ -58,6 +62,9 @@ you to monitor the health and status of your RAID setup.
   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.