[sawfish-pager] Initial import (#697049).

Kim B. Heino kimheino at fedoraproject.org
Thu Aug 18 14:37:13 UTC 2011


commit 3e9bb68d30e4b8c1a6e3474d48bcd6ac1eac85ad
Author: Kim B. Heino <b at bbbs.net>
Date:   Thu Aug 18 17:35:34 2011 +0300

    Initial import (#697049).

 .gitignore         |    1 +
 sawfish-pager.spec |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9b11098 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sawfish-pager-0.90.2.tar.bz2
diff --git a/sawfish-pager.spec b/sawfish-pager.spec
new file mode 100644
index 0000000..92e444c
--- /dev/null
+++ b/sawfish-pager.spec
@@ -0,0 +1,62 @@
+Name: sawfish-pager
+Version: 0.90.2
+Release: 3%{?dist}
+Summary: Pager for Sawfish window manager
+License: GPLv2+
+Group: User Interface/Desktops
+Source0: http://download.tuxfamily.org/sawfishpager/%{name}-%{version}.tar.bz2
+URL: http://sawfish.wikia.com/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: gmp-devel
+BuildRequires: gtk2-devel
+BuildRequires: sawfish-devel >= 1.8.1
+Requires: sawfish >= 1.8.1
+
+%description
+Sawfish specific configurable pager map of your desktop with a
+viewport support. It can be configured to follow where you are, or
+optionally show all workspaces at once.
+
+Check README from this package documentation how to activate.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%doc COPYING NEWS README TODO
+%{_libdir}/sawfish/sawfishpager
+%{_datadir}/sawfish/lisp/sawfish/wm/ext/*
+
+%changelog
+* Mon Aug 15 2011 Kim B. Heino <b at bbbs.net> - 0.90.2-3
+- Don't update COPYING
+
+* Sun Aug 14 2011 Kim B. Heino <b at bbbs.net> - 0.90.2-2
+- Update COPYING file for correct FSF address
+- Simplify BuildRequires
+
+* Wed Jun 22 2011 Kim B. Heino <b at bbbs.net> - 0.90.2-1
+- Update to 0.90.2
+
+* Fri Apr 15 2011 Kim B. Heino <b at bbbs.net> - 0.90.1-2
+- Update buildrequirements
+
+* Sat Apr  2 2011 Kim B. Heino <b at bbbs.net> - 0.90.1-1
+- Update to 0.90.1
+
+* Sat Jan 23 2010 Kim B. Heino <b at bbbs.net> - 0.7.3-1
+- fix rpmlint warnings
+
+* Fri Jan 22 2010 Michal Jaegermann <michal at harddata.com> - 0.7.2-1
+- Initial build.
diff --git a/sources b/sources
index e69de29..101b33f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e84286703e550cb7f4da15934f6e207f  sawfish-pager-0.90.2.tar.bz2


More information about the scm-commits mailing list