diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 479ac64..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/wmsystemtray-1.2.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 48430a7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -425b3cc8fc717a997a67706b8013ad21 wmsystemtray-1.2.tar.gz diff --git a/wmsystemtray.spec b/wmsystemtray.spec deleted file mode 100644 index 54374ec..0000000 --- a/wmsystemtray.spec +++ /dev/null @@ -1,58 +0,0 @@ -Name: wmsystemtray -Version: 1.2 -Release: 3%{?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 -* Sat Jan 14 2012 Fedora Release Engineering - 1.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* 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