SPECS: scsidev.spec (NEW) - separated from scsiutils.spec - updated to 2.37...

qboosh qboosh at pld-linux.org
Thu Jul 10 19:44:47 CEST 2008


Author: qboosh                       Date: Thu Jul 10 17:44:47 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separated from scsiutils.spec
- updated to 2.37 (with Linux 2.6 sysfs support)
- updated makefile patch

---- Files affected:
SPECS:
   scsidev.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/scsidev.spec
diff -u /dev/null SPECS/scsidev.spec:1.1
--- /dev/null	Thu Jul 10 19:44:47 2008
+++ SPECS/scsidev.spec	Thu Jul 10 19:44:42 2008
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:	scsidev - alternative scheme for SCSI devices
+Summary(pl.UTF-8):	scsidev - alternatywny sposób nazywania urządzeń SCSI
+Name:		scsidev
+Version:	2.37
+Release:	1
+Epoch:		1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.garloff.de/kurt/linux/scsidev/%{name}-%{version}.tar.gz
+# Source0-md5:	e3f2116f5b069503fda62363634dc4c6
+Patch0:		%{name}-makefile.patch
+URL:		http://www.garloff.de/kurt/linux/scsidev/#scsidev
+BuildRequires:	autoconf
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_bindir		/sbin
+
+%description
+If your SCSI config changes from time to time, e.g. because you have
+external devices which are not always switched on or connected then
+the kernel's mapping to the device nodes is not always the way you
+would expect it. This program creates a mapping which remains
+unchanged in most of these cases.
+
+%description -l pl.UTF-8
+Jeżeli konfiguracja SCSI zmienia się w czasie, np. ponieważ urządzenia
+zewnętrzne nie są zawsze podłączone lub włączone, mapowania jądra
+dotyczące urządzeń SCSI nie są takie same. Ten program tworzy
+mapowanie nie zmieniające się w większości przypadków.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README TODO
+%attr(755,root,root) %{_bindir}/scsidev
+%{_mandir}/man8/scsidev.8*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/07/10 17:44:42  qboosh
+- separated from scsiutils.spec
+- updated to 2.37 (with Linux 2.6 sysfs support)
+- updated makefile patch
================================================================


More information about the pld-cvs-commit mailing list