]> git.pld-linux.org Git - packages/sdparm.git/blame - sdparm.spec
- updated to 1.08
[packages/sdparm.git] / sdparm.spec
CommitLineData
bc2e028a 1Summary: sdparm - listing and changing SCSI disk parameters
d06b635a 2Summary(pl.UTF-8): sdparm - wyświetlanie i zmiana parametrów dysków SCSI
bc2e028a 3Name: sdparm
9eeba1cf 4Version: 1.08
c0d800b5 5Release: 1
bc2e028a
JB
6License: BSD
7Group: Applications/System
cfe7230e 8Source0: http://sg.danny.cz/sg/p/%{name}-%{version}.tar.xz
9eeba1cf 9# Source0-md5: d290e6b45d690bfa2cc05700ec119073
733ee203 10URL: http://sg.danny.cz/sg/sdparm.html
1689ba9f 11BuildRequires: autoconf
12BuildRequires: automake
cfe7230e
JB
13BuildRequires: tar >= 1:1.22
14BuildRequires: xz
9eeba1cf
JB
15# for scsi_ch_swp
16Suggests: blockdev
bc2e028a
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20sdparm is a utility for listing and potentially changing SCSI disk
21parameters. More generally it can be used on any device that uses a
22SCSI command set. Apart from SCSI disks, examples of devices that use
23SCSI command sets are ATAPI CD/DVD drives, SCSI and ATAPI tape drives
24and SCSI enclosures.
25
c933dff5
JR
26%description -l pl.UTF-8
27sdparm to narzędzie do wyświetlania i ewentualnej zmiany parametrów
28dysków SCSI. Bardziej ogólnie może być używane z każdym urządzeniem
29używającym zestawu poleceń SCSI. Oprócz dysków SCSI przykładami takich
30urządzeń mogą być napędy CD/DVD ATAPI, napędy taśmowe SCSI i ATAPI
31oraz zewnętrzne macierze SCSI.
bc2e028a
JB
32
33%prep
34%setup -q
35
36%build
1689ba9f 37%{__aclocal}
38%{__autoconf}
39%{__automake}
bc2e028a
JB
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS COPYING CREDITS ChangeLog README
9eeba1cf
JB
55%attr(755,root,root) %{_bindir}/sas_disk_blink
56%attr(755,root,root) %{_bindir}/scsi_ch_swp
bc2e028a 57%attr(755,root,root) %{_bindir}/sdparm
9eeba1cf
JB
58%{_mandir}/man8/sas_disk_blink.8*
59%{_mandir}/man8/scsi_ch_swp.8*
bc2e028a 60%{_mandir}/man8/sdparm.8*
This page took 0.02855 seconds and 4 git commands to generate.