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