Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5194de819 |
3 changed files with 57 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -0,0 +1 @@
|
|||
/wmsystemtray-1.2.tar.gz
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
425b3cc8fc717a997a67706b8013ad21 wmsystemtray-1.2.tar.gz
|
||||
55
wmsystemtray.spec
Normal file
55
wmsystemtray.spec
Normal file
|
|
@ -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 <mariobl@fedoraproject.org> 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 <mariobl@fedoraproject.org> 1.2-1
|
||||
- initial version
|
||||
Loading…
Add table
Add a link
Reference in a new issue