57 lines
1.1 KiB
RPMSpec
57 lines
1.1 KiB
RPMSpec
![]() |
|
||
|
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/*
|
||
|
/usr/share/doc/@PACKAGE@/*
|
||
|
/usr/games/*
|
||
|
/usr/share/icons/*
|
||
|
/usr/share/applications/*
|
||
|
|