Author: glen Date: Mon Aug 20 20:08:44 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - perhaps proper virtual BR
---- Files affected: SPECS: openmsx.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/openmsx.spec diff -u SPECS/openmsx.spec:1.4 SPECS/openmsx.spec:1.5 --- SPECS/openmsx.spec:1.4 Mon Aug 20 21:05:30 2007 +++ SPECS/openmsx.spec Mon Aug 20 22:08:39 2007 @@ -4,16 +4,17 @@ Summary: Open source MSX emulator Name: openmsx Version: 0.6.2 -Release: 0.2 +Release: 0.3 Source0: http://dl.sourceforge.net/openmsx/%{name}-%{version}.tar.gz # Source0-md5: 282acf2ea7bf67e15a7b8d961c9556a5 Patch0: %{name}-optflags.patch +Patch1: %{name}-config.patch License: GPL Group: Applications/Emulators URL: http://openmsx.sourceforge.net/ +BuildRequires: OpenGL-devel BuildRequires: SDL-devel BuildRequires: SDL_image-devel -BuildRequires: XFree86-OpenGL-devel BuildRequires: libpng-devel BuildRequires: libxml2-devel BuildRequires: tcl-devel @@ -26,6 +27,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p0 %build %configure @@ -41,9 +43,9 @@ # install c-bios install -d $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines cp -r share $RPM_BUILD_ROOT%{_datadir}/openMSX -cp -r Contrib/cbios/C-BIOS_MSX1/ $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines -cp -r Contrib/cbios/C-BIOS_MSX2/ $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines -cp -r Contrib/cbios/C-BIOS_MSX2+/ $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines +cp -r Contrib/cbios/C-BIOS_MSX1 $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines +cp -r Contrib/cbios/C-BIOS_MSX2 $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines +cp -r Contrib/cbios/C-BIOS_MSX2+ $RPM_BUILD_ROOT%{_datadir}/openMSX/share/machines %clean rm -rf $RPM_BUILD_ROOT @@ -60,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/08/20 20:08:39 glen +- perhaps proper virtual BR + Revision 1.4 2007/08/20 19:05:30 glen - missing dir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openmsx.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
