From f56675da4f8c3bcdaa535c4f788a9bde771549c0 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sun, 4 Feb 2007 02:52:34 +0000 Subject: [PATCH] /usr/include to %{_includedir} macro --- memtest86+.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/memtest86+.spec b/memtest86+.spec index 41f7712..6159650 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -6,7 +6,7 @@ Summary: Stand-alone memory tester for x86 and x86-64 computers Name: memtest86+ Version: 1.65 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL ExclusiveArch: %{ix86} x86_64 Group: System Environment/Base @@ -16,7 +16,7 @@ Source1: new-memtest-pkg Source2: memtest-setup Requires(preun): coreutils # require glibc-devel.i386 via this file: -BuildRequires: /usr/include/gnu/stubs-32.h +BuildRequires: %{_includedir}/gnu/stubs-32.h BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT /sbin/new-memtest-pkg --remove %{version} %changelog -* Sat Feb 03 2007 Warren Togami - 1.65-5 +* Sat Feb 03 2007 Warren Togami - 1.65-6 - some spec cleanups (#226135) - remove old Obsoletes