From ae3c516a473d4c3bbb74870a86e23c96b103a9ab Mon Sep 17 00:00:00 2001 From: mharris Date: Thu, 22 Jun 2006 00:09:26 +0000 Subject: [PATCH] Use setup -n instead of setup -c --- xorg-x11-util-macros.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/xorg-x11-util-macros.spec b/xorg-x11-util-macros.spec index daf58e0..e8c799a 100644 --- a/xorg-x11-util-macros.spec +++ b/xorg-x11-util-macros.spec @@ -1,3 +1,4 @@ +%define pkgname util-macros %define debug_package %{nil} Summary: X.Org X11 Autotools macros @@ -16,19 +17,19 @@ X.Org X11 autotools macros required for building the various packages that comprise the X Window System. %prep -%setup -q -c %{name}-%{version} +%setup -q -n %{pkgname}-%{version} %build -pushd util-macros-* +#pushd util-macros-* %configure make -popd +#popd %install rm -rf $RPM_BUILD_ROOT -pushd util-macros-* +#pushd util-macros-* make install DESTDIR=$RPM_BUILD_ROOT -popd +#popd %clean rm -rf $RPM_BUILD_ROOT @@ -44,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT - Update to util-macros-1.0.2 from X11R7.1 - Added COPYING, ChangeLog to file manifest. - Use "make install" instead of makeinstall macro. +- Use setup -n instead of setup -c * Fri Feb 10 2006 Jesse Keating 1.0.1-1.2 - bump again for double-long bug on ppc(64)