]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- added mandir-fix patch (use man3 not man1 for XRes,Xfontcache,Xss API docs)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Nov 2003 07:10:51 +0000 (07:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- simplified files - there is no XIE extension now

Changed files:
    XFree86.spec -> 1.511

XFree86.spec

index 1a70ff3d1026cce39bf4c36038685ab326a11342..c912a2faa6d9eed4a2aed498ad3ef66de0e44ac5 100644 (file)
@@ -124,6 +124,7 @@ Patch45:    %{name}-spencode-nowarning.patch
 Patch46:       %{name}-lock.patch
 Patch47:       %{name}-linux-version.patch
 Patch48:       %{name}-new-s3-nodebug.patch
+Patch49:       %{name}-mandir-fix.patch
 Patch50:       %{name}-xterm-256colors.patch
 URL:           http://www.xfree86.org/
 BuildRequires: %{_bindir}/perl
@@ -1794,6 +1795,7 @@ System. 
 %patch47 -p1
 tar xfz *.tar.gz
 %patch48 -p0
+%patch49 -p1
 %patch50 -p1
 
 rm -f xc/config/cf/host.def
@@ -2503,10 +2505,7 @@ fi
 %{_includedir}/X11/Xaw
 %{_includedir}/X11/Xmu
 %dir %{_includedir}/X11/extensions
-%{_includedir}/X11/extensions/[^X]*.h
-%{_includedir}/X11/extensions/X[^I]*.h
-%{_includedir}/X11/extensions/XI.h
-%{_includedir}/X11/extensions/XI[^E]*.h
+%{_includedir}/X11/extensions/*.h
 %{_includedir}/X11/fonts
 %{_includedir}/xf86*.h
 %{_libdir}/X11/config
@@ -2514,8 +2513,6 @@ fi
 %exclude %{_includedir}/X11/extensions/Xrender.h
 %exclude %{_includedir}/X11/extensions/render.h
 %exclude %{_includedir}/X11/extensions/renderproto.h
-%exclude %{_libdir}/libXrender.so
-%exclude %{_libdir}/libXcursor.so
 
 %{_mandir}/man3/[A-EH-Z]*
 %exclude %{_mandir}/man3/Xft.3*
This page took 0.054913 seconds and 4 git commands to generate.