diff --git a/xorg-x11-util-macros.spec b/xorg-x11-util-macros.spec index e8c799a..31150c7 100644 --- a/xorg-x11-util-macros.spec +++ b/xorg-x11-util-macros.spec @@ -8,10 +8,10 @@ Release: 1 License: The Open Group License Group: Development/System URL: http://www.x.org -Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/everything/util-macros-%{version}.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Source0: http://xorg.freedesktop.org/releases/individual/util/util-macros-%{version}.tar.bz2 + %description X.Org X11 autotools macros required for building the various packages that comprise the X Window System. @@ -20,16 +20,13 @@ comprise the X Window System. %setup -q -n %{pkgname}-%{version} %build -#pushd util-macros-* %configure make -#popd %install rm -rf $RPM_BUILD_ROOT -#pushd util-macros-* + make install DESTDIR=$RPM_BUILD_ROOT -#popd %clean rm -rf $RPM_BUILD_ROOT