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