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