mharris 1a293dd
%define pkgname xinit
Kristian Høgsberg da1121c
Kristian Høgsberg da1121c
Summary:   X.Org X11 X Window System xinit startup scripts
Kristian Høgsberg da1121c
Name:      xorg-x11-%{pkgname}
6f6b798
Version:   1.3.2
641b463
Release:   8%{?dist}
d05df98
License:   MIT
Kristian Høgsberg da1121c
Group:     User Interface/X
Kristian Høgsberg da1121c
URL:       http://www.x.org
mharris 3e934ec
Kristian Høgsberg da1121c
Source0:  ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
mharris 7ca0ca0
Source10: xinitrc-common
mharris 7ca0ca0
Source11: xinitrc
mharris 7ca0ca0
Source12: Xclients
mharris 7ca0ca0
Source13: Xmodmap
mharris 7ca0ca0
Source14: Xresources
mharris 3e934ec
# NOTE: Xsession is used by xdm/kdm/gdm and possibly others, so we keep it
mharris 3e934ec
#       here instead of the xdm package.
mharris 451f77c
Source16: Xsession
780f431
Source17: localuser.sh
b262b54
Source18: xinit-compat.desktop
754cfa6
Source19: xinit-compat
mharris 1a293dd
paragn 26c2f35
# Fedora specific patches
paragn 26c2f35
03c1826
Patch1: xinit-1.0.2-client-session.patch
7719997
# Fix startx to run on the same tty as user to avoid new session. 
7719997
# https://bugzilla.redhat.com/show_bug.cgi?id=806491
7719997
Patch2: xorg-x11-xinit-1.3.2-systemd-logind.patch
df2288b
Patch3: xinit-1.0.9-unset.patch
mharris f45ed69
mharris 8e19a9c
BuildRequires: pkgconfig
mharris c2b8ff4
BuildRequires: libX11-devel
David Zeuthen 40b3ee2
BuildRequires: autoconf
David Zeuthen 40b3ee2
BuildRequires: automake
df2288b
BuildRequires: dbus-devel
David Zeuthen 40b3ee2
BuildRequires: libtool
David Zeuthen 43cc62e
BuildRequires: xorg-x11-util-macros
mharris 3e934ec
# NOTE: startx needs xauth in order to run, but that is not picked up
mharris 3e934ec
#       automatically by rpm.  (Bug #173684)
paragn 26c2f35
Requires: xorg-x11-xauth
6cf0155
# next two are for localuser.sh
6cf0155
Requires: coreutils
6cf0155
Requires: xorg-x11-server-utils
mharris 1a293dd
b262b54
%package session
b262b54
Summary: Display manager support for ~/.xsession and ~/.Xclients
b262b54
Group: User Interface/X
b262b54
mharris 1a293dd
%description
mharris 1a293dd
X.Org X11 X Window System xinit startup scripts
mharris 1a293dd
b262b54
%description session
b262b54
Allows legacy ~/.xsession and ~/.Xclients files to be used from display managers
b262b54
mharris 1a293dd
%prep
mharris b419356
%setup -q -n %{pkgname}-%{version}
03c1826
%patch1 -p1 -b .client-session
7719997
%patch2 -p1 -b .systemd-logind
df2288b
%patch3 -p1 -b .unset
mharris 1a293dd
mharris 1a293dd
%build
David Zeuthen 40b3ee2
autoreconf
mharris 1a293dd
%configure
mharris 1a293dd
# FIXME: Upstream should default to XINITDIR being this.  Make a patch to
mharris 1a293dd
# Makefile.am and submit it in a bug report or check into CVS.
paragn 26c2f35
make XINITDIR=%{_sysconfdir}/X11/xinit
mharris 1a293dd
mharris 1a293dd
%install
mharris 1a293dd
# FIXME: Upstream should default to XINITDIR being this.  Make a patch to
mharris 1a293dd
# Makefile.am and submit it in a bug report or check into CVS.
paragn 26c2f35
make install DESTDIR=$RPM_BUILD_ROOT XINITDIR=%{_sysconfdir}/X11/xinit
paragn 26c2f35
install -p -m644 -D %{SOURCE18} $RPM_BUILD_ROOT%{_datadir}/xsessions/xinit-compat.desktop
mharris 1a293dd
mharris 7ca0ca0
# Install Red Hat custom xinitrc, etc.
mharris 7ca0ca0
{
paragn 26c2f35
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit
paragn 26c2f35
paragn 26c2f35
    install -p -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc-common
ae42efc
ae42efc
    for script in %{SOURCE11} %{SOURCE12} %{SOURCE16} ; do
paragn 26c2f35
        install -p -m 755 $script $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/${script##*/}
mharris 7ca0ca0
    done
mharris 7ca0ca0
paragn 26c2f35
    install -p -m 644 %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/X11/Xmodmap
paragn 26c2f35
    install -p -m 644 %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/X11/Xresources
mharris 7ca0ca0
mharris 7ca0ca0
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d
paragn 26c2f35
    install -p -m 755 %{SOURCE17} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/localuser.sh
mharris 7ca0ca0
mharris 7ca0ca0
    mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/Xclients.d
754cfa6
754cfa6
    mkdir -p $RPM_BUILD_ROOT%{_libexecdir}
paragn 26c2f35
    install -p -m 755 %{SOURCE19} $RPM_BUILD_ROOT%{_libexecdir}
mharris 7ca0ca0
}
mharris 7ca0ca0
mharris 1a293dd
%files
mharris 1a293dd
%defattr(-,root,root,-)
0080642
%doc COPYING README ChangeLog
bc7d963
%{_bindir}/startx
bc7d963
%{_bindir}/xinit
mharris 1a293dd
%dir %{_sysconfdir}/X11/xinit
mharris 7ca0ca0
%{_sysconfdir}/X11/xinit/xinitrc
mharris 7ca0ca0
%{_sysconfdir}/X11/xinit/xinitrc-common
mharris 7ca0ca0
%config(noreplace) %{_sysconfdir}/X11/Xmodmap
mharris 7ca0ca0
%config(noreplace) %{_sysconfdir}/X11/Xresources
mharris 7ca0ca0
%dir %{_sysconfdir}/X11/xinit/Xclients.d
mharris 7ca0ca0
%{_sysconfdir}/X11/xinit/Xclients
mharris b09cd53
%{_sysconfdir}/X11/xinit/Xsession
mharris 7ca0ca0
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
mharris 7ca0ca0
%{_sysconfdir}/X11/xinit/xinitrc.d/*
David Zeuthen f709cca
%{_mandir}/man1/startx.1*
David Zeuthen f709cca
%{_mandir}/man1/xinit.1*
mharris 1a293dd
b262b54
%files session
paragn 26c2f35
%defattr(-, root, root,-)
paragn 26c2f35
%{_libexecdir}/xinit-compat
b262b54
%{_datadir}/xsessions/xinit-compat.desktop
b262b54
mharris 1a293dd
%changelog
641b463
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-8
641b463
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
641b463
7719997
* Mon Oct 01 2012 Kevin Fenzi <kevin@scrye.com> 1.3.2-7
7719997
- Add patch to not switch tty's, so systemd-logind works right with startx. 
7719997
- Partially Fixes bug #806491 
7719997
aae65ad
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-6
aae65ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aae65ad
6f6b798
* Thu Apr 26 2012 Adam Jackson <ajax@redhat.com> 1.3.2-5
6f6b798
- xinit 1.3.2
6f6b798
dc578d5
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.3.1-5
dc578d5
- Rebuild
e6d5236
3c79228
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-3
3c79228
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3c79228
c8f19e7
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.3.1-2
c8f19e7
- Drop ConsoleKit integration, being removed in F17
c8f19e7
5b4afe2
* Mon Jul 25 2011 Matěj Cepl <mcepl@redhat.com> - 1.3.1-1
5b4afe2
- New upstream version. Patches updated.
5b4afe2
dc9de6e
* Sat May 28 2011 Matěj Cepl <mcepl@redhat.com> - 1.0.9-21
dc9de6e
- xinitrc-common sources ~/.profile (Bug 551508)
dc9de6e
c21a656
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-20
c21a656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c21a656
paragn 26c2f35
* Sat Sep 25 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.0.9-19
paragn 26c2f35
- Merge-review cleanup (#226653)
paragn 26c2f35
7d850de
* Fri Aug 27 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-18
7d850de
- Fix ownership of files.
7d850de
Adam Tkac 0c38511
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.0.9-17
Adam Tkac 0c38511
- rebuild to ensure F14 has higher NVR than F13
Adam Tkac 0c38511
bc7d963
* Wed Mar 24 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-16
bc7d963
- Remove explicit %%attr from _bindir
bc7d963
754cfa6
* Thu Feb 04 2010 Matěj Cepl <mcepl@redhat.com> - 1.0.9-15
754cfa6
- Add xinit-compat script
f680ad1
  Patch from Rex Dieter, bug 540546
5b48729
  Move xinit-compat script to -session subpackage.
754cfa6
7ce2901
* Fri Jan 29 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.0.9-14
ae42efc
- Eliminate dependency on which.
ae42efc
- Change Xclients, Xsession and xinitrc-common to make fewer stat calls.
ae42efc
- Install xinitrc-common non-executable.
ae42efc
57bed23
* Tue Nov 10 2009 Matěj Cepl <mcepl@redhat.com> - 1.0.9-13
57bed23
- Fix SELinux labels on $errfile (fixes bug# 530419)
57bed23
2bf2a23
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-12
2bf2a23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2bf2a23
90cfdac
* Wed Jun 17 2009 Nalin Dahyabhai <nalin@redhat.com> - 1.0.9-11
90cfdac
- pull up ck-xinit-session changes for #502258 from from F11 branch
90cfdac
2ded5f6
* Sun Jun 14 2009 Matthias Clasen <mclasen@redhat.com> - 1.0.9-10
2ded5f6
- Don't own /etc/X11, since its already owned by filesystem
2ded5f6
fe24b63
* Mon Jun 08 2009 Matěj Cepl <mcepl@redhat.com> - 1.0.9-9
7c4ab39
- consider scripts in /etc/X11/xinit/Xclients.d/ as well
df2288b
- add back scripts in Release -7 and -8 from F11 branch.
df2288b
df2288b
* Fri May 22 2009 Nalin Dahyabhai <nalin@redhat.com> 1.0.9-8
df2288b
- have ck-xinit-session tell the session bus to set
df2288b
  XDG_SESSION_COOKIE for services which it autostarts (#502258)
df2288b
- add direct build dependency on dbus-devel, since we call it
df2288b
  directly now
df2288b
df2288b
* Fri May 08 2009 Adam Jackson <ajax@redhat.com> 1.0.9-7
df2288b
- xinit-1.0.9-unset.patch: Also unset XDG_SESSION_COOKIE in
df2288b
  startx. (#489999)
7c4ab39
7fe654e
* Wed Mar 11 2009 Adam Jackson <ajax@redhat.com> 1.0.9-6
7fe654e
- xinitrc-common: Load /etc/X11/Xresources with -nocpp
7fe654e
Adam Tkac c92ca00
* Wed Feb 25 2009 Adam Tkac <atkac redhat com> 1.0.9-5
Adam Tkac c92ca00
- run ck-xinit-session for all sessions where the xdg cookie isn't already
Adam Tkac c92ca00
  set (#452156, patch from Patrice Dumas)
Adam Tkac c92ca00
- add which Requires (#413041, patch from Patrice Dumas)
Adam Tkac c92ca00
b71c79e
* Mon Aug 25 2008 Matthias Clasen <mclasen@redhat.com> 1.0.9-4
55e46c3
- Make the gnome session actually take the gnome case in the switch (#458694)
fd31371
- Update patches
fd31371
- Drop upstreamed patch
55e46c3
d05df98
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.0.9-3
d05df98
- Really fix license tag.
d05df98
8be130b
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.9-2
8be130b
- Fix license tag.
8be130b
8be130b
* Wed Jun 11 2008 Adam Jackson <ajax@redhat.com> 1.0.9-1
8be130b
- xinit 1.0.9
8be130b
6f9fbe0
* Tue Apr 08 2008 Adam Jackson <ajax@redhat.com> 1.0.7-7
6f9fbe0
- Xsession: Don't start ssh-agent for gnome sessions anymore, gnome-keyring
6f9fbe0
  acts as an agent now. (#441123)
6f9fbe0
b262b54
* Wed Mar 12 2008 Ray Strode <rstrode@redhat.com> 1.0.7-6
b262b54
- Add a new subpackage to add ~/.xsessions and ~/.Xclients
b262b54
  to session list
b262b54
1a4352e
* Mon Feb 11 2008 Adam Jackson <ajax@redhat.com> 1.0.7-5
1a4352e
- Xresources: s/don't/do not/, cpp is dumb. (#431704)
1a4352e
484d78d
* Mon Feb 11 2008 Adam Jackson <ajax@redhat.com> 1.0.7-4
484d78d
- xinit-1.0.7-unset.patch: Unset various session-related environment
484d78d
  variables at the top of startx. (#431899)
484d78d
afece66
* Mon Feb  4 2008 Ray Strode <rstrode@redhat.com> 1.0.7-3
afece66
- don't special case dbus-launch. dbus-x11 now installs
afece66
  a script into /etc/X11/xinit/xinitrc.d.
afece66
- Drop the weird grep rule for extensions ending in .sh
afece66
  when sourcing /etc/X11/xinit/xinitrc.d
afece66
6a6479c
* Fri Oct 12 2007 Nalin Dahyabhai <nalin@redhat.com> 1.0.7-2
6a6479c
- Try opening the console-kit session after the user's UID has already
6a6479c
  been granted access to the server by localuser.sh, so that console-kit-daemon
6a6479c
  can connect and ask the server for information just by having switch to the
6a6479c
  user's UID (#287941).
6a6479c
67a1121
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.7-1
67a1121
- xinit 1.0.7
67a1121
1349337
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-27
1349337
- Rebuild for build id
1349337
7b1a521
* Mon Aug 6 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-26
7b1a521
- Bump release
7b1a521
86b9296
* Mon Aug 6 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-25
86b9296
- Fix typo: s/unask/umask/ - Bug 250882, Jan ONDREJ (ondrejj@salstar.sk)
86b9296
cbfffcd
* Thu Aug 2 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-24
cbfffcd
- Fix bug 212167, CVE-2006-5214
cbfffcd
00772e3
* Sun Jul 29 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-23
00772e3
- Fix Xsession to run the login shell inside the setgid ssh-agent, rather
00772e3
  than the other way around. This preserves LD_LIBRARY_PRELOAD.
f680ad1
  Patch from Stefan Becker, bug 164869.
00772e3
94e5ee4
* Fri Jul 27 2007 Soren Sandmann <sandmann@redhat.com> 1.0.2-22
94e5ee4
- Remove xinput.sh. Bug 244963.
94e5ee4
9f88d84
* Mon May 21 2007 Adam Jackson <ajax@redhat.com> 1.0.2-21
9f88d84
- localuser.sh: Run silently.
9f88d84
a139b01
* Sat Apr 22 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-20
0aad976
- Don't install INSTALL
0aad976
af7dad9
* Thu Apr 19 2007 Warren Togami <wtogami@redhat.com> 1.0.2-19
af7dad9
- disable SCIM by default in non-Asian languages #237054
af7dad9
  If you want to use SCIM, use im-chooser to enable it.
af7dad9
David Zeuthen f709cca
* Mon Apr 02 2007 David Zeuthen <davidz@redhat.com> 1.0.2-18
David Zeuthen f709cca
- Man pages are now in section 1, not in section 1x
David Zeuthen f709cca
David Zeuthen 43cc62e
* Mon Apr 02 2007 David Zeuthen <davidz@redhat.com> 1.0.2-17
David Zeuthen 43cc62e
- Also BR xorg-x11-util-macros since we autoreconf
David Zeuthen 43cc62e
David Zeuthen 40b3ee2
* Mon Apr 02 2007 David Zeuthen <davidz@redhat.com> 1.0.2-16
David Zeuthen 40b3ee2
- Add ConsoleKit support (#233183)
David Zeuthen 40b3ee2
3a3a125
* Mon Nov 27 2006 Adam Jackson <ajax@redhat.com> 1.0.2-15
3a3a125
- Bump EVR to fix 6 to 7 updates.
3a3a125
03c1826
* Fri Nov 10 2006 Ray Strode <rstrode@redhat.com> - 1.0.2-14
03c1826
- start client in its own session with no controlling tty
03c1826
  (bug 214649)
03c1826
Kristian Høgsberg f4b656c
* Mon Oct 23 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-13
Kristian Høgsberg f4b656c
- Update Xsession to not use switchdesk for the hard coded kde and twm
Kristian Høgsberg f4b656c
  cases.
Kristian Høgsberg f4b656c
9cff6f9
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-12
9cff6f9
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
9cff6f9
Kristian Høgsberg da1121c
* Mon Sep 25 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-11.fc6
Kristian Høgsberg da1121c
- Bump and rebuild.
Kristian Høgsberg da1121c
Kristian Høgsberg c9d9a42
* Mon Sep 25 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-10.fc6
Kristian Høgsberg c9d9a42
- Move hardcoded xsetroot background color to fallback cases (#205901).
Kristian Høgsberg c9d9a42
Kristian Høgsberg 8079f98
* Thu Aug 17 2006 Kristian Høgsberg <krh@redhat.com> - 1.0.2-9.fc6
Kristian Høgsberg 8079f98
- Start ssh-agent for startx also (#169259).
Kristian Høgsberg 8079f98
780f431
* Sat Jul 22 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8.fc6
780f431
- Fix SourceN line for localuser.sh to not collide.
780f431
6cf0155
* Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7.fc6
6cf0155
- Added localuser.sh.
6cf0155
mharris 786b5e0
* Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6.fc6
mharris 786b5e0
- Added fix to Xclients script, based on patch from bug (#190799)
mharris 786b5e0
mharris 786b5e0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-5.1.fc6
f6131f9
- rebuild
f6131f9
mharris e06f2b3
* Wed Jul 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5.fc6
mharris e06f2b3
- Implemented changes to xinput.sh based on suggestions from (#194458)
mharris e06f2b3
mharris ff26aa6
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-4
mharris ff26aa6
- Added documentation to doc macro.
mharris ff26aa6
mharris f45ed69
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
mharris f45ed69
- Added xinit-1.0.2-setuid.diff to fix potential security issue (#196094)
mharris f45ed69
mharris 8e19a9c
* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
mharris 8e19a9c
- Added "BuildRequires: pkgconfig" for bug (#194187)
mharris 8e19a9c
6579414
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
6579414
- Update xinit to 1.0.2
6579414
mharris 55310d3
* Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
mharris 55310d3
- Change Conflicts to Obsoletes for xorg-x11 and XFree86 (#181414)
mharris 55310d3
mharris 869b395
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
a4192e9
- bump again for double-long bug on ppc(64)
a4192e9
mharris 869b395
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
e00bdc8
- rebuilt for new gcc4.1 snapshot and glibc changes
e00bdc8
mharris 6c9e78e
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
mharris 6c9e78e
- Updated to xinit 1.0.1 from X11R7.0
mharris 6c9e78e
mharris 386525c
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
mharris 386525c
- Updated to xinit 1.0.0 from X11R7 RC4.
mharris 386525c
- Changed manpage dir from man1x to man1 to match upstream default.
mharris 386525c
mharris 3e934ec
* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-6
mharris 3e934ec
- Add "Requires: xauth" for startx, to fix bug (#173684)
mharris 3e934ec
mharris 3e934ec
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-5
mharris 3e934ec
- Do not provide xinit anymore, gdm has been fixed and that breaks things
mharris 3e934ec
  with the obsoletes
99d8928
mharris 451f77c
* Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-4
mharris 451f77c
- Added Xsession script from xinitrc, as it is very similar codebase, which
mharris 451f77c
  shares "xinitrc-common" anyway, and all of the display managers use it.
mharris 451f77c
mharris 451f77c
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-3
mharris b419356
- Updated to xinit 0.99.3 from X11R7 RC2.
mharris b419356
mharris f45ed69
* Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
mharris 39abdb7
- Added "Provides: xinitrc = 5.0.0-1" for temporary compatibility between
mharris 39abdb7
  monolithic and modular X.  This will be removed however for FC5.
mharris 39abdb7
mharris 7ca0ca0
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
mharris bf13eda
- Import custom Red Hat xinit scripts from xinitrc package.
mharris bf13eda
- Obsolete xinitrc package, as we include the scripts/configs here now.
mharris bf13eda
- Fix all scripts/configs to avoid the now obsolete /usr/X11R6 prefix.
mharris 7ca0ca0
mharris f08a77a
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
mharris f08a77a
- Updated to xinit 0.99.2 from X11R7 RC1.
mharris f08a77a
- Change manpage location to 'man1x' in file manifest.
mharris f08a77a
mharris f45ed69
* Wed Oct 05 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
mharris c2b8ff4
- Use Fedora-Extras style BuildRoot tag.
mharris c2b8ff4
- Update BuildRequires to use new library package names.
mharris c2b8ff4
- Tidy up spec file a bit.
mharris c2b8ff4
mharris 1a293dd
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
mharris 1a293dd
- Initial build.