SPECS: babelize.spec (NEW) - new

lisu lisu at pld-linux.org
Sat Jun 16 02:34:09 CEST 2007


Author: lisu                         Date: Sat Jun 16 00:34:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   babelize.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/babelize.spec
diff -u /dev/null SPECS/babelize.spec:1.1
--- /dev/null	Sat Jun 16 02:34:09 2007
+++ SPECS/babelize.spec	Sat Jun 16 02:34:04 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+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*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/16 00:34:04  lisu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list