source: projects/specs/trunk/s/sdparm/sdparm-vl.spec @ 521

Revision 521, 1.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: List or change SCSI disk parameters
2Name: sdparm
3Version: 1.03
4Release: 1%{?_dist_release}
5License: BSD
6Group: Applications/System
7URL: http://www.torque.net/sg/sdparm.html
8Source: http://www.torque.net/sg/p/%{name}-%{version}.tgz
9BuildRoot: %{_tmppath}/%{name}-%{version}-root
10
11%description
12SCSI disk parameters are held in mode pages. This utility lists or
13changes those parameters. Other SCSI devices (or devices that use
14the SCSI command set) such as CD/DVD and tape drives may also find
15parts of sdparm useful. Requires the linux kernel 2.4 series or later.
16In the 2.6 series any device node the understands a SCSI command set
17may be used (e.g. /dev/sda). In the 2.4 series SCSI device node may be used.
18
19Fetches Vital Product Data pages. Can send commands to start or stop
20the media and load or unload removable media.
21
22Warning: It is possible (but unlikely) to change SCSI disk settings
23such that the disk stops operating or is slowed down. Use with care.
24
25%prep
26%setup
27
28%build
29%configure
30
31%install
32%{__rm} -rf %{buildroot}
33%{__make} install DESTDIR="%{buildroot}"
34
35%clean
36%{__rm} -rf %{buildroot}
37
38%files
39%defattr(-, root, root, 0755)
40%doc AUTHORS ChangeLog COPYING CREDITS INSTALL README notes.txt
41%doc %{_mandir}/man8/sdparm.8*
42%{_bindir}/sdparm
43
44%changelog
45* Sun Sep  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.03-1
46- new upstream release
47- applied new versioning policy
48
49* Sun Nov 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.00-0vl1
50- initial package for Vine Linux based on DAG package
51
52* Tue Oct 17 2006 Dag Wieers <dag@wieers.com> - 1.00-1 - +/
53- Initial package. (based on upstream package)
Note: See TracBrowser for help on using the repository browser.