[xorg-x11-server] Add more files into -source subpkg.

Adam Tkac atkac at fedoraproject.org
Tue Mar 22 10:01:46 UTC 2011


commit 585f343277347aa295361da674847221a4d0361a
Author: Adam Tkac <atkac at redhat.com>
Date:   Tue Mar 22 11:01:15 2011 +0100

    Add more files into -source subpkg.
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 xorg-x11-server.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index c57d1df..566d6ad 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -30,7 +30,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.10.0
-Release:   4%{?gitdate:.%{gitdate}}%{dist}
+Release:   5%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -387,6 +387,7 @@ install -m 755 %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}
 %define xserver_source_dir %{_datadir}/xorg-x11-server-source
 %define inst_srcdir %{buildroot}/%{xserver_source_dir}
 mkdir -p %{inst_srcdir}/{doc/xml{,/dtrace},Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
+mkdir -p %{inst_srcdir}/{hw/dmx/doc,doc/man}
 cp {,%{inst_srcdir}/}doc/xml/xmlrules.in
 cp {,%{inst_srcdir}/}doc/xml/xmlrules-noinst.in
 cp {,%{inst_srcdir}/}doc/xml/xmlrules-inst.in
@@ -394,6 +395,9 @@ cp {,%{inst_srcdir}/}doc/xml/xserver.ent.in
 cp {,%{inst_srcdir}/}doc/xml/Xserver-spec.xml
 cp {,%{inst_srcdir}/}doc/xml/dtrace/Xserver-DTrace.xml
 cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
+cp {,%{inst_srcdir}/}hw/dmx/doc/doxygen.conf.in
+cp {,%{inst_srcdir}/}doc/man/Xserver.man
+cp {,%{inst_srcdir}/}doc/smartsched
 cp xkb/README.compiled %{inst_srcdir}/xkb
 cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
 cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common
@@ -548,6 +552,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Tue Mar 22 2011 Adam Tkac <atkac redhat com> 1.10.0-5
+- add more files into -source subpkg
+
 * Thu Mar 17 2011 Adam Jackson <ajax at redhat.com> 1.10.0-4
 - xserver-1.10-pointer-barriers.patch: Backport CRTC confinement from master
   and pointer barriers from the development tree for same.


More information about the scm-commits mailing list