wmcliphist: Add version 2.0 to repository.
[dockapps.git] / wmcliphist / wmcliphist.spec
blob1b5a713a71e55ca07d96027be8e41dea804f35b0
1 Summary: dockable clipboard history applet for Window Maker
2 Name: wmcliphist
3 Version: 1.0
4 Release: 1
5 Source0: %{name}-%{version}.tar.gz
6 License: GPL
7 Group: Applications/File
8 BuildRoot: %{_builddir}/%{name}-root
9 Packager: Daniel Tschan <tschan+rpm@devzone.ch>
10 URL: http://linux.nawebu.cz/wmcliphist/
12 %description
13 In short, it is clipboard history dockable application for Window Maker
14 (and maybe AfterStep with some little modifications - not tested).
15 wmcliphist keeps history of clipboard operations and allows you to put
16 previously copied items back to clipboard for pasting to other
17 applications. I wrote wmcliphist because there was no such application
18 suitable for usage in Window Maker and I was confused to run number of
19 KDE daemons for Klipper (which was the inspiration).
21 %prep
22 %setup -q
24 %build
25 make
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 mkdir -p $RPM_BUILD_ROOT/usr/bin
30 cp -f wmcliphist $RPM_BUILD_ROOT/usr/bin
31 mkdir -p $RPM_BUILD_ROOT/usr/share/%{name}
32 cp -f .wmcliphistrc $RPM_BUILD_ROOT/usr/share/%{name}/wmcliphistrc.sample
34 %clean
35 if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
36 if [ -d $RPM_BUILD_DIR/%{name}-%{version} ]; then rm -rf $RPM_BUILD_DIR/%{name}-%{version}; fi
38 %files
39 %defattr(-,root,root)
40 %attr(0755,root,root) /usr/bin/wmcliphist
41 %doc ChangeLog COPYING README AUTHORS NEWS INSTALL
42 /usr/share/%{name}/wmcliphistrc.sample
44 %changelog
45 * Sun Aug 24 2003 Michal Krause
46 - exec actions can be performed automatically or on demand by middle mouse
47 button click on menu item or by hot key for last captured item (Michael
48 Beattie)
49 - wmcliphist can automatically take up clipboard content allowing to paste it
50 when application who copied it ended already
51 * Mon Jun 23 2003 Michal Krause
52 - brand new icon set made by Daniel Richard G. <skunk@iskunk.org>
53 - icon size (60, 40, 30 or 16 pixels) selectable on command line
54 * Sun Apr 06 2003 Michal Krause
55 - first version containing spec for building RPMs (Daniel Tschan
56 <tschan+rpm@devzone.ch>)
57 - fixed locale and zombie bugs (Victor Cheburkin <vc@iptcom.net>)
58 - wmcliphist now starts without .wmcliphistrc (Sebastian Ley
59 <sebastian.ley@mmweg.rwth-aachen.de>)
60 - permissions of .wmcliphist.data are more secure now (Kresimir Kukulj
61 <madmax@iskon.hr>)
62 - fixed buffer overrun bug in reading history (Simon 'corecode' Schubert
63 <corecode@corecode.ath.cx>)
64 - keyboard navigation in history menu is possible now
65 - icons with antialiasing against dark, mid and light background are now
66 compiled into wmcliphist and it can be choosen on command line (-i)
67 - wmcliphist can optionaly ask you to confirm performing of exec action
68 (suggested by Ivica Letunic <Ivica.Letunic@EMBL-Heidelberg.DE>)
69 - added hotkey which returns previously captured item back to clipboard. It can
70 safe some keystrokes or mouse clicks in some situation, escpecially if you
71 need clear destination before pasting to it and selecting of its content
72 replaces your data in the clipboard