kleds/kleds.spec

Name: kleds
Summary: Shows the status of the keyboard indicator LEDs in the KDE panel
Version: 0.8.0
Release: 3
License: GPL
Group: User Interface/Desktops
URL: http://www.hansmatzen.de/english/kleds.html
Description: KLeds is a little program for the KDE Desktop Environment. It shows up in the KDE Panel and displays the current state of the keyboard indicator LED's (NumLock, ScrollLock and CapsLock).

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: kleds-0.8.0.tar.bz2

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries

# Screenshot: http://www.hansmatzen.de/pics/kleds_ss01.png
# ScreenshotURL: http://www.hansmatzen.de/english/kleds.html#screenshots


Summary: Shows the status of the keyboard indicator LEDs in the KDE panel
Name: kleds
Version: 0.8.0
Release: 3%{?dist}
License: GPL
Group: User Interface/Desktops
URL: http://www.hansmatzen.de/english/kleds.html

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Source: http://www.hansmatzen.de/software/kleds/kleds-%{version}.tar.bz2
BuildRequires: gcc, gcc-c++, qt-devel, kdelibs-devel
BuildRequires: zlib-devel, libart_lgpl-devel, make, arts-devel, gettext
BuildRequires: libpng-devel, libjpeg-devel

%description
KLeds is a little program for the KDE Desktop Environment. It shows
up in the KDE Panel and displays the current state of the keyboard
indicator LED's (NumLock, ScrollLock and CapsLock).

%prep
%setup

%build
. /etc/profile.d/qt.sh
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
. /etc/profile.d/qt.sh
%{__make} install DESTDIR=%{buildroot}
%find_lang %{name}

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/kleds
%{_bindir}/kledsd

%changelog
* Thu Mar 30 2006 Dries Verachtert <dries@ulyssis.org> - 0.8.0-3
- Simplify buildequirements: kdelibs-devel already requires xorg-x11-devel/XFree86-devel

* Fri Jul 16 2004 Matthias Saou <http://freshrpms.net/> 0.8.0-2
- Spec file cleanup, added %%find_lang.

* Thu Dec 11 2003 Dries Verachtert <dries@ulyssis.org> 0.8.0-2
- added some BuildRequires

* Sun Nov 30 2003 Dries Verachtert <dries@ulyssis.org> 0.8.0-1
- first packaging for Fedora Core 1