pciutils update to 3.6.2
This commit is contained in:
@@ -13,13 +13,16 @@ def build():
|
||||
SHARED="yes" \
|
||||
PREFIX=/usr \
|
||||
IDSDIR="/usr/share/misc" \
|
||||
MANDIR="/usr/share/man" \
|
||||
all' % get.CFLAGS())
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR="%s" \
|
||||
PREFIX=/usr \
|
||||
SHARED="yes" \
|
||||
IDSDIR="/usr/share/misc" \
|
||||
MANDIR="/usr/share/man" \
|
||||
install-lib' % get.installDIR())
|
||||
|
||||
# remove update-pciids
|
||||
pisitools.remove("/usr/sbin/update-pciids")
|
||||
pisitools.remove("/usr/share/man/man8/update-pciids.8")
|
||||
|
||||
|
||||
+3767
-684
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
||||
make sure all lib entries get into libs.private in the .pc file
|
||||
|
||||
--- a/lib/Makefile
|
||||
+++ b/lib/Makefile
|
||||
@@ -61,7 +61,7 @@ $(PCILIBPC): libpci.pc.in
|
||||
-e 's,@LIBDIR@,$(LIBDIR),' \
|
||||
-e 's,@IDSDIR@,$(IDSDIR),' \
|
||||
-e 's,@VERSION@,$(VERSION),' \
|
||||
- -e 's,@LDLIBS@,$(LDLIBS),'
|
||||
+ -e 's,@LDLIBS@,$(LDLIBS) $(LIB_LDLIBS),'
|
||||
|
||||
init.o: init.c $(INCL)
|
||||
access.o: access.c $(INCL)
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Various utilities dealing with the PCI bus</Summary>
|
||||
<Description>The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices.</Description>
|
||||
<Archive sha1sum="29d9a75ce2a2d92721b6e92c7c89236b4c91041f" type="tarxz">https://ftp.osuosl.org/pub/blfs/conglomeration/pciutils/pciutils-3.5.2.tar.xz</Archive>
|
||||
<Archive sha1sum="0d75516406916cbde1e19040c05751bba2ec7833" type="tarxz">https://ftp.osuosl.org/pub/blfs/conglomeration/pciutils/pciutils-3.6.2.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- 20100714
|
||||
from: http://pciids.sourceforge.net/v2.2/pci.ids
|
||||
@@ -26,10 +26,10 @@
|
||||
<Patches>
|
||||
<!-- Disable gz support of pciids file -->
|
||||
<Patch level="1">pciutils-nogz.patch</Patch>
|
||||
|
||||
<Patch level="1">pciutils-3.1.9-static-pc.patch</Patch>
|
||||
<!-- Remove update-pciids support -->
|
||||
<Patch level="1">pciutils-remove-update-pciids.patch</Patch>
|
||||
<Patch level="1">makefile.patch</Patch>
|
||||
<!--Patch level="1">pciutils-remove-update-pciids.patch</Patch-->
|
||||
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -62,6 +62,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-11-21</Date>
|
||||
<Version>3.6.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-15</Date>
|
||||
<Version>3.5.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user