summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-02-07 02:23:47 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-02-07 02:23:47 +0100
commit1b12727e810929b5978dfe164fb4b1e2b389a6f1 (patch)
treea76aa953677c3511c4c2950f92f4b439d3ecdcb8
parent41707e8dd6804f803944caa42b7c79b66697b945 (diff)
downloadratpoison-1b12727e810929b5978dfe164fb4b1e2b389a6f1.zip
remove ratpoison.spec
* this file is outdated and doesn't help rpm distros packagers / users, so let's just delete it Discussed with Kevin Fenzi (Fedora ratpoison maintainer)
-rw-r--r--ratpoison.spec49
1 files changed, 0 insertions, 49 deletions
diff --git a/ratpoison.spec b/ratpoison.spec
deleted file mode 100644
index 2bb1f25..0000000
--- a/ratpoison.spec
+++ /dev/null
@@ -1,49 +0,0 @@
-%define name ratpoison
-%define version 1.0.0
-%define release 1
-
-Summary: ratpoison - Simple window manager with no fat library dependencies.
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Source: %{name}-%{version}.tar.gz
-BuildRoot: /tmp/root-%{name}-%{version}-%{release}
-URL: http://ratpoison.sourceforge.net/
-Copyright: GPL
-Group: User Interface/X
-
-%description
-ratpoison is a simple Window Manager with no fat library
-dependencies, no fancy graphics, no window decorations,
-and no flashy wank. It is largely modelled after GNU
-Screen which has done wonders in virtual terminal market.
-
-All interaction with the window manager is done through
-keystrokes. ratpoison has a prefix map to minimize the
-key clobbering that cripples EMACS and other quality
-pieces of software.
-
-%prep
-mkdir -p $RPM_BUILD_ROOT
-
-%setup
-rm -f config.cache
-./configure --prefix=/usr \
- --infodir=/usr/info \
- --mandir=/usr/man
-
-%build
-make
-
-%install
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README doc/sample.ratpoisonrc doc/ipaq.ratpoisonrc
-/usr/bin/ratpoison
-/usr/info/ratpoison.info*
-/usr/man/man1/ratpoison.1*