fedora-cvs-commits@redhat.com
[Top] [All Lists]

rpms/pciutils/devel pciutils-2.2.4-multilib.patch, 1.1, 1.2 pciutils.spe

Subject: rpms/pciutils/devel pciutils-2.2.4-multilib.patch, 1.1, 1.2 pciutils.spec, 1.43, 1.44
From:
Date: Mon, 2 Apr 2007 05:55:49 -0400
Author: harald

Update of /cvs/dist/rpms/pciutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32140

Modified Files:
        pciutils-2.2.4-multilib.patch pciutils.spec 
Log Message:
- added alpha to multilib patch (#231790)
- specfile cleanup
- Resolves: rhbz#231790


pciutils-2.2.4-multilib.patch:
 configure |  116 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 53 insertions(+), 63 deletions(-)

Index: pciutils-2.2.4-multilib.patch
===================================================================
RCS file: /cvs/dist/rpms/pciutils/devel/pciutils-2.2.4-multilib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pciutils-2.2.4-multilib.patch       26 Jan 2007 12:54:59 -0000      1.1
+++ pciutils-2.2.4-multilib.patch       2 Apr 2007 09:55:47 -0000       1.2
@@ -1,6 +1,6 @@
 --- pciutils-2.2.4/lib/configure.multilib      2006-09-09 13:06:10.000000000 
+0200
-+++ pciutils-2.2.4/lib/configure       2007-01-26 13:09:31.000000000 +0100
-@@ -35,74 +35,60 @@
++++ pciutils-2.2.4/lib/configure       2007-04-02 11:49:55.000000000 +0200
+@@ -35,74 +35,62 @@
  zlib=$5
  
  c=config.h
@@ -25,6 +25,8 @@
 +#define PCI_ARCH_S390X
 +#elif defined(__s390__)
 +#define PCI_ARCH_S390
++#elif defined(__alpha__)
++#define PCI_ARCH_ALPHA
 +#else
 +#error Unknown Arch
 +#endif
@@ -122,7 +124,7 @@
  echo " dump"
  
  echo_n "Checking for zlib support... "
-@@ -124,6 +110,8 @@
+@@ -124,6 +112,8 @@
        echo >>$c '#define PCI_IDS "pci.ids"'
  fi
  echo >>$c "#define PCI_PATH_IDS_DIR \"$idsdir\""


Index: pciutils.spec
===================================================================
RCS file: /cvs/dist/rpms/pciutils/devel/pciutils.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- pciutils.spec       26 Jan 2007 12:54:59 -0000      1.43
+++ pciutils.spec       2 Apr 2007 09:55:47 -0000       1.44
@@ -1,6 +1,6 @@
 Name:          pciutils
 Version:       2.2.4
-Release:       1
+Release:       2%{?dist}
 Source:                
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
 Patch0:                pciutils-strip.patch
 Patch1:        pciutils-2.2.4-buf.patch
@@ -11,10 +11,10 @@
 Patch8:        pciutils-2.2.4-multilib.patch
 License:       GPL
 URL:           http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
-Buildroot:     %{_tmppath}/%{name}-%{version}-root
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveOS:   Linux
 Requires:      hwdata
-Summary: PCI bus related utilities.
+Summary: PCI bus related utilities
 Group: Applications/System
 
 %description
@@ -24,7 +24,7 @@
 /proc/bus/pci interface).
 
 %package devel
-Summary: Linux PCI development library.
+Summary: Linux PCI development library
 Group: Development/Libraries
 
 %description devel
@@ -42,7 +42,7 @@
 %patch8 -p1 -b .multilib
 
 %build
-make OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE=1" PREFIX="/usr" 
IDSDIR="/usr/share/hwdata"
+make OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE=1" PREFIX="/usr" 
IDSDIR="/usr/share/hwdata"  %{?_smp_mflags}
 
 
 %install
@@ -72,6 +72,11 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Apr  2 2007 Harald Hoyer <harald@xxxxxxxxxx> - 2.2.4-2
+- added alpha to multilib patch (#231790)
+- specfile cleanup
+- Resolves: rhbz#231790
+
 * Fri Jan 26 2007 Harald Hoyer <harald@xxxxxxxxxx> - 2.2.4-1
 - version 2.2.4
 - truncate long device names (#205948)

-- 
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits

<Prev in Thread] Current Thread [Next in Thread>
  • rpms/pciutils/devel pciutils-2.2.4-multilib.patch, 1.1, 1.2 pciutils.spec, 1.43, 1.44, fedora-cvs-commits <=