summaryrefslogtreecommitdiffstats
path: root/ldetect-lst.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-12-15 14:38:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-12-15 14:38:34 +0000
commitbeb110da171c01836e8b7c580cbfaf657c50990a (patch)
tree032a21241132a9c96be385d5c7215cbc6d03a371 /ldetect-lst.spec
parentf87a8fd23167019da4d11a78829dcbe19f3ce72c (diff)
downloadldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar.gz
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar.bz2
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.tar.xz
ldetect-lst-beb110da171c01836e8b7c580cbfaf657c50990a.zip
creation, now pcitable is standalone and its reference is HERE
Diffstat (limited to 'ldetect-lst.spec')
-rw-r--r--ldetect-lst.spec39
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
+