From c5194de8199ae09bb6549df186ba7c6c9b4738b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bl=C3=A4ttermann?= Date: Sat, 3 Dec 2011 22:38:13 +0100 Subject: [PATCH] Initial commit --- .gitignore | 1 + sources | 1 + wmsystemtray.spec | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 wmsystemtray.spec diff --git a/.gitignore b/.gitignore index e69de29..479ac64 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/wmsystemtray-1.2.tar.gz diff --git a/sources b/sources index e69de29..48430a7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +425b3cc8fc717a997a67706b8013ad21 wmsystemtray-1.2.tar.gz diff --git a/wmsystemtray.spec b/wmsystemtray.spec new file mode 100644 index 0000000..1919118 --- /dev/null +++ b/wmsystemtray.spec @@ -0,0 +1,55 @@ +Name: wmsystemtray +Version: 1.2 +Release: 2%{?dist} +Summary: System tray (freedesktop.org systray protocol) as a Window Maker dock app +Summary(de): Benachrichtigungsfeld (freedesktop.org-Protokoll) als Windowmaker-Dockapp + +Group: User Interface/X +License: GPLv2+ +URL: https://sourceforge.net/projects/wmsystemtray/ +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz + +BuildRequires: libXmu-devel +BuildRequires: libXpm-devel +BuildRequires: libXfixes-devel +Requires: xorg-x11-fonts-misc + + +%description +wmsystemtray is a system tray using the freedesktop.org system tray protocol +designed as a Window Maker dock app. It has the ability to display more than +one dock window to make room for more tray icons, and the ability to scroll +through the icons if more are present than will fit. + +%description -l de +wmsystemtray ist ein Benachrichtigungsfeld nach dem entsprechenden Protokoll von +freedesktop.org, welches als Windowmaker-Dockapp konzipiert ist. Es können +mehrere andockbare Fenster genutzt werden, um mehr Symbole anzuzeigen, oder die +Ansicht ist rollbar, falls mehr Symbole vorhanden sind als hineinpassen. + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + + +%files +%doc ChangeLog +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.* + +%changelog +* Sun Nov 20 2011 Mario Blättermann 1.2-2 +- Added font requirement. +- Removed obsolete parts (clean section, defattr, install, buildroot definition) +- Added German summary and description + +* Fri Apr 29 2011 Mario Blättermann 1.2-1 +- initial version