SPECS: flyer.spec (NEW) - initial
uzsolt
uzsolt at pld-linux.org
Wed Oct 1 21:37:32 CEST 2008
Author: uzsolt Date: Wed Oct 1 19:37:32 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
flyer.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/flyer.spec
diff -u /dev/null SPECS/flyer.spec:1.1
--- /dev/null Wed Oct 1 21:37:32 2008
+++ SPECS/flyer.spec Wed Oct 1 21:37:27 2008
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: Flyer is a cool and fun 2D flight simulation
+Summary(hu.UTF-8): Flyer egy nagyszerű és szórakoztató 2D repülő szimulátor
+Name: flyer
+Version: 0.1
+Release: 0.1
+License: GPL v2
+Group: X11/Applications/Games
+Source0: http://flyer2d.googlecode.com/files/%{name}-%{version}-src.tar.gz
+# Source0-md5: fc923a6272512f7e207661e57a908b79
+Patch0: %{name}-box2d-include-string.patch
+Patch1: %{name}-limits.patch
+URL: http://code.google.com/p/flyer2d/
+BuildRequires: QtOpenGL-devel
+BuildRequires: qt4-qmake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Flyer is a cool and fun 2D flight simulation.
+
+%description -l hu.UTF-8
+Flyer egy nagyszerű és szórakoztató 2D repülő szimulátor
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+qmake-qt4
+%{__make} CPPFLAGS="-include string.h"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install bin/* $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+
+%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 2008/10/01 19:37:27 uzsolt
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list