]> git.pld-linux.org Git - packages/xkeycaps.git/commitdiff
- updated URL to http://www.jwz.org/xkeycaps/,
authorkloczek <kloczek@pld-linux.org>
Sun, 13 Sep 1998 17:29:45 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated base Source Url to http://www.jwz.org/xkeycaps/.

Changed files:
    xkeycaps.spec -> 1.1

xkeycaps.spec [new file with mode: 0644]

diff --git a/xkeycaps.spec b/xkeycaps.spec
new file mode 100644 (file)
index 0000000..3b427f4
--- /dev/null
@@ -0,0 +1,76 @@
+Summary:   xkeycaps - a keymap editor for the X window system
+Name:      xkeycaps
+Version:   2.43
+Release:   1
+Copyright: BSD
+Group:     X11/Applications
+Source0:   http://www.jwz.org/xkeycaps/%{name}-%{version}.tar.Z
+Source1:   %{name}.wmconfig
+URL:       http://www.jwz.org/xkeycaps/
+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
+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.
+
+%prep
+%setup -q
+
+%build
+xmkmf -a
+make DEFAULT_KBD_NAME="L101" CDEBUGFLAGS=$RPM_OPT_FLAGS
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
+
+make install DESTDIR=$RPM_BUILD_ROOT
+make install.man DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/xkeycaps
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%doc README defining.txt
+/etc/X11/wmconfig/xkeycaps
+%attr(755, root, root) /usr/X11R6/bin/xkeycaps
+%attr(644, root,  man) /usr/X11R6/man/man1/xkeycaps.1x
+
+%changelog
+* Thu Sep  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.43-1]
+- updated URL to http://www.jwz.org/xkeycaps/,
+- updated base Source Url to http://www.jwz.org/xkeycaps/
+
+* Sat May  3 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.42-1]
+- Copyright statment changed to BSD,
+- added %clean section,
+- added -q %setup parameter,
+- added URL,
+- added using $RPM_OPT_FLAGS on compile time,
+- removed paching default kbd name (now directly passed as make parameter),
+- rewrited Summary and %description,
+- removed Packager field from spec (if you want recompile package and
+  redistribute this package later put this in your private .rpmrc). 
+- changed to regular url,
+- added %%{version} to Source url,
+- added using %%{name} macro in Buildroot and Source fields,
+- added %defattr and %attr macros in %files (allows building package from
+  non-root account); %defattr requires rpm >= 2.4.99 on rebuild.
+
+* Fri Aug 22 1997 John A. Martin <jam@jamux.com>
+  [2.38-1]
+- not commented.
+
+* Fri Jan 17 1997 ??? <root@imp.redhat.com>
+  [2.32-1]
+- previouse not commented release in rpm package (powercd 4.2).
This page took 0.034172 seconds and 4 git commands to generate.