Clean up spec file
This commit is contained in:
parent
ae3c516a47
commit
1a64f987b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user