OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Oct-2004 09:43:19
Branch: HEAD Handle: 2004101108431900
Modified files:
openpkg-src/bochs bochs.spec
Log:
cleanup packaging
Summary:
Revision Changes Path
1.34 +1 -8 openpkg-src/bochs/bochs.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bochs/bochs.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 bochs.spec
--- openpkg-src/bochs/bochs.spec 20 Sep 2004 16:17:07 -0000 1.33
+++ openpkg-src/bochs/bochs.spec 11 Oct 2004 07:43:19 -0000 1.34
@@ -34,7 +34,7 @@
Group: Misc
License: LGPL
Version: 2.1.1
-Release: 20040920
+Release: 20041011
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
@@ -74,11 +74,6 @@
# picked up by "make install" later.
find . -type d -name CVS -print | xargs rm -rf
- # fix non-standard initializers
- %{l_shtool} subst \
- -e 's;{ *0, *{ *\(&[^ ]*\) *} *};{ 0, \1 };' \
- cpu/fetchdecode.cc
-
%build
# make sure Bochs find the global configuration
%{l_shtool} subst \
@@ -128,8 +123,6 @@
( cd $RPM_BUILD_ROOT%{l_prefix}/share/bochs
rm -f install-x11-fonts test-x11-fonts
mkdir fonts
- mv vga.pcf fonts/
- %{l_gzip} -9 fonts/vga.pcf
x11_bindir=`%{l_rc} --query x11_bindir`
$x11_bindir/mkfontdir fonts
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]