rpms/xorg-x11-apps/devel xlogo-less-xprint.patch, NONE, 1.1 xorg-x11-apps.spec, 1.35, 1.36

Adam Jackson ajax at fedoraproject.org
Thu Jul 2 21:16:44 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-apps/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26287

Modified Files:
	xorg-x11-apps.spec 
Added Files:
	xlogo-less-xprint.patch 
Log Message:
build, dangit

xlogo-less-xprint.patch:

--- NEW FILE xlogo-less-xprint.patch ---
diff -up xlogo-1.0.1/Makefile.am.jx xlogo-1.0.1/Makefile.am
--- xlogo-1.0.1/Makefile.am.jx	2005-12-07 11:18:00.000000000 -0500
+++ xlogo-1.0.1/Makefile.am	2009-07-02 17:13:19.000000000 -0400
@@ -34,12 +34,6 @@ xlogo_SOURCES =	\
         xlogo.c \
         xlogo.h
 
-if XAW_USE_XPRINT
-xlogo_SOURCES += \
-        print.c \
-        print.h 
-endif
-
 appman_PRE = \
         xlogo.man
 


Index: xorg-x11-apps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-apps/devel/xorg-x11-apps.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- xorg-x11-apps.spec	2 Jul 2009 20:44:58 -0000	1.35
+++ xorg-x11-apps.spec	2 Jul 2009 21:16:43 -0000	1.36
@@ -40,6 +40,7 @@ Patch0: x11perf-1.4.1-x11perf-datadir-cl
 Patch1: luit-1.0.1-locale.alias-datadir.patch
 Patch2: xconsole-1.0.3-streams-me-softer.patch
 Patch3: xvidtune-1.0.1-buffer-stomp.patch
+Patch4: xlogo-less-xprint.patch
 
 BuildRequires: autoconf automake
 
@@ -86,12 +87,14 @@ A collection of common X Window System a
 %patch1 -p0 -b .locale.alias-datadir
 %patch2 -p0 -b .streams-me-softer
 %patch3 -p1 -b .buffer-stomp
+%patch4 -p0 -b .xprint
 
 %build
 # Build all apps
 {
 for app in * ; do
 	pushd $app
+		sed -i '/XAW_/ s/)/, xaw7)/; /XAW_/ s/XAW_CHECK_XPRINT_SUPPORT/PKG_CHECK_MODULES/' configure.ac
 		autoreconf -v --install
 		%configure --disable-xprint
 		make




More information about the fedora-extras-commits mailing list