]> git.pld-linux.org Git - packages/atapci.git/blob - atapci.spec
- tabs in preamble
[packages/atapci.git] / atapci.spec
1 Summary:        ATA PCI Utilities
2 Summary(pl.UTF-8):      Narzędzia ATA PCI
3 Name:           atapci
4 Version:        0.52
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://home.elka.pw.edu.pl/~bzolnier/atapci/%{name}-%{version}.tar.bz2
9 # Source0-md5:  93b905034584cdafd30a76362538036b
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 atapci is a userland port of Linux kernel code responsible for
14 displaying /proc/ide/ chipset specific information, formerly this
15 program was called ide-info
16
17 %description -l pl.UTF-8
18 atapci jest odpowiednikiem kodu jądra odpowiedzialnego za wyświetlanie
19 informacji z /proc/ide/ specyficznej dla określonych chipsetów.
20
21 %prep
22 %setup -q
23
24 %build
25 %{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{_sbindir}
30
31 install atapci          $RPM_BUILD_ROOT%{_sbindir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README STATUS
39 %attr(755,root,root) %{_sbindir}/*
This page took 0.055402 seconds and 3 git commands to generate.