From: Anas Nashif Date: Tue, 5 Mar 2013 10:53:18 +0000 (-0800) Subject: Update to 3.1.10 X-Git-Tag: submit/tizen/20140204.131517~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8d08116b11710224c4c4929a97e53a3c8300a08;p=platform%2Fupstream%2Fpciutils.git Update to 3.1.10 --- diff --git a/packaging/pciutils.changes b/packaging/pciutils.changes index 6222efe..786409c 100644 --- a/packaging/pciutils.changes +++ b/packaging/pciutils.changes @@ -1,3 +1,6 @@ +* Tue Mar 05 2013 Anas Nashif upstream/3.1.10@44c5e46 +- Update to 3.1.10 + * Tue Mar 05 2013 Anas Nashif upstream/3.1.9@e84a321 - Point to right db locations diff --git a/packaging/pciutils.spec b/packaging/pciutils.spec index 7259b47..db01c29 100644 --- a/packaging/pciutils.spec +++ b/packaging/pciutils.spec @@ -1,10 +1,10 @@ Name: pciutils -Version: 3.1.9 +Version: 3.1.10 Release: 0 License: GPL-2.0+ Summary: PCI utilities for Kernel version 2 Url: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml -Group: Hardware/Other +Group: Base/Tools Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf BuildRequires: pkg-config @@ -31,7 +31,7 @@ libpci offers access to the PCI configuration space. %package devel Summary: Library and Include Files of the PCI utilities -Group: Development/Libraries/C and C++ +Group: Development/Libraries Requires: libpci = %{version} %description devel @@ -42,7 +42,7 @@ development using the PCI utilities. %setup -q %build -make %{?_smp_mflags} OPT="%{optflags} -Wall" PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} STRIP="" SHARED="yes" +make %{?_smp_mflags} OPT="%{optflags} -Wall" PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} STRIP="" SHARED="yes" IDSDIR=%{_datadir}/hwdata %install make install PREFIX=%{buildroot}%{_prefix} SBINDIR=%{buildroot}%{_sbindir} \