From 8bc453c13bc4e6cbf4e6471fb9eb00f520db6c18 Mon Sep 17 00:00:00 2001 From: lisu Date: Mon, 15 Jan 2007 17:44:36 +0000 Subject: [PATCH] - initial release Changed files: flyhard.spec -> 1.1 --- flyhard.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 flyhard.spec diff --git a/flyhard.spec b/flyhard.spec new file mode 100644 index 0000000..5b91f53 --- /dev/null +++ b/flyhard.spec @@ -0,0 +1,48 @@ +Summary: Thrust clone +Summary(pl): Klon gry Thrust +Name: flyhard +Version: 0.3 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://www.markboyd.me.uk/games/flyhard/%{name}-%{version}.tar.gz +# Source0-md5: 97a94d94b3f59d5dc56fa17a02fd1663 +URL: http://www.markboyd.me.uk/games/flyhard/flyhard.html +BuildRequires: SDL-devel +BuildRequires: SDL_mixer-devel +BuildRequires: zlib-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a game similar to Thrust - you pick things up with your ship, +carry them off, and drop them somewhere. + +%description -l pl +Jest to gra podobna do gry Thrust - gracz unosi rzeczy swoim statkiem, +przesnosi je i gdzie¶ upuszcza. + +%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 +%attr(755,root,root) %{_bindir}/%{name} +%{_datadir}/%{name} -- 2.44.0