1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00

Simplify the spec file to suit Fedora guidelines

This commit is contained in:
John Zaitseff 2012-09-20 19:08:11 +10:00
parent 0fa0199c31
commit 890ed9c58b

View File

@ -6,86 +6,55 @@
# ***********************************************************************
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
# $Id: trader.spec 487 2012-09-20 09:08:11Z john $
# This file is distributed under the same licence as Star Traders itself:
# the GNU General Public License, version 3 or later.
# ***********************************************************************
# Global definitions
%define upstream_version 7.4
%define normalised_version 7.4
%define rpm_release_num 1
%define is_prerelease 0
# ***********************************************************************
# Overall package information
Name: trader
Version: %{normalised_version}
Release: %{rpm_release_num}%{?dist}
Version: 7.4
Release: 2%{?dist}
Summary: Star Traders, a simple game of interstellar trading
License: GPLv3+
Group: Amusements/Games
Url: http://www.zap.org.au/software/trader/
Source0: ftp://ftp.zap.org.au/pub/trader/unix/trader-%{version}.tar.gz
%if 0%{?is_prerelease}
Source0: ftp://ftp.zap.org.au/pub/trader/unix/prerelease/trader-%{upstream_version}.tar.gz
%else
Source0: ftp://ftp.zap.org.au/pub/trader/unix/trader-%{upstream_version}.tar.gz
%endif
BuildRequires: gettext ncurses-devel
Provides: bundled(gnulib)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext
BuildRequires: gperf
BuildRequires: ncurses-devel
%description
Star Traders is a simple game of interstellar trading, where the objective
is to create companies, buy and sell shares, borrow and repay money, in
order to become the wealthiest player (the winner).
# ***********************************************************************
# Package preparation
%prep
%setup -q -n %{name}-%{upstream_version}
%setup -q
# ***********************************************************************
# Build the package
%build
%configure
make %{?_smp_mflags}
# ***********************************************************************
# Install the package
%install
make DESTDIR=%{buildroot} install
%find_lang %{name}
# ***********************************************************************
# Clean up from package building
%clean
rm -rf %{buildroot}
# ***********************************************************************
# Create the RPM archive
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING NEWS README
%doc %{_mandir}/man6/trader.6*
%{_bindir}/trader
# ***********************************************************************
# Package spec file information
%changelog
* Thu Sep 20 2012 John Zaitseff <J.Zaitseff@zap.org.au> - 7.4-2
- Simplified the RPM spec file to suit Fedora guidelines.
* Wed May 09 2012 John Zaitseff <J.Zaitseff@zap.org.au> - 7.4-1
- Updated the RPM package for a new release of Star Traders: version 7.4.