Author: lisu                         Date: Mon Jan  8 00:07:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

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

---- Diffs:

================================================================
Index: SPECS/offender.spec
diff -u /dev/null SPECS/offender.spec:1.1
--- /dev/null   Mon Jan  8 01:07:11 2007
+++ SPECS/offender.spec Mon Jan  8 01:07:04 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:       A 2d space shooter
+Summary(pl):   Kosmiczna strzelanka w 2d
+Name:          offender
+Version:       0.2
+Release:       1
+License:       GPL v2
+Group:         X11/Applications/Games
+Source0:       http://dl.sourceforge.net/offender/%{name}-%{version}.tar.bz2
+# Source0-md5: 05c824b40b4fd416a9eda1c32b651897
+URL:           http://offender.sourceforge.net/
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake
+BuildRequires: glib-devel
+BuildRequires: gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Offender is a 2d space shooter a bit like galaga. In it you're one
+ship against hundreds of aliens fighting to the death
+
+%description -l pl
+Offender jest to strzelanka w 2d podobna do galagi. Gracz kierując
+jednym statkiem przeciwko setkom obcych walczy na śmierć i życie.
+
+%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 doc/{AUTHORS,TODO}
+%attr(755,root,root) %{_bindir}/%{name}
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/08 00:07:04  lisu
+- initial release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to