summaryrefslogtreecommitdiffstats
path: root/ldetect-lst.spec
blob: 755582924021b7388fe4677bcdd3f3d714f2a040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%define name ldetect-lst
%define release 1mdk

Name: %{name}
Version: %{version}
Release: %{release}
Summary: Hardware list for the detection library
Source: %{name}.tar.bz2
Group: System/Libraries
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-buildroot
Copyright: GPL
Prefix: %{_prefix}

%description
The hardware device lists provided by this package are used as lookup 
table to get hardware autodetection

%prep
%setup -n %{name}

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/%{name}

%changelog
* Fri Dec 15 2000 Pixel <pixel@mandrakesoft.com> 0.1.0-1mdk
- first release