diff --git a/.gitignore b/.gitignore deleted file mode 100644 index cf424a2..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/wmpager-1.2-g88ece7e5.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 8b14e1f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -4819dac51546e09dd1d416d066d193ce wmpager-1.2-g88ece7e5.tar.gz diff --git a/wmpager.spec b/wmpager.spec deleted file mode 100644 index c2682ea..0000000 --- a/wmpager.spec +++ /dev/null @@ -1,66 +0,0 @@ -%global snapdate 20130401 -%global treeish 88ece7e5 - -Name: wmpager -Version: 1.2 -Release: 5.%{snapdate}git%{treeish}%{?dist} -Summary: Simple pager docklet for the Window Maker - -Group: User Interface/X -License: BSD - -# wmpager is long since abandoned by its' original author and now -# maintained by wmaker-dev@lists.windowmaker.org subscribers. -URL: http://repo.or.cz/w/dockapps.git - -# "snapshot" link from http://repo.or.cz/w/dockapps.git/tree/HEAD:/wmpager -# Tree-ish hash reduced to 8 chars, name and version parts are correctly -# parsed by gitweb. However, you will get different results each time you -# try to download this file, because git-archive(1) stamps each file with -# current time. This is how git-archive(1) works... -Source: %{url}/snapshot/%{name}-%{version}-g%{treeish}.tar.gz - -BuildRequires: autoconf automake libXext-devel libXpm-devel - -%description -wmpager offers the following features: -- allows workspace switching for up to nine workspaces -- automatically configures according to the number of workspaces -- automagically adjusts to the current workspace -- configurable look and feel - -%prep -%setup -q -c - -%build -cd dockapps -autoreconf -fisv -%configure -make %{?_smp_mflags} - -%install -cd dockapps -%{make_install} - -%files -# README contains license -%doc dockapps/README -%{_bindir}/wmpager -%{_mandir}/man1/wmpager.1* -%{_datadir}/wmpager - -%changelog -* Fri Jun 19 2015 Fedora Release Engineering - 1.2-5.20130401git88ece7e5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 1.2-4.20130401git88ece7e5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.2-3.20130401git88ece7e5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.2-2.20130401git88ece7e5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Apr 01 2013 Alexey I. Froloff - 1.2-1.20130401git88ece7e5 -- Initial build