58 lines
1.7 KiB
RPMSpec
58 lines
1.7 KiB
RPMSpec
Name: crimson-fields
|
|
Version: 0.5.3
|
|
Release: 2mamba
|
|
Summary: Crimson Fields is a tactical war game in the tradition of Battle Isle.
|
|
Group: Graphical Desktop/Applications/Educational
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
|
URL: http://crimson.seul.org/index2.php
|
|
Source: http://crimson.seul.org/files/crimson-%{version}.tar.gz
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libSDL-devel, libSDL_mixer-devel, libSDL_ttf-devel, libSDL_net-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libz-devel
|
|
|
|
%description
|
|
Crimson Fields is a tactical war game in the tradition of Battle Isle.
|
|
|
|
%prep
|
|
%setup -q -n crimson-%{version}
|
|
#added network support libSDL_net-devel
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING ChangeLog INSTALL NEWS README README.bi2cf README.CoMET THANKS TODO
|
|
%{_bindir}/*
|
|
%{_datadir}/applications/crimson.desktop
|
|
%{_datadir}/crimson/*
|
|
%{_datadir}/man/man6/*
|
|
%{_datadir}/pixmaps/crimson.png
|
|
|
|
%changelog
|
|
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 0.5.3-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jan 04 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.5.2-1mamba
|
|
- update to 0.5.2
|
|
|
|
* Thu Jul 21 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.4.8-1qilnx
|
|
- package created by autospec
|