]> git.pld-linux.org Git - SPECS.git/blob - xbindkeys_config.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / xbindkeys_config.spec
1 Summary:        An easy to use GTK+ program for configuring xbindkeys
2 Summary(pl.UTF-8):      Prosty program do konfiguracji programu xbindkeys
3 Name:           xbindkeys_config
4 Version:        0.1.3
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 # dead domain
9 #Source0:       http://www.netchampagne.com/xbindkeys_config/%{name}-%{version}.tar.gz
10 Source0:        %{name}-%{version}.tar.gz
11 # Source0-md5:  c8983fd822e66c9f9bfbe5e99044a203
12 #URL:           http://www.netchampagne.com/xbindkeys_config/
13 BuildRequires:  gtk+-devel
14 Requires:       xbindkeys
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 An easy to use GTK+ program for configuring xbindkeys.
19
20 %description -l pl.UTF-8
21 Prosty program do konfiguracji programu xbindkeys.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc} %{rpmcflags} -Wall"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS ChangeLog README
43 %attr(755,root,root) %{_bindir}/xbindkeys_config
This page took 0.02998 seconds and 3 git commands to generate.