* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 1.6.99-10.20090707
- Today's git snapshot. - xserver-1.4.99-pic-libxf86config.patch: Drop. - xserver-1.4.99-document-fontpath-correctly.patch: Typo fixes. - libxf86config subpackages.
This commit is contained in:
parent
5ac01cc9b3
commit
1523d38d90
@ -1 +1,2 @@
|
|||||||
xorg-server-20090706.tar.bz2
|
xorg-server-20090706.tar.bz2
|
||||||
|
xorg-server-20090707.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f8acd1118a283e21fc3dcadbaf5334de xorg-server-20090706.tar.bz2
|
c635400ae9b5a4ffb1fa1a6cb4377952 xorg-server-20090707.tar.bz2
|
||||||
|
@ -14,12 +14,12 @@
|
|||||||
# Fix rhpxl to no longer need vesamodes/extramodes
|
# Fix rhpxl to no longer need vesamodes/extramodes
|
||||||
|
|
||||||
%define pkgname xorg-server
|
%define pkgname xorg-server
|
||||||
%define gitdate 20090706
|
%define gitdate 20090707
|
||||||
|
|
||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.6.99
|
Version: 1.6.99
|
||||||
Release: 9.%{gitdate}%{?dist}
|
Release: 10.%{gitdate}%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -47,10 +47,6 @@ Source30: find-provides
|
|||||||
# OpenGL compositing manager feature/optimization patches.
|
# OpenGL compositing manager feature/optimization patches.
|
||||||
Patch103: xserver-1.5.0-bg-none-root.patch
|
Patch103: xserver-1.5.0-bg-none-root.patch
|
||||||
|
|
||||||
# Red Hat specific tweaking, not intended for upstream
|
|
||||||
# XXX move these to the end of the list
|
|
||||||
Patch1003: xserver-1.4.99-pic-libxf86config.patch
|
|
||||||
|
|
||||||
Patch2013: xserver-1.4.99-document-fontpath-correctly.patch
|
Patch2013: xserver-1.4.99-document-fontpath-correctly.patch
|
||||||
Patch2014: xserver-1.5.0-projector-fb-size.patch
|
Patch2014: xserver-1.5.0-projector-fb-size.patch
|
||||||
|
|
||||||
@ -283,6 +279,22 @@ BuildArch: noarch
|
|||||||
%description source
|
%description source
|
||||||
Xserver source code needed to build VNC server (Xvnc)
|
Xserver source code needed to build VNC server (Xvnc)
|
||||||
|
|
||||||
|
%package -n libxf86config
|
||||||
|
Summary: Xorg configuration parser library
|
||||||
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
|
%description -n libxf86config
|
||||||
|
Xorg configuration parser library
|
||||||
|
|
||||||
|
%package -n libxf86config-devel
|
||||||
|
Summary: Xorg configuration parser library development files
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: libxf86config = %{version}-%{release}
|
||||||
|
Requires: xorg-x11-server-devel = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n libxf86config-devel
|
||||||
|
Xorg configuration parser library development files
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{pkgname}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
|
|
||||||
@ -449,8 +461,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/xorg/modules/libwfb.so
|
%{_libdir}/xorg/modules/libwfb.so
|
||||||
%{_libdir}/xorg/modules/libxaa.so
|
%{_libdir}/xorg/modules/libxaa.so
|
||||||
%{_libdir}/xorg/modules/libxf8_16bpp.so
|
%{_libdir}/xorg/modules/libxf8_16bpp.so
|
||||||
%{_libdir}/libxf86config.so.0
|
|
||||||
%{_libdir}/libxf86config.so.0.0.0
|
|
||||||
%{_mandir}/man1/gtf.1*
|
%{_mandir}/man1/gtf.1*
|
||||||
%{_mandir}/man1/Xorg.1*
|
%{_mandir}/man1/Xorg.1*
|
||||||
%{_mandir}/man1/cvt.1*
|
%{_mandir}/man1/cvt.1*
|
||||||
@ -502,7 +512,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%if %{with_hw_servers}
|
%if %{with_hw_servers}
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libxf86config.so
|
|
||||||
%{_libdir}/pkgconfig/xorg-server.pc
|
%{_libdir}/pkgconfig/xorg-server.pc
|
||||||
%dir %{_includedir}/xorg
|
%dir %{_includedir}/xorg
|
||||||
%{sdkdir}/*.h
|
%{sdkdir}/*.h
|
||||||
@ -515,7 +524,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{xserver_source_dir}
|
%{xserver_source_dir}
|
||||||
|
|
||||||
|
|
||||||
|
%files -n libxf86config
|
||||||
|
%defattr(-, root, root, -)
|
||||||
|
%{_libdir}/libxf86config.so.0
|
||||||
|
%{_libdir}/libxf86config.so.0.0.0
|
||||||
|
|
||||||
|
|
||||||
|
%files -n libxf86config-devel
|
||||||
|
%defattr(-, root, root, -)
|
||||||
|
%{_libdir}/libxf86config.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 07 2009 Adam Jackson <ajax@redhat.com> 1.6.99-10.20090707
|
||||||
|
- Today's git snapshot.
|
||||||
|
- xserver-1.4.99-pic-libxf86config.patch: Drop.
|
||||||
|
- xserver-1.4.99-document-fontpath-correctly.patch: Typo fixes.
|
||||||
|
- libxf86config subpackages.
|
||||||
|
|
||||||
* Mon Jul 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-9.20090706
|
* Mon Jul 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.6.99-9.20090706
|
||||||
- Today's git snapshot.
|
- Today's git snapshot.
|
||||||
- xserver-1.5.0-bad-fbdev-thats-mine.patch: Drop. Merged upstream.
|
- xserver-1.5.0-bad-fbdev-thats-mine.patch: Drop. Merged upstream.
|
||||||
|
@ -39,13 +39,13 @@ index 3c657d0..4b562bd 100644
|
|||||||
-.I __projectroot__/lib/X11/fonts/Type1/
|
-.I __projectroot__/lib/X11/fonts/Type1/
|
||||||
-.I __projectroot__/lib/X11/fonts/75dpi/
|
-.I __projectroot__/lib/X11/fonts/75dpi/
|
||||||
-.I __projectroot__/lib/X11/fonts/100dpi/
|
-.I __projectroot__/lib/X11/fonts/100dpi/
|
||||||
+.I __projectroot__/shared/X11/fonts/local/
|
+.I __projectroot__/share/X11/fonts/local/
|
||||||
+.I __projectroot__/shared/X11/fonts/misc/
|
+.I __projectroot__/share/X11/fonts/misc/
|
||||||
+.I __projectroot__/shared/X11/fonts/75dpi/:unscaled
|
+.I __projectroot__/share/X11/fonts/75dpi/:unscaled
|
||||||
+.I __projectroot__/shared/X11/fonts/100dpi/:unscaled
|
+.I __projectroot__/share/X11/fonts/100dpi/:unscaled
|
||||||
+.I __projectroot__/shared/X11/fonts/Type1/
|
+.I __projectroot__/share/X11/fonts/Type1/
|
||||||
+.I __projectroot__/shared/X11/fonts/75dpi/
|
+.I __projectroot__/share/X11/fonts/75dpi/
|
||||||
+.I __projectroot__/shared/X11/fonts/100dpi/
|
+.I __projectroot__/share/X11/fonts/100dpi/
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
Loading…
Reference in New Issue
Block a user