SPECS: maxr.spec (NEW) - first release, still needs fixes - nfy

lisu lisu at pld-linux.org
Tue Dec 23 13:50:52 CET 2008


Author: lisu                         Date: Tue Dec 23 12:50:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- first release, still needs fixes
- nfy

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

---- Diffs:

================================================================
Index: SPECS/maxr.spec
diff -u /dev/null SPECS/maxr.spec:1.1
--- /dev/null	Tue Dec 23 13:50:52 2008
+++ SPECS/maxr.spec	Tue Dec 23 13:50:47 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+# TODO:	- put config files to /etc
+#	- do not create log files in . dir
+#
+Summary:	-
+Summary(pl.UTF-8):	-
+Name:		maxr
+Version:	0.2.1
+Release:	0.1
+License:	GPL v2+
+Group:		X11/Applications/Games
+Source0:	http://www.maxthegame.de/downloads/%{name}-%{version}.tar.gz
+# Source0-md5:	1281bf4ae0461b941382ba0f394e04bc
+Patch0:		%{name}-Makefile.patch
+Patch1:		%{name}-data.patch
+URL:		http://www.maxthegame.de/
+BuildRequires:	SDL_mixer-devel >= 1.2
+BuildRequires:	SDL_net-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{AUTHORS,COPYING,MANUAL}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ABOUT CHANGELOG data/{AUTHORS,MANUAL}
+%attr(755,root,root) %{_bindir}/maxr
+%{_datadir}/%{name}
+
+%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/12/23 12:50:47  lisu
+- first release, still needs fixes
+- nfy
+
================================================================


More information about the pld-cvs-commit mailing list