summaryrefslogtreecommitdiffstats
path: root/ldetect.spec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-17 14:18:51 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-17 14:18:51 +0000
commit48380b3127eab88835b538cb1e2c4e3acd497e05 (patch)
treeef8237307547e9f4e6349cad4895ffc335b293d5 /ldetect.spec
parent95ced60e6ca32da32a81df919ba0e49c558a0f71 (diff)
downloadldetect-48380b3127eab88835b538cb1e2c4e3acd497e05.tar
ldetect-48380b3127eab88835b538cb1e2c4e3acd497e05.tar.gz
ldetect-48380b3127eab88835b538cb1e2c4e3acd497e05.tar.bz2
ldetect-48380b3127eab88835b538cb1e2c4e3acd497e05.tar.xz
ldetect-48380b3127eab88835b538cb1e2c4e3acd497e05.zip
- rpmlint fixes (url, doc)
- simplification
Diffstat (limited to 'ldetect.spec')
-rw-r--r--ldetect.spec28
1 files changed, 14 insertions, 14 deletions
diff --git a/ldetect.spec b/ldetect.spec
index f60e575..52cddbf 100644
--- a/ldetect.spec
+++ b/ldetect.spec
@@ -1,19 +1,14 @@
-# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!
-%define name ldetect
-%define version 0.4.6
-%define release 1mdk
-
-Name: %{name}
-Version: %{version}
-Release: %{release}
+Name: ldetect
+Version: 0.4.6
+Release: 2mdk
Summary: Light hardware detection library
-Source: %{name}.tar.bz2
+Source: %name.tar.bz2
Group: System/Libraries
-BuildRoot: %{_tmppath}/%{name}-buildroot
+URL: http://www.mandrakelinux.com
+BuildRoot: %_tmppath/%{name}-buildroot
BuildRequires: usbutils pciutils-devel
-Requires: ldetect-lst
+Requires: ldetect-lst common-licenses
License: GPL
-Prefix: %{_prefix}
%package devel
Summary: Development package for ldetect
@@ -24,10 +19,10 @@ The hardware device lists provided by this package are used as lookup
table to get hardware autodetection
%description devel
-see %{name}
+see %name
%prep
-%setup -q -n %{name}
+%setup -q -n %name
%build
# Add PIC code in static library because it could be linked into a DSO
@@ -44,14 +39,19 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
+%doc AUTHORS
%_bindir/*
%files devel
%defattr(-,root,root)
+%doc ChangeLog
%_includedir/*
%_libdir/*
%changelog
+* Sat Aug 17 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.6-2mdk
+- rpmlint fixes
+
* Sat Aug 17 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.4.6-1mdk
- homogenize pci and usb memory managment
- add hints for documentation