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