]> git.pld-linux.org Git - packages/blktool.git/blob - blktool.spec
325da72c00cf6e8bea4cbc92e61c2848c8e2a92e
[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 BuildRequires:  glib2-devel >= 2.0.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 blktool aims to be an easier to use, and more generic version of the
18 existing utility 'hdparm'.
19
20 %description -l pl
21 blktool ma byæ ³atwiejsz± w u¿yciu i bardziej ogóln± wersj±
22 istniej±cego narzêdzia "hdparm".
23
24 %prep
25 %setup -q
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__automake}
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS NEWS README
46 %attr(755,root,root) %{_sbindir}/*
47 %{_mandir}/man8/*.8*
This page took 0.120052 seconds and 2 git commands to generate.