- Spec file cleanup. Patch from Parag An. (#226646)
This commit is contained in:
parent
305896b849
commit
4108fdc89b
@ -4,15 +4,12 @@
|
||||
Summary: X.Org X11 Autotools macros
|
||||
Name: xorg-x11-util-macros
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: Development/System
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/util/util-macros-%{version}.tar.bz2
|
||||
|
||||
Requires: autoconf automake libtool pkgconfig
|
||||
|
||||
%description
|
||||
@ -24,16 +21,11 @@ comprise the X Window System.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT/usr/share/util-macros/INSTALL
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
rm -f $RPM_BUILD_ROOT%{_datadir}/util-macros/INSTALL
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
@ -42,6 +34,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/pkgconfig/xorg-macros.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 20 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-2
|
||||
- Spec file cleanup. Patch from Parag An. (#226646)
|
||||
|
||||
* Mon Jun 28 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-1
|
||||
- util-macros 1.10.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user