]> git.pld-linux.org Git - packages/blktool.git/blob - blktool.spec
- removed empty ChangeLog file from %%doc
[packages/blktool.git] / blktool.spec
1 Summary:        Replacement for "hdparm"
2 Summary(pl):    Zamiennik programu hdparm
3 Name:           blktool
4 Version:        4
5 Release:        0.2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
9 # Source0-md5:  9272a47c6254b506548ba10a2a9f8bb3
10 URL:            http://sourceforge.net/projects/gkernel/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 blktool aims to be an easier to use, and more generic version of the
17 existing utility 'hdparm'.
18
19 %description -l pl
20 blktool ma byæ ³atwiejsz± w u¿yciu i bardziej ogóln± wersj±
21 istniej±cego narzêdzia "hdparm".
22
23 %prep
24 %setup -q
25
26 %build
27 %{__aclocal}
28 %{__autoconf}
29 %{__automake}
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS NEWS README
45 %attr(755,root,root) %{_sbindir}/*
46 %{_mandir}/man8/*.8*
This page took 0.454442 seconds and 3 git commands to generate.