File: gkrellm-xkb.spec

package info (click to toggle)
gkrellm-xkb 1.05-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 264 kB
  • ctags: 63
  • sloc: ansic: 577; makefile: 67; sh: 8
file content (46 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
%define name gkrellm-xkb
%define version 1.05
%define  RELEASE 1
%define  release     %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}

Name: %{name}
Summary: gkrellm plugin to control xkb
Version: %{version}
Release: %{release}
Source: http://sweb.cz/tripie/gkrellm/xkb/dist/gkrellm-xkb-%{version}.tar.gz
Group: Applications
URL: http://sweb.cz/tripie/gkrellm/xkb
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
License: GPL
Requires: gkrellm >= 2.1.0, gtk2-devel >= 2.2.0
BuildRequires: gkrellm-devel >= 2.1.0, gtk2-devel >= 2.2.0

%description
gkrellm plugin to monitor the currently-active national keyboard layout

%prep
%__rm -rf $RPM_BUILD_ROOT

%setup -q -n %{name}-%{version}

%build
%__make PREFIX=%{_prefix}

%install
umask 022

%__mkdir_p $RPM_BUILD_ROOT/%{_libdir}/gkrellm2/plugins
%__make PREFIX=$RPM_BUILD_ROOT/%{_prefix} install

%clean
%__rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/file.list.%{name}

%files
%defattr(755,root,root,755)
%{_libdir}/gkrellm2/plugins/*
%defattr(644,root,root,755)
%doc LICENSE TODO VERSION

%changelog
* Mon Aug 04 2003 Rui M. Seabra <rms@1407.org>
- Create rpm spec