diff options
Diffstat (limited to 'ldetect-lst.spec')
-rw-r--r-- | ldetect-lst.spec | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec new file mode 100644 index 00000000..75558292 --- /dev/null +++ b/ldetect-lst.spec @@ -0,0 +1,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 + |