SPECS: mpt-status.spec - updated to 1.2.0, updated headers

qboosh qboosh at pld-linux.org
Mon Nov 13 14:27:29 CET 2006


Author: qboosh                       Date: Mon Nov 13 13:27:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.2.0, updated headers

---- Files affected:
SPECS:
   mpt-status.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/mpt-status.spec
diff -u SPECS/mpt-status.spec:1.4 SPECS/mpt-status.spec:1.5
--- SPECS/mpt-status.spec:1.4	Tue Mar  7 19:43:55 2006
+++ SPECS/mpt-status.spec	Mon Nov 13 14:27:24 2006
@@ -2,13 +2,13 @@
 Summary:	Program to print the status of an LSI 1030 RAID controller
 Summary(pl):	Program podający stan kontrolera LSI 1030 RAID
 Name:		mpt-status
-Version:	1.1.6
+Version:	1.2.0
 Release:	1
 License:	GPL v2+
 Group:		Applications/System
 Source0:	http://www.drugphish.ch/~ratz/mpt-status/%{name}-%{version}.tar.bz2
-# Source0-md5:	0758574317e9a32e9622c36820f6796f
-# needed headers taken from kernel 2.4.31 source
+# Source0-md5:	fae044db1340fd37aa81b4ecef7bbd46
+# needed headers taken from kernel 2.6.16.29 source
 Patch0:		%{name}-headers.patch
 URL:		http://www.red-bean.com/~mab/mpt-status.html
 BuildRequires:	pciutils-devel
@@ -33,9 +33,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
 
 install mpt-status $RPM_BUILD_ROOT%{_bindir}
+install man/mpt-status.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,7 +44,8 @@
 %files
 %defattr(644,root,root,755)
 %doc doc/{AUTHORS,Changelog,README,THANKS,ReleaseNotes}
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/mpt-status
+%{_mandir}/man8/mpt-status.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/13 13:27:24  qboosh
+- updated to 1.2.0, updated headers
+
 Revision 1.4  2006/03/07 18:43:55  qboosh
 - updated to 1.1.6
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpt-status.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list