Author: pluto Date: Sun Feb 5 14:10:05 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Xwrapper from monolith.
---- Files affected: SPECS: xorg-xserver-server.spec (1.22 -> 1.23) , xorg-app-xinit.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/xorg-xserver-server.spec diff -u SPECS/xorg-xserver-server.spec:1.22 SPECS/xorg-xserver-server.spec:1.23 --- SPECS/xorg-xserver-server.spec:1.22 Sun Feb 5 11:10:07 2006 +++ SPECS/xorg-xserver-server.spec Sun Feb 5 15:10:00 2006 @@ -3,7 +3,7 @@ Summary(pl): Serwer X.org Name: xorg-xserver-server Version: 1.0.1 -Release: 0.2 +Release: 0.3 License: MIT Group: X11/Servers Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/xserver/xorg-server-%{version}.tar.bz2 @@ -13,6 +13,7 @@ Source2: xserver.pamd Patch0: %{name}-ncurses.patch Patch1: %{name}-symlinks.patch +Patch2: %{name}-xwrapper.patch URL: http://xorg.freedesktop.org/ # for glx headers BuildRequires: Mesa-libGL-devel @@ -22,6 +23,7 @@ BuildRequires: libdrm-devel BuildRequires: libtool BuildRequires: ncurses-devel +BuildRequires: pam-devel BuildRequires: perl-base BuildRequires: pkgconfig >= 1:0.19 BuildRequires: xorg-lib-libX11-devel @@ -204,6 +206,7 @@ %setup -q -a1 -n xorg-server-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p0 %build %{__libtoolize} @@ -240,7 +243,8 @@ %defattr(644,root,root,755) %doc COPYING ChangeLog %attr(755,root,root) %{_bindir}/X -%attr(4755,root,root) %{_bindir}/Xorg +%attr(755,root,root) %{_bindir}/Xorg +%attr(4755,root,root) %{_bindir}/Xwrapper %attr(755,root,root) %{_bindir}/getconfig %attr(755,root,root) %{_bindir}/getconfig.pl %attr(755,root,root) %{_bindir}/gtf @@ -340,6 +344,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2006/02/05 14:10:00 pluto +- Xwrapper from monolith. + Revision 1.22 2006/02/05 10:10:07 pluto - R: default fonts. xserver won't run w/o them. ================================================================ Index: SPECS/xorg-app-xinit.spec diff -u SPECS/xorg-app-xinit.spec:1.5 SPECS/xorg-app-xinit.spec:1.6 --- SPECS/xorg-app-xinit.spec:1.5 Thu Jan 12 15:59:24 2006 +++ SPECS/xorg-app-xinit.spec Sun Feb 5 15:10:00 2006 @@ -3,11 +3,12 @@ Summary(pl): Aplikacja xinit Name: xorg-app-xinit Version: 1.0.1 -Release: 0.1 +Release: 0.2 License: MIT Group: X11/Applications Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/app/xinit-%{version}.tar.bz2 # Source0-md5: 8c353e39389edbdffc5387acc24948a0 +Patch0: %{name}-xwrapper.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -25,6 +26,7 @@ %prep %setup -q -n xinit-%{version} +%patch0 -p0 %build %{__aclocal} @@ -57,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/02/05 14:10:00 pluto +- Xwrapper from monolith. + Revision 1.5 2006/01/12 14:59:24 qboosh - 1.0.1 (X11R7.0 release) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-xserver-server.spec?r1=1.22&r2=1.23&f=u http://cvs.pld-linux.org/SPECS/xorg-app-xinit.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
