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

Revision 891, 1.7 KB checked in by inagaki, 14 years ago (diff)

upload: cpufrequtils, hdparm, sdparm

Line 
1Summary: List or change SCSI disk parameters
2Name: sdparm
3Version: 1.05
4Release: 1%{?_dist_release}
5License: BSD
6Group: Applications/System
7URL: http://sg.danny.cz/sg/sdparm.html
8Source: http://sg.danny.cz/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 -q
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 Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.05-1
46- new upstream release
47- built with new toolchain
48
49* Sun Sep  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.03-1
50- new upstream release
51- applied new versioning policy
52
53* Sun Nov 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.00-0vl1
54- initial package for Vine Linux based on DAG package
55
56* Tue Oct 17 2006 Dag Wieers <dag@wieers.com> - 1.00-1 - +/
57- Initial package. (based on upstream package)
Note: See TracBrowser for help on using the repository browser.