summaryrefslogtreecommitdiff
path: root/rpm.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'rpm.spec.in')
-rw-r--r--rpm.spec.in59
1 files changed, 0 insertions, 59 deletions
diff --git a/rpm.spec.in b/rpm.spec.in
deleted file mode 100644
index 1b7e90c7..00000000
--- a/rpm.spec.in
+++ /dev/null
@@ -1,59 +0,0 @@
-
-Name: @PACKAGE@
-Summary: @PACKAGE_SHORTDESC@
-Version: @VERSION@
-Release: 1
-Source: http://mesh.dl.sourceforge.net/project/chocolate-doom/@PACKAGE@/@VERSION@/@PACKAGE@-@VERSION@.tar.gz
-URL: @PACKAGE_URL@
-Group: Amusements/Games
-BuildRoot: /var/tmp/@PACKAGE@-buildroot
-License: @PACKAGE_LICENSE@
-Packager: @PACKAGE_MAINTAINER@ <@PACKAGE_BUGREPORT@>
-Prefix: %{_prefix}
-Autoreq: 0
-Requires: libSDL-1.2.so.0, libSDL_mixer-1.2.so.0, libSDL_net-1.2.so.0
-
-%description
-%(sed -n "/==/ q; p " < README)
-
-See @PACKAGE_URL@ for more information.
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-
-%setup -q
-
-%build
-./configure \
- --prefix=/usr \
- --exec-prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --sysconfdir=/etc \
- --datadir=/usr/share \
- --includedir=/usr/include \
- --libdir=/usr/lib \
- --libexecdir=/usr/lib \
- --localstatedir=/var/lib \
- --sharedstatedir=/usr/com \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
-make
-
-%install
-%makeinstall
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%doc %{_mandir}/man5/*
-%doc %{_mandir}/man6/*
-%doc NEWS
-%doc AUTHORS
-%doc README
-%doc COPYING
-%doc CMDLINE
-%doc BUGS
-/usr/games/*
-