Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312043 Details for
Bug 455597
Create subpackage with server sources
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
diff (text/plain), 1.74 KB, created by
Adam Tkac
on 2008-07-17 11:47:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Adam Tkac
Created:
2008-07-17 11:47:10 UTC
Size:
1.74 KB
patch
obsolete
>Index: xorg-x11-server.spec >=================================================================== >RCS file: /cvs/dist/rpms/xorg-x11-server/RHEL-5/xorg-x11-server.spec,v >retrieving revision 1.229 >diff -u -r1.229 xorg-x11-server.spec >--- xorg-x11-server.spec 29 May 2008 06:11:18 -0000 1.229 >+++ xorg-x11-server.spec 17 Jul 2008 11:43:30 -0000 >@@ -404,6 +404,13 @@ > Red Hat Enterprise Linux 5. > > %endif >+ >+%package Xvnc-source >+Summary: Xserver source code required to build VNC server (Xvnc) >+Group: Development/Libraries >+ >+%description Xvnc-source >+Xserver source code needed to build VNC server (Xvnc) > # ------------------------------------------------------------------- > > %prep >@@ -618,6 +625,21 @@ > popd > %endif > >+# Make the source package >+%define xserver_source_dir %{_datadir}/xorg-x11-Xvnc-source >+%define inst_srcdir %{buildroot}/%{xserver_source_dir} >+mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/xfree86/{common,utils/xorgconfig}} >+cp cpprules.in %{inst_srcdir} >+cp Xext/SecurityPolicy %{inst_srcdir}/Xext >+cp xkb/README.compiled %{inst_srcdir}/xkb >+cp GL/symlink-mesa.sh %{inst_srcdir}/GL >+cp hw/xfree86/{xorgconf.cpp,Options} %{inst_srcdir}/hw/xfree86 >+cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common >+cp hw/xfree86/utils/xorgconfig/Cards{,98} %{inst_srcdir}/hw/xfree86/utils/xorgconfig/ >+ >+find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl)$' | >+xargs tar cf - | (cd %{inst_srcdir} && tar xf -) >+ > %clean > rm -rf $RPM_BUILD_ROOT > >@@ -841,6 +863,10 @@ > %{_datadir}/xorg-x11-server-source > %endif > >+%files Xvnc-source >+%defattr(-,root,root) >+%{_datadir}/xorg-x11-Xvnc-source >+ > %changelog > * Thu May 29 2008 Dave Airlie <airlied@redhat.com> 1.1.1-48.42 > - cve-2008-1377.patch: Record and Security Extension Input validation
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 455597
: 312043