SPECS: StepMania.spec (NEW) - initial, does not build on gcc4.2, s...

adasi adasi at pld-linux.org
Mon Mar 19 11:46:07 CET 2007


Author: adasi                        Date: Mon Mar 19 10:46:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, does not build on gcc4.2, someone help 

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

---- Diffs:

================================================================
Index: SPECS/StepMania.spec
diff -u /dev/null SPECS/StepMania.spec:1.1
--- /dev/null	Mon Mar 19 11:46:07 2007
+++ SPECS/StepMania.spec	Mon Mar 19 11:46:02 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+# TODO - add br, does not build
+Summary:	Rhythm game 
+Summary(pl):	Gra rytmu
+Name:		StepMania
+Version:	3.9
+Release:	0.1
+License:	BSD/Custom, see Copying.txt
+Group:		Applications
+Source0:	http://dl.sourceforge.net/sourceforge/stepmania/%{name}-%{version}-src.tar.gz
+# Source0-md5:	28bbbc985788bc990fa7042e2d7320b8
+Patch0:		%{name}-cpp.patch
+URL:		http://www.stepmania.com
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TODO
+
+%prep
+%setup -q -n %{name}-%{version}-src
+%patch0 -p1
+
+%build
+%{__aclocal} -I autoconf/m4
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+
+%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  2007/03/19 10:46:02  adasi
+- initial, does not build on gcc4.2, someone help
+
================================================================


More information about the pld-cvs-commit mailing list