]> git.pld-linux.org Git - packages/xkeycaps.git/blobdiff - xkeycaps.spec
- added quotes aroud passed variables (for bash 2.0.x).
[packages/xkeycaps.git] / xkeycaps.spec
index 3b427f48c5b45213544bb58bb38df279c795e8ca..3f8d7d96cbb697eed635035f2cdef57aaf84b70f 100644 (file)
@@ -12,18 +12,18 @@ Buildroot: /tmp/%{name}-%{version}-root
 %description
 xkeycaps is a graphical front-end to xmodmap.It opens a window that looks
 like a keyboard; moving the mouse over a key shows what KeySyms and Modifier
-bits that key generates.  Clicking on a key simulates KeyPress/KeyRelease
+bits that key generates. Clicking on a key simulates KeyPress/KeyRelease
 events on the window of your choice. It is possible to change the KeySyms
 and Modifiers generated by a key through a mouse-based interface. This
-program can also write an input file for xmodmap to recreate your changes
-in future sessions.
+program can also write an input file for xmodmap to recreate your changes in
+future sessions.
 
 %prep
 %setup -q
 
 %build
 xmkmf -a
-make DEFAULT_KBD_NAME="L101" CDEBUGFLAGS=$RPM_OPT_FLAGS
+make DEFAULT_KBD_NAME="L101" CDEBUGFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.062385 seconds and 4 git commands to generate.