packages: rezerwar/rezerwar.spec - initial release (on proper branch)

lisu lisu at pld-linux.org
Fri Aug 21 10:56:52 CEST 2009


Author: lisu                         Date: Fri Aug 21 08:56:52 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial release (on proper branch)

---- Files affected:
packages/rezerwar:
   rezerwar.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/rezerwar/rezerwar.spec
diff -u /dev/null packages/rezerwar/rezerwar.spec:1.2
--- /dev/null	Fri Aug 21 10:56:52 2009
+++ packages/rezerwar/rezerwar.spec	Fri Aug 21 10:56:46 2009
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	puzzle game
+Summary(pl.UTF-8):	gra logiczna
+Name:		rezerwar
+Version:	0.3
+Release:	1
+License:	Distibutable
+Group:		X11/Applications/Games
+Source0:	http://tamentis.com/projects/rezerwar/files/%{name}-%{version}.tar.gz
+# Source0-md5:	b410f43b7e3c05995efdcd51e9f24c34
+Patch0:		%{name}-makefile.patch
+URL:		http://tamentis.com/projects/rezerwar/
+BuildRequires:	SDL_mixer-devel
+BuildRequires:	sed >= 4.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The goal of this game is basically to create networks of water to make
+them disappear, a couple tricks and techniques will help you achieve
+this goal faster.
+
+%description -l pl.UTF-8
+Celem gry jest tworzenie sieci wodenej tak, aby znikęła ona z
+planszy. Kilka trików i technik umożliwi szybsze osiągnięcie celu.
+
+%prep
+%setup -q
+%patch0 -p1
+%{__sed} -i 's at games/@@' mkfiles/config_h_unix
+
+%build
+./configure
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} `sdl-config --cflags`" \
+	LDFLAGS="%{rpmldflags}"
+
+%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 doc/*
+%attr(755,root,root) %{_bindir}/rezerwar
+%{_datadir}/rezerwar
+
+%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.2  2009/08/21 08:56:46  lisu
+- initial release (on proper branch)
+
+Revision 1.1.2.1  2009/08/21 08:54:26  lisu
+- initial release
+
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rezerwar/rezerwar.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list