From d38471fded865475f9bc94a238c60e15fb2bf9f6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 22 Nov 1998 08:55:59 +0000 Subject: [PATCH] Moved pci.ids to /usr/share. Releasing as version 1.09. --- ChangeLog | 6 ++++++ Makefile | 14 ++++++++------ lspci.8 | 2 +- pciutils.h | 6 +++--- pciutils.lsm | 8 ++++---- pciutils.spec | 2 +- setpci.8 | 2 +- 7 files changed, 24 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2cf13e9..dc76c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Nov 22 10:49:56 1998 Martin Mares + + * Makefile, pciutils.h: Moved pci.ids to /usr/share. + + * Released as version 1.09. + Wed Nov 18 15:47:05 1998 Martin Mares * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind diff --git a/Makefile b/Makefile index e4ab630..a7abb06 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/04/19 11:02:25 mj Exp $ +# $Id: Makefile,v 1.9 1998/11/22 08:56:00 mj Exp $ # Makefile for Linux PCI Utilities # (c) 1998 Martin Mares @@ -7,8 +7,8 @@ KERN_H=$(shell if [ ! -f pci.h ] ; then echo '-DKERNEL_PCI_H' ; fi) OPT=-O2 -fomit-frame-pointer CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wno-unused -Werror -DARCH_$(ARCH) $(KERN_H) -PREFIX=/ -MANPREFIX=/usr +ROOT=/ +PREFIX=/usr all: lspci setpci @@ -25,9 +25,11 @@ clean: rm -f lspci setpci pci.h install: all - install -o root -g root -m 755 -s lspci setpci $(PREFIX)/sbin - install -o root -g root -m 644 pci.ids $(PREFIX)/etc - install -o root -g root -m 644 lspci.8 setpci.8 $(MANPREFIX)/man/man8 + install -o root -g root -m 755 -s lspci setpci $(ROOT)/sbin + install -o root -g root -m 644 pci.ids $(PREFIX)/share + install -o root -g root -m 644 lspci.8 setpci.8 $(PREFIX)/man/man8 + # Remove relics from old versions + rm -f $(ROOT)/etc/pci.ids dist: clean cp /usr/src/linux/include/linux/pci.h . diff --git a/lspci.8 b/lspci.8 index 338cb74..1656dbc 100644 --- a/lspci.8 +++ b/lspci.8 @@ -1,4 +1,4 @@ -.TH lspci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities" +.TH lspci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities" .IX lspci .SH NAME lspci \- list all PCI devices diff --git a/pciutils.h b/pciutils.h index 05772e1..9854500 100644 --- a/pciutils.h +++ b/pciutils.h @@ -1,5 +1,5 @@ /* - * $Id: pciutils.h,v 1.9 1998/10/19 13:40:45 mj Exp $ + * $Id: pciutils.h,v 1.10 1998/11/22 08:56:02 mj Exp $ * * Linux PCI Utilities -- Declarations * @@ -16,10 +16,10 @@ #include "pci.h" #endif -#define PCIUTILS_VERSION "1.08" +#define PCIUTILS_VERSION "1.09" #define PROC_BUS_PCI "/proc/bus/pci" -#define ETC_PCI_IDS "/etc/pci.ids" +#define ETC_PCI_IDS "/usr/share/pci.ids" /* Types */ diff --git a/pciutils.lsm b/pciutils.lsm index ed41ea3..4662eef 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,7 +1,7 @@ Begin3 Title: Linux PCI Utilities -Version: 1.08 -Entered-date: 981019 +Version: 1.09 +Entered-date: 981122 Description: This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Requires kernel version 2.1.82 or newer (supporting the /proc/bus/pci @@ -9,7 +9,7 @@ Description: This package contains various utilities for inspecting and Keywords: kernel, pci, proc, lspci, setpci Author: mj@atrey.karlin.mff.cuni.cz (Martin Mares) Maintained-by: mj@atrey.karlin.mff.cuni.cz (Martin Mares) -Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.08.tar.gz -Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.08.tar.gz +Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.09.tar.gz +Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.09.tar.gz Copying-policy: GPL End diff --git a/pciutils.spec b/pciutils.spec index e4326ce..a550c0d 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,5 +1,5 @@ Name: pciutils -Version: 1.08 +Version: 1.09 Release: 1 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz Copyright: GNU GPL diff --git a/setpci.8 b/setpci.8 index 275d09b..d7f68e1 100644 --- a/setpci.8 +++ b/setpci.8 @@ -1,4 +1,4 @@ -.TH setpci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities" +.TH setpci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities" .IX setpci .SH NAME lspci \- configure PCI devices -- 2.39.2