File: klineakconfig.spec

package info (click to toggle)
klineakconfig 0.9-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,508 kB
  • ctags: 374
  • sloc: sh: 15,675; cpp: 2,815; perl: 1,959; makefile: 147
file content (50 lines) | stat: -rw-r--r-- 1,599 bytes parent folder | download | duplicates (3)
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
47
48
49
50
# This spec file was generated using Kpp
# If you find any problems with this spec file please report
# the error to ian geiser <geiseri@msoe.edu>
Summary:   Program to map and configure your Easy Access Keys
Name:      klineakconfig
Version:   0.8-beta1
Release:   1
Copyright: GPL
Vendor:    Sheldon Lee Wen <leewsb@hotmail.com>
Url:       http://lycadican.sourceforge.net/Lycadican/klineakconfig-0.5pre3.tar.gz
Icon:      klineakconfig.xpm
Packager:  Sheldon Lee Wen <leewsb@hotmail.com>
Group:     X11/KDE/Utilities
Source:    klineakconfig-0.8-beta1.tar.gz
BuildRoot: /usr/src/RPM/BUILD/%{name}-buildroot
Prefix:    /usr
Requires:  lineakd >= 0.8

%description
KlineakConfig is a configuration and control program for the lineakd daemon that provides access to your keyboards easy access keys.

%prep
%setup
CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}\
                 \
                $LOCALFLAGS
%build
# Setup for parallel builds
numprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :`
if [ "$numprocs" = "0" ]; then
  numprocs=1
fi

make -j$numprocs

%install
make install-strip DESTDIR=$RPM_BUILD_ROOT

cd $RPM_BUILD_ROOT
find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.klineakconfig
find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.klineakconfig
find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.klineakconfig

%clean
rm -rf $RPM_BUILD_ROOT/*
rm -rf $RPM_BUILD_DIR/klineakconfig
rm -rf ../file.list.klineakconfig


%files -f ../file.list.klineakconfig