Summary: Localization Project for many Linux games Summary(pl.UTF-8): Projekt Lokalizacji dla wielu gier na Linuksa Name: babelize Version: 1.1.0 Release: 1 License: GPL v2+ Group: X11/Applications/Games Source0: https://babelize.org/download/babelize/%{name}-%{version}.tar.bz2 # Source0-md5: 1905e5be41b12994d8aa0aa80b401cea Patch0: %{name}-dirs.patch URL: https://babelize.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: sed >= 4.0 BuildRequires: xdelta BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Babelize is a project to localize games (commercial or free) that were ported nativly to Linux like that from Lokigames or Linuxgamepublishing. The only thing you need is one original Game CD and the patchfile from Babelize. %description -l pl.UTF-8 Babelize jest projektem, który lokalizuje gry (komercyjne i darmowe), które posiadają natywny port dla Linuksa, jak na przykład gry z Lokigames czy Linuxgamepublishing. Jedyną potrzebną rzeczą jest oryginalna płyta CD z grą oraz patch z Babelize. %prep %setup -q %patch0 -p1 %{__sed} -i 's@${babelizedir}@$(RPM_BUILD_ROOT)%{_bindir}@' {bin/Makefile.am,share/babelize/Makefile.am} %build %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf %attr(755,root,root) %{_bindir}/%{name}* %{_datadir}/%{name} %{_mandir}/man1/%{name}*.1*