X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=mpt-status.spec;h=b9915077c6a2176a570fb120ddd65f9a1652b3b9;hb=1c91116ee14743415e1517d9675c5e01a12a6cb6;hp=2d20836471681ed9c2393cae1d856eccc11f707a;hpb=d9a242b63a4fa60dedc856ecce23c714a3f55cfc;p=sven%2Fmpt-status.git diff --git a/mpt-status.spec b/mpt-status.spec index 2d20836..b991507 100644 --- a/mpt-status.spec +++ b/mpt-status.spec @@ -4,11 +4,11 @@ Version: 1.2.0 Release: 4%{?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 +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 @@ -25,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} @@ -51,12 +54,17 @@ you to monitor the health and status of your RAID setup. /sbin/chkconfig --del mpt-statusd %changelog -* Wed Jul 30 2014 Sven Hoexter - 1.2.0-4 +* Wed Aug 04 2014 Sven Hoexter - 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 - 1.2.0-3 - Add mpt-status.init as Source10 and install it into the package. - Require daemonize and chkconfig/service for post/preun.