~ubuntu-branches/ubuntu/quantal/xbindkeys/quantal

« back to all changes in this revision

Viewing changes to xbindkeys.spec

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-03-11 22:08:30 UTC
  • Revision ID: james.westby@ubuntu.com-20040311220830-ebuzheynmbvsdosa
Tags: upstream-1.7.1
ImportĀ upstreamĀ versionĀ 1.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: Binds keys or mouse buttons to shell commands under X.
 
2
Name: xbindkeys
 
3
Version: 1.7.1
 
4
Release: 1
 
5
Copyright: GPL v2
 
6
Group: User Interface/X
 
7
Source: http://hocwp.free.fr/xbindkeys/xbindkeys-%{version}.tar.gz
 
8
URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html
 
9
BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
10
Requires: tk
 
11
 
 
12
%description
 
13
xbindkeys is a program that allows you to launch shell commands with your keyboard or mouse under X. It links commands to keys or mouse buttons using a simple configuration file, and is independant of the window manager.
 
14
 
 
15
%prep
 
16
%setup -q
 
17
 
 
18
%build
 
19
./configure --mandir="%{_mandir}" --bindir="%{_bindir}"
 
20
make CFLAGS="$RPM_OPT_FLAGS"
 
21
 
 
22
%install
 
23
rm -rf %{buildroot}
 
24
make install DESTDIR="%{buildroot}"
 
25
 
 
26
%clean
 
27
rm -rf %{buildroot}
 
28
 
 
29
%files
 
30
%defattr(-, root, root)
 
31
%doc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README TODO
 
32
%attr(0755, root, root) %{_bindir}/xbindkeys
 
33
%attr(0755, root, root) %{_bindir}/xbindkeys_show
 
34
%attr(0644, root, root) %{_mandir}/man?/*
 
35
 
 
36
%changelog
 
37
* Thu Jan 08 2004 Philippe Brochard <hocwp@free.fr>
 
38
- build for 1.7.1
 
39
 
 
40
* Fri Nov 15 2002 David Zambonini <dave@alfar.co.uk>
 
41
- build for 1.6.3
 
42
 
 
43
* Wed Nov 13 2002 David Zambonini <dave@alfar.co.uk>
 
44
- second 1.6.2 release - fixed default attributes on docs (oops!)
 
45
 
 
46
* Tue Nov 12 2002 David Zambonini <dave@alfar.co.uk>
 
47
- build for 1.6.2. wheee
 
48
 
 
49
* Tue Nov 12 2002 David Zambonini <dave@alfar.co.uk>
 
50
- build for 1.6.1. that was quick
 
51
 
 
52
* Sun Nov 10 2002 David Zambonini <dave@alfar.co.uk>
 
53
- build for 1.6
 
54
 
 
55
* Sat Nov 01 2002 David Zambonini <dave@alfar.co.uk>
 
56
- Added additional documents, tweaked description
 
57
 
 
58
* Mon Oct 30 2002 David Zambonini <dave@alfar.co.uk>
 
59
- Initial revision.
 
60