|
@@ -6,7 +6,7 @@ Summary: X.Org X11 X server
|
|
|
Summary(ja): X.Org X11 X サーバ
|
|
|
Name: xorg-x11-server
|
|
|
Version: 1.8.0
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
URL: http://www.x.org
|
|
|
License: MIT/X11
|
|
|
Group: User Interface/X
|
|
@@ -17,7 +17,6 @@ Source0: ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{gitdate}.tar.xz
|
|
|
Source0: ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
|
|
|
%endif
|
|
|
|
|
|
-Source3: 00-evdev.conf
|
|
|
Source4: 10-quirks.conf
|
|
|
|
|
|
Source10: xserver.pamd
|
|
@@ -51,6 +50,7 @@ Patch6045: xserver-1.7.0-randr-gamma-restore.patch
|
|
|
Patch6049: xserver-1.7.1-multilib.patch
|
|
|
Patch6051: xserver-1.7.1-gamma-kdm-fix.patch
|
|
|
|
|
|
+Patch6057: xserver-1.8.0-xorg.conf.d-changes.patch
|
|
|
|
|
|
## Vine Patch
|
|
|
# autodetect nvidia driver
|
|
@@ -307,6 +307,8 @@ Xserver source code needed to build VNC server (Xvnc)
|
|
|
%patch6049 -p1 -b .multilib.patch
|
|
|
%patch6051 -p1 -b .gamma-kdm-fix.patch
|
|
|
|
|
|
+%patch6057 -p1 -b .xorg.conf.d-changes
|
|
|
+
|
|
|
# Vine patch
|
|
|
%patch10010 -p1 -b .nvidia
|
|
|
%patch10020 -p1 -b .fglrx
|
|
@@ -365,9 +367,10 @@ install -m 0444 hw/xfree86/common/{vesa,extra}modes $RPM_BUILD_ROOT%{_datadir}/x
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
|
|
install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
|
|
|
|
|
|
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xorg.conf.d
|
|
|
-install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/xorg.conf.d
|
|
|
-install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/xorg.conf.d
|
|
|
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
+install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
|
|
+
|
|
|
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
|
|
|
%endif
|
|
|
|
|
|
# Make the source package
|
|
@@ -488,9 +491,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_mandir}/man4/fbdevhw.4*
|
|
|
%{_mandir}/man4/exa.4*
|
|
|
%{_mandir}/man5/xorg.conf.5*
|
|
|
-%dir %{_sysconfdir}/xorg.conf.d
|
|
|
-%{_sysconfdir}/xorg.conf.d/00-evdev.conf
|
|
|
-%{_sysconfdir}/xorg.conf.d/10-quirks.conf
|
|
|
+%dir %{_sysconfdir}/X11/xorg.conf.d
|
|
|
+%dir %{_datadir}/X11/xorg.conf.d
|
|
|
+%{_datadir}/X11/xorg.conf.d/*.conf
|
|
|
%endif
|
|
|
|
|
|
|
|
@@ -549,6 +552,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-2
|
|
|
+- add Patch6057 to import xorg.conf.d changes from upstream.
|
|
|
+ - change /etc/xorg.conf.d to /etc/X11/xorg.conf.d
|
|
|
+ - system provided configs should go to /usr/share/X11/xorg.conf.d
|
|
|
+
|
|
|
* Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-1
|
|
|
- new upstream release
|
|
|
|