From 238b1c2a16e17f1951f7973ad38ba493a94541e0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:34:06 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.5.3-2mamba;Thu Jul 11 2013] --- README.md | 2 ++ crimson-fields.spec | 57 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 crimson-fields.spec diff --git a/README.md b/README.md index 3ed81cd..d47ff8c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # crimson-fields +Crimson Fields is a tactical war game in the tradition of Battle Isle. + diff --git a/crimson-fields.spec b/crimson-fields.spec new file mode 100644 index 0000000..b24496a --- /dev/null +++ b/crimson-fields.spec @@ -0,0 +1,57 @@ +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 +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 0.5.3-2mamba +- automatic rebuild by autodist + +* Mon Mar 02 2009 Silvan Calarco 0.5.3-1mamba +- automatic update by autodist + +* Fri Jan 04 2008 Tiziana Ferro 0.5.2-1mamba +- update to 0.5.2 + +* Thu Jul 21 2005 Alessandro Ramazzina 0.4.8-1qilnx +- package created by autospec