SPECS: yabause.spec (NEW) - initial PLD release

lisu lisu at pld-linux.org
Fri Jan 19 11:19:14 CET 2007


Author: lisu                         Date: Fri Jan 19 10:19:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/yabause.spec
diff -u /dev/null SPECS/yabause.spec:1.1
--- /dev/null	Fri Jan 19 11:19:14 2007
+++ SPECS/yabause.spec	Fri Jan 19 11:19:09 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	A Sega Saturn emulator
+Summary(pl):	Emulator Segi Saturn
+Name:		yabause
+Version:	0.8.0
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/yabause/%{name}-%{version}.tar.gz
+# Source0-md5:	f61c3829b3505691b151fb77d08fd183
+Patch0:		%{name}-desktop.patch
+URL:		http://yabause.sourceforge.net/
+BuildRequires:	SDL-devel
+BuildRequires:	atk-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	cairo-devel
+BuildRequires:	freetype-devel
+BuildRequires:	glut-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	gtkglext-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Yabause is a Sega Saturn emulator under GNU GPL. It currently runs on
+FreeBSD, GNU/Linux, Mac OS X and Windows. Yabause support booting
+games using Saturn cds or iso files.
+
+%description -l pl
+Yabause jest emulatorem Segi Saturn opartym na licencji GPL. Obecnie
+jest on dostępny dla FreeBSD, GNU/Linux, Mac OS X i Windows. Yabause
+wspiera gry bootowalne używając plików cds oraz iso.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__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 GOALS README README.LIN TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_mandir}/man1/**
+%{_pixmapsdir}/%{name}.png
+
+%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/01/19 10:19:09  lisu
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list