]> git.pld-linux.org Git - packages/xkeycaps.git/blobdiff - xkeycaps.spec
- real xorg BRs
[packages/xkeycaps.git] / xkeycaps.spec
index 6833a74944b34f3132fdf38a10c672975ee034c0..76e17c4568f4176c93a72668c2eb5af90d6c6c7e 100644 (file)
@@ -13,8 +13,12 @@ Source1:     %{name}.desktop
 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
@@ -62,8 +66,11 @@ Veja a página do manual para maiores detalhes.
 
 %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
This page took 0.078997 seconds and 4 git commands to generate.