2005-08-29 06:52:37 +00:00
|
|
|
%define pkgname xinit
|
|
|
|
|
|
|
|
Summary: X.Org X11 X Window System xinit startup scripts
|
|
|
|
Name: xorg-x11-%{pkgname}
|
2005-11-01 00:09:33 +00:00
|
|
|
Version: 0.99.2
|
|
|
|
Release: 1
|
2005-08-29 06:52:37 +00:00
|
|
|
License: MIT/X11
|
|
|
|
Group: User Interface/X
|
|
|
|
URL: http://www.x.org
|
2005-11-01 00:09:33 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/everything/%{pkgname}-%{version}.tar.bz2
|
2005-10-06 03:49:49 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-08-29 06:52:37 +00:00
|
|
|
|
2005-10-06 03:49:49 +00:00
|
|
|
BuildRequires: libX11-devel
|
2005-08-29 06:52:37 +00:00
|
|
|
|
|
|
|
# NOTE: xinit, startx moved to xorg-x11-xinit during the X.Org X11R7
|
|
|
|
# modularization. These Conflicts lines ensure upgrades work smoothly.
|
|
|
|
Conflicts: XFree86, xorg-x11
|
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 X Window System xinit startup scripts
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
2005-11-01 00:09:33 +00:00
|
|
|
cd %{pkgname}-%{version}
|
2005-08-29 06:52:37 +00:00
|
|
|
%configure
|
|
|
|
# FIXME: Upstream should default to XINITDIR being this. Make a patch to
|
|
|
|
# Makefile.am and submit it in a bug report or check into CVS.
|
|
|
|
make XINITDIR=/etc/X11/xinit
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-11-01 00:09:33 +00:00
|
|
|
cd %{pkgname}-%{version}
|
2005-08-29 06:52:37 +00:00
|
|
|
# FIXME: Upstream should default to XINITDIR being this. Make a patch to
|
|
|
|
# Makefile.am and submit it in a bug report or check into CVS.
|
|
|
|
%makeinstall XINITDIR=$RPM_BUILD_ROOT/etc/X11/xinit
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc
|
|
|
|
%dir %{_bindir}
|
|
|
|
%{_bindir}/startx
|
|
|
|
%{_bindir}/xinit
|
|
|
|
%dir %{_sysconfdir}/X11
|
|
|
|
%dir %{_sysconfdir}/X11/xinit
|
|
|
|
# FIXME: We have to update the Xorg supplied xinitrc to the customized
|
|
|
|
# Red Hat version in 'xinitrc' package, along with other appropriate
|
|
|
|
# scripts.
|
|
|
|
%config %{_sysconfdir}/X11/xinit/xinitrc
|
|
|
|
%dir %{_mandir}
|
2005-11-01 00:09:33 +00:00
|
|
|
%dir %{_mandir}/man1x
|
|
|
|
%{_mandir}/man1x/startx.1x*
|
|
|
|
%{_mandir}/man1x/xinit.1x*
|
2005-08-29 06:52:37 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-11-01 00:09:33 +00:00
|
|
|
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
|
|
|
- Updated to xinit 0.99.2 from X11R7 RC1.
|
|
|
|
- Change manpage location to 'man1x' in file manifest.
|
|
|
|
|
2005-10-06 03:49:49 +00:00
|
|
|
* Wed Oct 5 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
|
|
|
|
- Use Fedora-Extras style BuildRoot tag.
|
|
|
|
- Update BuildRequires to use new library package names.
|
|
|
|
- Tidy up spec file a bit.
|
|
|
|
|
2005-08-29 06:52:37 +00:00
|
|
|
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
|
|
|
|
- Initial build.
|