[wmpager/f18] Initial import (rhbz#947048).

raorn raorn at fedoraproject.org
Tue Apr 2 14:57:34 UTC 2013


commit f05a17f8dd495cb6b4047568c39f1782cbc05d3e
Author: Alexey I. Froloff <raorn at raorn.name>
Date:   Tue Apr 2 18:56:28 2013 +0400

    Initial import (rhbz#947048).

 .gitignore   |    1 +
 sources      |    1 +
 wmpager.spec |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cf424a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wmpager-1.2-g88ece7e5.tar.gz
diff --git a/sources b/sources
index e69de29..8b14e1f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4819dac51546e09dd1d416d066d193ce  wmpager-1.2-g88ece7e5.tar.gz
diff --git a/wmpager.spec b/wmpager.spec
new file mode 100644
index 0000000..76eb3f6
--- /dev/null
+++ b/wmpager.spec
@@ -0,0 +1,54 @@
+%global snapdate 20130401
+%global treeish	88ece7e5
+
+Name:		wmpager
+Version:	1.2
+Release:	1.%{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 at 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
+* Mon Apr 01 2013 Alexey I. Froloff <raorn at raorn.name> - 1.2-1.20130401git88ece7e5
+- Initial build


More information about the scm-commits mailing list