SPECS: xkeycaps.spec - real xorg BRs - pass CC and LDOPTIONS (for ...

qboosh qboosh at pld-linux.org
Sat Jan 26 02:51:01 CET 2008


Author: qboosh                       Date: Sat Jan 26 01:51:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- real xorg BRs
- pass CC and LDOPTIONS (for as-needed)

---- Files affected:
SPECS:
   xkeycaps.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: SPECS/xkeycaps.spec
diff -u SPECS/xkeycaps.spec:1.41 SPECS/xkeycaps.spec:1.42
--- SPECS/xkeycaps.spec:1.41	Sat Jan 26 01:53:25 2008
+++ SPECS/xkeycaps.spec	Sat Jan 26 02:50:56 2008
@@ -14,8 +14,12 @@
 Source2:	%{name}.png
 URL:		http://www.jwz.org/xkeycaps/
 BuildRequires:	xorg-cf-files
-BuildRequires:	xorg-util-imake
+BuildRequires:	xorg-lib-libXaw-devel
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXmu-devel
+BuildRequires:	xorg-lib-libXt-devel
 BuildRequires:	xorg-util-gccmakedep
+BuildRequires:	xorg-util-imake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -63,8 +67,11 @@
 
 %build
 xmkmf -a
-%{__make} DEFAULT_KBD_NAME="L101" \
-	CDEBUGFLAGS="%{rpmcflags}"
+%{__make} \
+	CC="%{__cc}" \
+	CDEBUGFLAGS="%{rpmcflags}" \
+	EXTRA_LDOPTIONS="%{rpmldflags}" \
+	DEFAULT_KBD_NAME="L101"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -95,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2008-01-26 01:50:56  qboosh
+- real xorg BRs
+- pass CC and LDOPTIONS (for as-needed)
+
 Revision 1.41  2008-01-26 00:53:25  wolvverine
 - changes for xorg
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xkeycaps.spec?r1=1.41&r2=1.42&f=u



More information about the pld-cvs-commit mailing list