- Use Fedora-Extras style BuildRoot tag

- Update BuildRequires to use new library package names
This commit is contained in:
mharris 2005-10-06 03:31:50 +00:00
parent 1d99c6f3ea
commit bbbf37845d

View File

@ -14,20 +14,20 @@
Summary: X.Org X11 X authority utilities
Name: xorg-x11-%{pkgname}
Version: 6.99.99.0
Release: 1
Release: 2
License: MIT/X11
Group: User Interface/X
URL: http://www.x.org
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{pkgname}-%{upstreamversion}.tar.bz2
Source10: mkxauth
Source11: mkxauth.man
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# x11 xau xext xmu
BuildRequires: xorg-x11-libX11-devel
BuildRequires: xorg-x11-libXau-devel
BuildRequires: xorg-x11-libXext-devel
BuildRequires: xorg-x11-libXmu-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXext-devel
BuildRequires: libXmu-devel
# FIXME: monolithic twm packaging has a hard dep on xterm, which might still
# be required. We'll have to examine the twm configuration files.
@ -78,5 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/mkxauth.1*
%changelog
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
- Use Fedora-Extras style BuildRoot tag
- Update BuildRequires to use new library package names
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
- Initial build.