Clean up spec file
This commit is contained in:
parent
ae3c516a47
commit
1a64f987b0
@ -8,10 +8,10 @@ Release: 1
|
|||||||
License: The Open Group License
|
License: The Open Group License
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://www.x.org
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
|
|
||||||
|
Source0: http://xorg.freedesktop.org/releases/individual/util/util-macros-%{version}.tar.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 autotools macros required for building the various packages that
|
X.Org X11 autotools macros required for building the various packages that
|
||||||
comprise the X Window System.
|
comprise the X Window System.
|
||||||
@ -20,16 +20,13 @@ comprise the X Window System.
|
|||||||
%setup -q -n %{pkgname}-%{version}
|
%setup -q -n %{pkgname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#pushd util-macros-*
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
#popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
#pushd util-macros-*
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
#popd
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user