lgeneral-data/lgeneral-data.spec

42 lines
1.2 KiB
RPMSpec

Name: lgeneral-data
Version: 1.2
Release: 4mamba
Summary: Scenarios for LGeneral
Group: Graphical Desktop/Applications/Educational
Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://lgames.sourceforge.net/index.php?project=LGeneral
Source: lgeneral-data.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
LGeneral is a turn-based strategy engine heavily inspired by Panzer General.
This package contains various scenarios for LGeneral
%prep
%setup -q -c %{name}-%{version} -n %{name}
install -d %{buildroot}%{_datadir}/games/
cp -r * %{buildroot}%{_datadir}/games
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%dir %{_datadir}/games/lgeneral
%{_datadir}/games/lgeneral/*
%changelog
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 1.2-4mamba
- automatic rebuild by autodist
* Tue Jun 24 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.2-3mamba
- update Vendor, Distribution, mantainer
* Mon Aug 29 2005 Massimo Pintore <massimo.pintore@qilinux.it> 1.2-2qilnx
- package created by autospec