From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 0acd4b81cc0b6de5cdaa17bbedab36ff5b1e448f
Date: Sat, 27 Apr 2013 16:03:18 +0200 [thread overview]
Message-ID: <20130427140333.7976620082@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 3908 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 0acd4b81cc0b6de5cdaa17bbedab36ff5b1e448f (commit)
from ae577412af787c2b8ea9bae2529bc230c78312ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0acd4b81cc0b6de5cdaa17bbedab36ff5b1e448f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Sat Apr 27 16:03:03 2013 +0200
pciutils: Update to 3.2.0.
-----------------------------------------------------------------------
Summary of changes:
pciutils/multilibconfig.h | 9 ---------
pciutils/pciutils.nm | 24 +++++++++++-------------
2 files changed, 11 insertions(+), 22 deletions(-)
delete mode 100644 pciutils/multilibconfig.h
Difference in files:
diff --git a/pciutils/multilibconfig.h b/pciutils/multilibconfig.h
deleted file mode 100644
index 8bce823..0000000
--- a/pciutils/multilibconfig.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__)
-#include "config.lib64.h"
-#elif defined(__sparc__) && defined (__arch64__)
-#include "config.lib64.h"
-#elif defined(__i386__) || defined(__ppc__) || defined(__powerpc__) || defined(__s390__) || defined(__alpha__) || defined(__sparc__) || defined(__sh__) || defined(__arm__)
-#include "config.lib.h"
-#else
-#error Unknown Arch
-#endif
diff --git a/pciutils/pciutils.nm b/pciutils/pciutils.nm
index edf0fc4..edcf016 100644
--- a/pciutils/pciutils.nm
+++ b/pciutils/pciutils.nm
@@ -4,7 +4,7 @@
###############################################################################
name = pciutils
-version = 3.1.10
+version = 3.2.0
release = 1
groups = System/Base
@@ -21,36 +21,34 @@ source_dl = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
sources = %{thisapp}.tar.gz
build
+ requires
+ kmod-devel
+ end
+
build
make SHARED=yes OPT="%{CFLAGS}" PREFIX=/usr STRIP="" \
IDSDIR=/usr/share/hwdata ZLIB=no %{PARALLELISMFLAGS}
-
- #fix lib vs. lib64 in libpci.pc (static Makefile is used)
- sed -i "s|^libdir=.*$|libdir=/%{lib}|" lib/libpci.pc
end
install
# Install binaries.
- mkdir -pv %{BUILDROOT}/sbin %{BUILDROOT}%{sbindir}
- install -p lspci setpci %{BUILDROOT}/sbin
- install -p update-pciids %{BUILDROOT}/%{sbindir}
+ mkdir -pv %{BUILDROOT}%{sbindir}
+ install -p lspci setpci update-pciids %{BUILDROOT}%{sbindir}
# Install man pages.
mkdir -pv %{BUILDROOT}%{mandir}/man8
install -p -m 644 lspci.8 setpci.8 update-pciids.8 %{BUILDROOT}%{mandir}/man8
# Install libs.
- mkdir -pv %{BUILDROOT}/%{lib} %{BUILDROOT}%{libdir}
- install -p lib/libpci.so.* %{BUILDROOT}/%{lib}/
- ln -s ../../%{lib}/$(basename %{BUILDROOT}/%{lib}/*.so.*.*.*) \
- %{BUILDROOT}%{libdir}/libpci.so
+ mkdir -pv %{BUILDROOT}%{libdir}
+ install -p lib/libpci.so.%{version} %{BUILDROOT}%{libdir}
+ ln -svf libpci.so.%{version} %{BUILDROOT}%{libdir}/libpci.so
# Install headers.
mkdir -pv %{BUILDROOT}%{includedir}/pci
install -p lib/pci.h %{BUILDROOT}%{includedir}/pci
install -p lib/header.h %{BUILDROOT}%{includedir}/pci
- install -p %{DIR_SOURCE}/multilibconfig.h %{BUILDROOT}%{includedir}/pci/config.h
- install -p lib/config.h %{BUILDROOT}%{includedir}/pci/config.%{lib}.h
+ install -p lib/config.h %{BUILDROOT}%{includedir}/pci
install -p lib/types.h %{BUILDROOT}%{includedir}/pci
# Install pkg-config files.
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2013-04-27 14:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130427140333.7976620082@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox