SPECS: gemrb.spec (NEW) - new - NFY

lisu lisu at pld-linux.org
Thu Nov 2 22:09:36 CET 2006


Author: lisu                         Date: Thu Nov  2 21:09:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- NFY

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

---- Diffs:

================================================================
Index: SPECS/gemrb.spec
diff -u /dev/null SPECS/gemrb.spec:1.1
--- /dev/null	Thu Nov  2 22:09:36 2006
+++ SPECS/gemrb.spec	Thu Nov  2 22:09:31 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	png	# build without png
+#
+Summary:	Emulator of BioWare's Infinity game engine
+Summary(pl):	Emulator silnika BioWare Infinity
+Name:		gemrb
+Version:	0.2.7
+Release:	0.1
+License:	GPL v2+
+Group:		Applications/Emulators
+Source0:	http://dl.sourceforge.net/gemrb/%{name}-%{version}.tar.gz
+# Source0-md5:	5ccc073a21464a33ca0e712c5dba34b0
+URL:		http://gemrb.sourceforge.net/
+BuildRequires:	OpenAL-devel
+BuildRequires:	SDL-devel >= 1.2
+BuildRequires:	autoconf
+BuildRequires:	automake
+%{?with_png:BuildRequires:	libpng-devel}
+BuildRequires:	python-devel >= 2.2
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This Game Engine is a port of the original Infinity Engine (the one of
+Baldur's Gate, Planescape: Torment, Icewind Dale) to Linux/Unix, MacOs
+X and Windows with some Enhancements.
+
+%description -l pl
+Silnik ten jest portem oryginalnego silnika Infinity Engine (używanego
+przez Baldur's Gate, Planescape: Torment, Icewind Dale) dla systemów
+Linux/Unix, MacOs i Windowsa. Silnik posiada kilka ulepszeń.
+
+%prep
+%setup -q
+
+%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 NEWS README TODO %{name}/docs/en/*.txt
+
+%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  2006/11/02 21:09:31  lisu
+- new
+- NFY
+
================================================================


More information about the pld-cvs-commit mailing list