rpms/open-vm-tools/F-12 open-vm-tools-243334-ldl.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 open-vm-tools.spec, 1.17, 1.18 sources, 1.14, 1.15
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6902
Modified Files:
.cvsignore open-vm-tools.spec sources
Added Files:
open-vm-tools-243334-ldl.patch
Log Message:
- Update to upstream build 243334
- Added patch to fix missing -ldl link with vmware-user
open-vm-tools-243334-ldl.patch:
configure | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE open-vm-tools-243334-ldl.patch ---
--- open-vm-tools-2010.03.20-243334/configure~ 2010-03-22 23:38:16.000000000 +0100
+++ open-vm-tools-2010.03.20-243334/configure 2010-04-08 08:19:20.807751468 +0200
@@ -23983,6 +23983,7 @@
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
if test $ac_cv_lib_dl_dlopen = yes; then
VIX_LIBADD="$VIX_LIBADD -ldl"
+ VMWARE_USER_LDADD="$VMWARE_USER_LDADD -ldl"
LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD -ldl"
else
{ { echo "$as_me:$LINENO: error: dlopen was not found, but is required for open-vm-tools to function properly. Please contact your OS vendor." >&5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-12/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 9 Feb 2010 19:57:53 -0000 1.14
+++ .cvsignore 9 Apr 2010 06:07:22 -0000 1.15
@@ -1 +1 @@
-open-vm-tools-2010.01.19-226760.tar.gz
+open-vm-tools-2010.03.20-243334.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-12/open-vm-tools.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- open-vm-tools.spec 9 Feb 2010 19:57:53 -0000 1.17
+++ open-vm-tools.spec 9 Apr 2010 06:07:22 -0000 1.18
@@ -1,5 +1,5 @@
-%define builddate 2010.01.19
-%define buildver 226760
+%define builddate 2010.03.20
+%define buildver 243334
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -13,6 +13,7 @@
Source2: %{name}-sysconfig.mouse
Source3: vmware-toolbox.desktop
Source4: %{name}-modprobe.vmnics
+Patch0: open-vm-tools-243334-ldl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: i686 x86_64
@@ -72,6 +73,7 @@
# Fix some permissions and formats
chmod -x NEWS README ChangeLog AUTHORS COPYING
sed -i 's/\r//' README
+%patch0 -p1 -b .ldl
%build
@@ -184,6 +186,10 @@
%changelog
+* Fri Apr 9 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.243334-1
+- Update to upstream build 243334
+- Added patch to fix missing -ldl link with vmware-user
+
* Tue Feb 9 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.226760-1
- Update to build 226760
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-12/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 9 Feb 2010 19:57:53 -0000 1.14
+++ sources 9 Apr 2010 06:07:22 -0000 1.15
@@ -1 +1 @@
-48e078fcb31d87010f43d5b6cd7ee2db open-vm-tools-2010.01.19-226760.tar.gz
+c7c12081a718b341c70463ac4b3509a2 open-vm-tools-2010.03.20-243334.tar.gz
14 years, 7 months
rpms/mythtv/F-13 mythtv.spec,1.72,1.73 sources,1.46,1.47
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30183
Modified Files:
mythtv.spec sources
Log Message:
* Thu Apr 08 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.5.rc2
- Update to post-rc2 svn snapshot, revision 24030
- Should fix some recording issues when using both inputs
on an hdhomerun
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- mythtv.spec 8 Apr 2010 01:07:55 -0000 1.72
+++ mythtv.spec 8 Apr 2010 23:38:27 -0000 1.73
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24014
+%define _svnrev r24030
%define branch trunk
#
@@ -80,7 +80,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.4.rc2%{?dist}
+Release: 0.5.rc2%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -1486,6 +1486,11 @@
################################################################################
%changelog
+* Thu Apr 08 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.5.rc2
+- Update to post-rc2 svn snapshot, revision 24030
+- Should fix some recording issues when using both inputs
+ on an hdhomerun
+
* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
- Update to post-rc2 svn snapshot, revision 24014
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/sources,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- sources 8 Apr 2010 01:07:55 -0000 1.46
+++ sources 8 Apr 2010 23:38:27 -0000 1.47
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-a8490a542f6a4b4900d91bca2870dd83 mythtv-0.23.tar.bz2
-a836785b84aaa061cd7f0108e841d183 mythplugins-0.23.tar.bz2
+000659b5e1f16b151430ac53b21a9e29 mythtv-0.23.tar.bz2
+e634f9c052971a93c1141ba641c40fea mythplugins-0.23.tar.bz2
14 years, 7 months
rpms/mame/devel .cvsignore, 1.2, 1.3 mame.spec, 1.1, 1.2 sources, 1.2, 1.3
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25640
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Fri Apr 09 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u2-1
- Updated to 0137u2
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 7 Apr 2010 20:54:15 -0000 1.2
+++ .cvsignore 8 Apr 2010 22:48:00 -0000 1.3
@@ -1 +1,3 @@
mame0137s.exe
+0137u1_diff.zip
+0137u2_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mame.spec 7 Apr 2010 20:54:15 -0000 1.1
+++ mame.spec 8 Apr 2010 22:48:00 -0000 1.2
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 137
-#global sourceupdate 4
+%global sourceupdate 2
Name: mame
%if 0%{?sourceupdate}
@@ -10,7 +10,7 @@
%else
Version: 0.%{baseversion}
%endif
-Release: 4%{?dist}
+Release: 1%{?dist}
Summary: Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -22,6 +22,8 @@
#Source1: ui.bdc
%if 0%{?sourceupdate}
#Source updates
+Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
+Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch1: %{name}-ppc64.patch
@@ -218,6 +220,9 @@
%changelog
+* Fri Apr 09 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u2-1
+- Updated to 0137u2
+
* Sun Mar 21 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-4
- Stripped @ from the commands to make the build more verbose
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 7 Apr 2010 20:54:15 -0000 1.2
+++ sources 8 Apr 2010 22:48:00 -0000 1.3
@@ -1 +1,3 @@
1b70adfbe6aa35959881b82e48f93d82 mame0137s.exe
+12c116ebdcb322a9149faa03a9b747b8 0137u1_diff.zip
+e3f30998a26192fb37cba6021261c9d7 0137u2_diff.zip
14 years, 7 months
rpms/mame/F-13 mame-fortify.patch, NONE, 1.1 mame-ppc64.patch, NONE, 1.1 mame-verbosebuild.patch, NONE, 1.1 mame.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24614
Modified Files:
.cvsignore sources
Added Files:
mame-fortify.patch mame-ppc64.patch mame-verbosebuild.patch
mame.spec
Log Message:
Initial import
mame-fortify.patch:
sdlprefix.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- NEW FILE mame-fortify.patch ---
diff -up mame-0.137/src/osd/sdl/sdlprefix.h.fortify mame-0.137/src/osd/sdl/sdlprefix.h
--- mame-0.137/src/osd/sdl/sdlprefix.h.fortify 2010-03-21 14:20:41.000000000 +0100
+++ mame-0.137/src/osd/sdl/sdlprefix.h 2010-03-21 14:21:07.000000000 +0100
@@ -50,9 +50,9 @@
#endif
// fix for Ubuntu 8.10
-#ifdef _FORTIFY_SOURCE
-#undef _FORTIFY_SOURCE
-#endif
+// #ifdef _FORTIFY_SOURCE
+// #undef _FORTIFY_SOURCE
+// #endif
#endif /* SDLMAME_UNIX */
mame-ppc64.patch:
makefile | 3 +++
1 file changed, 3 insertions(+)
--- NEW FILE mame-ppc64.patch ---
diff -up mame-0.137/makefile.ppc64 mame-0.137/makefile
--- mame-0.137/makefile.ppc64 2010-03-21 14:20:40.000000000 +0100
+++ mame-0.137/makefile 2010-03-21 14:21:07.000000000 +0100
@@ -102,6 +102,9 @@ endif
ifeq ($(firstword $(filter amd64,$(UNAME))),amd64)
PTR64 = 1
endif
+ifeq ($(firstword $(filter ppc64,$(UNAME))),ppc64)
+PTR64 = 1
+endif
endif
# Autodetect BIGENDIAN
mame-verbosebuild.patch:
makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--- NEW FILE mame-verbosebuild.patch ---
diff -up mame-0.137/makefile.verbosebuild mame-0.137/makefile
--- mame-0.137/makefile.verbosebuild 2010-03-21 15:38:37.000000000 +0100
+++ mame-0.137/makefile 2010-03-21 15:40:09.000000000 +0100
@@ -268,11 +268,11 @@ BUILD_EXE = $(EXE)
endif
# compiler, linker and utilities
-AR = @ar
-CC = @gcc
-LD = @g++
+AR = ar
+CC = gcc
+LD = g++
MD = -mkdir$(EXE)
-RM = @rm -f
+RM = rm -f
@@ -688,12 +688,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
$(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR)
@echo Converting $<...
- @$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
+ $(FILE2STR) $< $@ layout_$(basename $(notdir $<))
$(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC) $(FILE2STR)
@echo Converting $<...
- @$(PNG2BDC) $< $(OBJ)/temp.bdc
- @$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
+ $(PNG2BDC) $< $(OBJ)/temp.bdc
+ $(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
$(OBJ)/%.a:
@echo Archiving $@...
--- NEW FILE mame.spec ---
# the debug build is disabled by default, please use --with debug to override
%bcond_with debug
%global baseversion 137
#global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
Version: 0.%{baseversion}u%{sourceupdate}
%else
Version: 0.%{baseversion}
%endif
Release: 4%{?dist}
Summary: Multiple Arcade Machine Emulator
Group: Applications/Emulators
#Files in src/lib/util and src/osd (except src/osd/sdl) are BSD
License: MAME License and BSD
URL: http://mamedev.org/
Source0: http://www.aarongiles.com/mirror/releases/%{name}0%{baseversion}s.exe
#ui.bdc generated from ui.bdf
#Source1: ui.bdc
%if 0%{?sourceupdate}
#Source updates
%endif
Patch0: %{name}-fortify.patch
Patch1: %{name}-ppc64.patch
Patch2: %{name}-verbosebuild.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
BuildRequires: GConf2-devel
BuildRequires: gtk2-devel
BuildRequires: p7zip
BuildRequires: SDL-devel
BuildRequires: zlib-devel
Provides: sdlmame = 0%{baseversion}-%{release}
Obsoletes: sdlmame < 0136-2
%description
MAME stands for Multiple Arcade Machine Emulator. When used in conjunction
with an arcade game's data files (ROMs), MAME will more or less faithfully
reproduce that game on a PC.
The ROM images that MAME utilizes are "dumped" from arcade games' original
circuit-board ROM chips. MAME becomes the "hardware" for the games, taking
the place of their original CPUs and support chips. Therefore, these games
are NOT simulations, but the actual, original games that appeared in arcades.
MAME's purpose is to preserve these decades of video-game history. As gaming
technology continues to rush forward, MAME prevents these important "vintage"
games from being lost and forgotten. This is achieved by documenting the
hardware and how it functions, thanks to the talent of programmers from the
MAME team and from other contributors. Being able to play the games is just
a nice side-effect, which doesn't happen all the time. MAME strives for
emulating the games faithfully.
%package tools
Summary: Tools used for the MAME package
Group: Applications/Emulators
Requires: %{name} = %{version}-%{release}
Provides: sdlmame-tools = 0%{baseversion}-%{release}
Obsoletes: sdlmame-tools < 0136-2
%description tools
%{summary}.
%package ldplayer
Summary: Standalone laserdisc player based on MAME
Group: Applications/Emulators
Provides: sdlmame-ldplayer = 0%{baseversion}-%{release}
Obsoletes: sdlmame-ldplayer < 0136-2
%description ldplayer
%{summary}.
%prep
%setup -qcT
for sourcefile in %{sources}; do
7za x $sourcefile
done
find . -type f -not -name uismall.png -exec sed -i 's/\r//' {} \;
%patch0 -p1 -b .fortify
%patch1 -p1 -b .ppc64
%patch2 -p1 -b .verbosebuild
%if 0%{?sourceupdate}
i=1
while [ $i -le %{sourceupdate} ]; do
patch -p0 -E < 0%{baseversion}u${i}.diff
i=`expr $i + 1`
done
%endif
# Create ini file
cat > %{name}.ini << EOF
# Define multi-user paths
artpath %{_datadir}/%{name}/artwork;%{_datadir}/%{name}/effects
ctrlrpath %{_datadir}/%{name}/ctrlr
fontpath %{_datadir}/%{name}/fonts
rompath %{_datadir}/%{name}/roms;%{_datadir}/%{name}/chds
samplepath %{_datadir}/%{name}/samples
cheatpath %{_datadir}/%{name}/cheats
# Allow user to override ini settings
inipath \$HOME/.%{name}/ini;%{_sysconfdir}/%{name}
# Set paths for local storage
cfg_directory \$HOME/.%{name}/cfg
comment_directory \$HOME/.%{name}/comments
diff_directory \$HOME/.%{name}/diff
input_directory \$HOME/.%{name}/inp
memcard_directory \$HOME/.%{name}/memcard
nvram_directory \$HOME/.%{name}/nvram
snapshot_directory \$HOME/.%{name}/snap
state_directory \$HOME/.%{name}/sta
# Fedora custom defaults
video opengl
autosave 1
joystick 1
EOF
%build
make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' TARGET=ldplayer
%if %{with debug}
make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' DEBUG=1 all
%else
make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' all
%endif
%install
rm -rf %{buildroot}
# create directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{name}/artwork
install -d %{buildroot}%{_datadir}/%{name}/chds
install -d %{buildroot}%{_datadir}/%{name}/ctrlr
install -d %{buildroot}%{_datadir}/%{name}/effects
install -d %{buildroot}%{_datadir}/%{name}/fonts
install -d %{buildroot}%{_datadir}/%{name}/keymaps
install -d %{buildroot}%{_datadir}/%{name}/roms
install -d %{buildroot}%{_datadir}/%{name}/samples
install -d %{buildroot}%{_datadir}/%{name}/cheats
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/cfg
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/comments
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/diff
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/ini
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/inp
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/memcard
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/nvram
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/snap
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/sta
# install binaries and config files
install -pm 644 %{name}.ini %{buildroot}%{_sysconfdir}/%{name}
install -pm 644 src/osd/sdl/keymaps/* %{buildroot}%{_datadir}/%{name}/keymaps
#install -pm 644 ui.bdf %{SOURCE2} %{buildroot}%{_datadir}/%{name}/fonts
%if %{with debug}
install -pm 755 %{name}d %{buildroot}%{_bindir}
%else
install -pm 755 %{name} %{buildroot}%{_bindir}
%endif
install -pm 755 chdman jedutil ldplayer ldresample ldverify \
romcmp testkeys unidasm %{buildroot}%{_bindir}
#for tool in regrep runtest split src2html srcclean
for tool in regrep split src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/%{name}-$tool
done
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc docs/* whatsnew*.txt
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.ini
%dir %{_sysconfdir}/%{name}
%if %{with debug}
%{_bindir}/%{name}d
%else
%{_bindir}/%{name}
%endif
%{_datadir}/%{name}
%{_sysconfdir}/skel/.%{name}
%files tools
%defattr(-,root,root,-)
%{_bindir}/chdman
%{_bindir}/jedutil
%{_bindir}/ldresample
%{_bindir}/ldverify
%{_bindir}/%{name}-regrep
%{_bindir}/romcmp
#%{_bindir}/%{name}-runtest
%{_bindir}/%{name}-split
%{_bindir}/%{name}-src2html
%{_bindir}/%{name}-srcclean
%{_bindir}/testkeys
%{_bindir}/unidasm
%files ldplayer
%defattr(-,root,root,-)
%{_bindir}/ldplayer
%changelog
* Sun Mar 21 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-4
- Stripped @ from the commands to make the build more verbose
* Sun Mar 21 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-3
- Dropped suffix64
- Added ppc64 autodetection support
- Re-diffed the fortify patch
* Sat Mar 20 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-2
- Changed the versioning scheme to include the dot
- Changed the source URL to point to aarongiles.com mirror directly
- Added missing application of the fortify patch
- Added sparc64 and s390 to architectures getting suffix64
- Removed duplicate license.txt
* Thu Mar 11 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0137-1
- Initial package based on sdlmame
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 7 Apr 2010 19:56:15 -0000 1.1
+++ .cvsignore 8 Apr 2010 22:39:24 -0000 1.2
@@ -0,0 +1 @@
+mame0137s.exe
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 7 Apr 2010 19:56:15 -0000 1.1
+++ sources 8 Apr 2010 22:39:24 -0000 1.2
@@ -0,0 +1 @@
+1b70adfbe6aa35959881b82e48f93d82 mame0137s.exe
14 years, 7 months
rpms/open-vm-tools-kmod/F-13 .cvsignore, 1.15, 1.16 open-vm-tools-kmod.spec, 1.47, 1.48 sources, 1.15, 1.16
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5521
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
Update to upstream build 243334
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-13/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 20 Mar 2010 13:59:36 -0000 1.15
+++ .cvsignore 8 Apr 2010 06:45:05 -0000 1.16
@@ -1 +1 @@
-open-vm-tools-2010.02.23-236320.tar.gz
+open-vm-tools-2010.03.20-243334.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-13/open-vm-tools-kmod.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- open-vm-tools-kmod.spec 20 Mar 2010 13:59:36 -0000 1.47
+++ open-vm-tools-kmod.spec 8 Apr 2010 06:45:05 -0000 1.48
@@ -7,8 +7,8 @@
#define buildforkernels newest
%define tname open-vm-tools
-%define builddate 2010.02.23
-%define buildver 236320
+%define builddate 2010.03.20
+%define buildver 243334
%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vsock pvscsi
Name: open-vm-tools-kmod
@@ -76,6 +76,9 @@
%changelog
+* Thu Apr 8 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.243334-1
+- Update to upstream build 243334
+
* Sat Mar 20 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.236320-1
- Update to upstream build 236320
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-13/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 20 Mar 2010 13:59:36 -0000 1.15
+++ sources 8 Apr 2010 06:45:05 -0000 1.16
@@ -1 +1 @@
-25ddc284fc6eb478384cca57a477c5b6 open-vm-tools-2010.02.23-236320.tar.gz
+c7c12081a718b341c70463ac4b3509a2 open-vm-tools-2010.03.20-243334.tar.gz
14 years, 7 months
rpms/open-vm-tools/F-13 open-vm-tools-243334-ldl.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 open-vm-tools.spec, 1.19, 1.20 sources, 1.15, 1.16
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5211
Modified Files:
.cvsignore open-vm-tools.spec sources
Added Files:
open-vm-tools-243334-ldl.patch
Log Message:
- Update to build 243334
- Added patch to fix missing -ldl link with vmware-user
open-vm-tools-243334-ldl.patch:
configure | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE open-vm-tools-243334-ldl.patch ---
--- open-vm-tools-2010.03.20-243334/configure~ 2010-03-22 23:38:16.000000000 +0100
+++ open-vm-tools-2010.03.20-243334/configure 2010-04-08 08:19:20.807751468 +0200
@@ -23983,6 +23983,7 @@
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
if test $ac_cv_lib_dl_dlopen = yes; then
VIX_LIBADD="$VIX_LIBADD -ldl"
+ VMWARE_USER_LDADD="$VMWARE_USER_LDADD -ldl"
LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD -ldl"
else
{ { echo "$as_me:$LINENO: error: dlopen was not found, but is required for open-vm-tools to function properly. Please contact your OS vendor." >&5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-13/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 20 Mar 2010 13:56:19 -0000 1.15
+++ .cvsignore 8 Apr 2010 06:40:56 -0000 1.16
@@ -1 +1 @@
-open-vm-tools-2010.02.23-236320.tar.gz
+open-vm-tools-2010.03.20-243334.tar.gz
Index: open-vm-tools.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-13/open-vm-tools.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- open-vm-tools.spec 20 Mar 2010 13:56:19 -0000 1.19
+++ open-vm-tools.spec 8 Apr 2010 06:40:56 -0000 1.20
@@ -1,5 +1,5 @@
-%define builddate 2010.02.23
-%define buildver 236320
+%define builddate 2010.03.20
+%define buildver 243334
Name: open-vm-tools
Version: 0.0.0.%{buildver}
@@ -13,6 +13,7 @@
Source2: %{name}-sysconfig.mouse
Source3: vmware-toolbox.desktop
Source4: %{name}-modprobe.vmnics
+Patch0: open-vm-tools-243334-ldl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: i686 x86_64
@@ -72,6 +73,7 @@
# Fix some permissions and formats
chmod -x NEWS README ChangeLog AUTHORS COPYING
sed -i 's/\r//' README
+%patch0 -p1 -b .ldl
%build
@@ -184,6 +186,10 @@
%changelog
+* Wed Apr 7 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.243334-1
+- Update to build 243334
+- Added patch to fix missing -ldl link with vmware-user
+
* Sat Mar 20 2010 Denis Leroy <denis(a)poolshark.org> - 0.0.0.236320-1
- Update to build 236320
- Only start guestd if running on guest VM (#382)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools/F-13/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 20 Mar 2010 13:56:19 -0000 1.15
+++ sources 8 Apr 2010 06:40:56 -0000 1.16
@@ -1 +1 @@
-25ddc284fc6eb478384cca57a477c5b6 open-vm-tools-2010.02.23-236320.tar.gz
+c7c12081a718b341c70463ac4b3509a2 open-vm-tools-2010.03.20-243334.tar.gz
14 years, 7 months
rpms/mythtv/F-13 mythtv.spec,1.71,1.72 sources,1.45,1.46
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28464
Modified Files:
mythtv.spec sources
Log Message:
* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
- Update to post-rc2 svn snapshot, revision 24014
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- mythtv.spec 1 Apr 2010 19:39:33 -0000 1.71
+++ mythtv.spec 8 Apr 2010 01:07:55 -0000 1.72
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r23894
+%define _svnrev r24014
%define branch trunk
#
@@ -80,7 +80,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.3.rc1%{?dist}
+Release: 0.4.rc2%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -1486,6 +1486,9 @@
################################################################################
%changelog
+* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
+- Update to post-rc2 svn snapshot, revision 24014
+
* Thu Apr 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.3.rc1
- Start tracking release-0-23-fixes branch
- Update to post-rc1 svn snapshot, revision 23894
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/sources,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sources 1 Apr 2010 19:39:33 -0000 1.45
+++ sources 8 Apr 2010 01:07:55 -0000 1.46
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-b58120b384eb3e3535164f527e16578a mythtv-0.23.tar.bz2
-4e06a2167ccf5f748981403382a96f2c mythplugins-0.23.tar.bz2
+a8490a542f6a4b4900d91bca2870dd83 mythtv-0.23.tar.bz2
+a836785b84aaa061cd7f0108e841d183 mythplugins-0.23.tar.bz2
14 years, 7 months
rpms/mythtv-themes/F-13 mythtv-themes.spec, 1.29, 1.30 sources, 1.23, 1.24
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20980
Modified Files:
mythtv-themes.spec sources
Log Message:
* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
- Update to post-rc2 svn snapshot, revision 24014
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/mythtv-themes.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mythtv-themes.spec 1 Apr 2010 19:44:29 -0000 1.29
+++ mythtv-themes.spec 8 Apr 2010 01:07:00 -0000 1.30
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r23894
+%define _svnrev r24014
%define branch trunk
#
@@ -33,7 +33,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.3.rc1%{?dist}
+Release: 0.4.rc2%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -112,6 +112,9 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Tue Apr 06 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.4.rc2
+- Update to post-rc2 svn snapshot, revision 24014
+
* Thu Apr 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.3.rc1
- Update to post-rc1 snapshot
- Start tracking release-0-23-fixes branch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 1 Apr 2010 19:44:29 -0000 1.23
+++ sources 8 Apr 2010 01:07:01 -0000 1.24
@@ -1,2 +1,2 @@
a5f00f152fb430a20c70aaa3bf456347 myththemes-0.22.tar.bz2
-61de6e8773c14fd6e0dd365b13109b9e myththemes-0.23.tar.bz2
+c08430eb261484271d474bb2eeb28a73 myththemes-0.23.tar.bz2
14 years, 7 months
rpms/sdlmame/devel dead.package, NONE, 1.1 sdlmame-expat.patch, 1.2, NONE sdlmame-fortify.patch, 1.1, NONE sdlmame-warnings.patch, 1.3, NONE sdlmame.spec, 1.78, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22201
Added Files:
dead.package
Removed Files:
sdlmame-expat.patch sdlmame-fortify.patch
sdlmame-warnings.patch sdlmame.spec
Log Message:
SDLMAME is now part of of mainline MAME
--- NEW FILE dead.package ---
sdlmame was merged with mainline mame and thus renamed.
--- sdlmame-expat.patch DELETED ---
--- sdlmame-fortify.patch DELETED ---
--- sdlmame-warnings.patch DELETED ---
--- sdlmame.spec DELETED ---
14 years, 7 months
rpms/mame/F-11 mame-fortify.patch, NONE, 1.1 mame-ppc64.patch, NONE, 1.1 mame-verbosebuild.patch, NONE, 1.1 mame.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21373
Modified Files:
.cvsignore sources
Added Files:
mame-fortify.patch mame-ppc64.patch mame-verbosebuild.patch
mame.spec
Log Message:
Initial import
mame-fortify.patch:
sdlprefix.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- NEW FILE mame-fortify.patch ---
diff -up mame-0.137/src/osd/sdl/sdlprefix.h.fortify mame-0.137/src/osd/sdl/sdlprefix.h
--- mame-0.137/src/osd/sdl/sdlprefix.h.fortify 2010-03-21 14:20:41.000000000 +0100
+++ mame-0.137/src/osd/sdl/sdlprefix.h 2010-03-21 14:21:07.000000000 +0100
@@ -50,9 +50,9 @@
#endif
// fix for Ubuntu 8.10
-#ifdef _FORTIFY_SOURCE
-#undef _FORTIFY_SOURCE
-#endif
+// #ifdef _FORTIFY_SOURCE
+// #undef _FORTIFY_SOURCE
+// #endif
#endif /* SDLMAME_UNIX */
mame-ppc64.patch:
makefile | 3 +++
1 file changed, 3 insertions(+)
--- NEW FILE mame-ppc64.patch ---
diff -up mame-0.137/makefile.ppc64 mame-0.137/makefile
--- mame-0.137/makefile.ppc64 2010-03-21 14:20:40.000000000 +0100
+++ mame-0.137/makefile 2010-03-21 14:21:07.000000000 +0100
@@ -102,6 +102,9 @@ endif
ifeq ($(firstword $(filter amd64,$(UNAME))),amd64)
PTR64 = 1
endif
+ifeq ($(firstword $(filter ppc64,$(UNAME))),ppc64)
+PTR64 = 1
+endif
endif
# Autodetect BIGENDIAN
mame-verbosebuild.patch:
makefile | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--- NEW FILE mame-verbosebuild.patch ---
diff -up mame-0.137/makefile.verbosebuild mame-0.137/makefile
--- mame-0.137/makefile.verbosebuild 2010-03-21 15:38:37.000000000 +0100
+++ mame-0.137/makefile 2010-03-21 15:40:09.000000000 +0100
@@ -268,11 +268,11 @@ BUILD_EXE = $(EXE)
endif
# compiler, linker and utilities
-AR = @ar
-CC = @gcc
-LD = @g++
+AR = ar
+CC = gcc
+LD = g++
MD = -mkdir$(EXE)
-RM = @rm -f
+RM = rm -f
@@ -688,12 +688,12 @@ $(OBJ)/%.s: $(SRC)/%.c | $(OSPREBUILD)
$(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR)
@echo Converting $<...
- @$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
+ $(FILE2STR) $< $@ layout_$(basename $(notdir $<))
$(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC) $(FILE2STR)
@echo Converting $<...
- @$(PNG2BDC) $< $(OBJ)/temp.bdc
- @$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
+ $(PNG2BDC) $< $(OBJ)/temp.bdc
+ $(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
$(OBJ)/%.a:
@echo Archiving $@...
--- NEW FILE mame.spec ---
# the debug build is disabled by default, please use --with debug to override
%bcond_with debug
%global baseversion 137
#global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
Version: 0.%{baseversion}u%{sourceupdate}
%else
Version: 0.%{baseversion}
%endif
Release: 4%{?dist}
Summary: Multiple Arcade Machine Emulator
Group: Applications/Emulators
#Files in src/lib/util and src/osd (except src/osd/sdl) are BSD
License: MAME License and BSD
URL: http://mamedev.org/
Source0: http://www.aarongiles.com/mirror/releases/%{name}0%{baseversion}s.exe
#ui.bdc generated from ui.bdf
#Source1: ui.bdc
%if 0%{?sourceupdate}
#Source updates
%endif
Patch0: %{name}-fortify.patch
Patch1: %{name}-ppc64.patch
Patch2: %{name}-verbosebuild.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: expat-devel
BuildRequires: GConf2-devel
BuildRequires: gtk2-devel
BuildRequires: p7zip
BuildRequires: SDL-devel
BuildRequires: zlib-devel
Provides: sdlmame = 0%{baseversion}-%{release}
Obsoletes: sdlmame < 0136-2
%description
MAME stands for Multiple Arcade Machine Emulator. When used in conjunction
with an arcade game's data files (ROMs), MAME will more or less faithfully
reproduce that game on a PC.
The ROM images that MAME utilizes are "dumped" from arcade games' original
circuit-board ROM chips. MAME becomes the "hardware" for the games, taking
the place of their original CPUs and support chips. Therefore, these games
are NOT simulations, but the actual, original games that appeared in arcades.
MAME's purpose is to preserve these decades of video-game history. As gaming
technology continues to rush forward, MAME prevents these important "vintage"
games from being lost and forgotten. This is achieved by documenting the
hardware and how it functions, thanks to the talent of programmers from the
MAME team and from other contributors. Being able to play the games is just
a nice side-effect, which doesn't happen all the time. MAME strives for
emulating the games faithfully.
%package tools
Summary: Tools used for the MAME package
Group: Applications/Emulators
Requires: %{name} = %{version}-%{release}
Provides: sdlmame-tools = 0%{baseversion}-%{release}
Obsoletes: sdlmame-tools < 0136-2
%description tools
%{summary}.
%package ldplayer
Summary: Standalone laserdisc player based on MAME
Group: Applications/Emulators
Provides: sdlmame-ldplayer = 0%{baseversion}-%{release}
Obsoletes: sdlmame-ldplayer < 0136-2
%description ldplayer
%{summary}.
%prep
%setup -qcT
for sourcefile in %{sources}; do
7za x $sourcefile
done
find . -type f -not -name uismall.png -exec sed -i 's/\r//' {} \;
%patch0 -p1 -b .fortify
%patch1 -p1 -b .ppc64
%patch2 -p1 -b .verbosebuild
%if 0%{?sourceupdate}
i=1
while [ $i -le %{sourceupdate} ]; do
patch -p0 -E < 0%{baseversion}u${i}.diff
i=`expr $i + 1`
done
%endif
# Create ini file
cat > %{name}.ini << EOF
# Define multi-user paths
artpath %{_datadir}/%{name}/artwork;%{_datadir}/%{name}/effects
ctrlrpath %{_datadir}/%{name}/ctrlr
fontpath %{_datadir}/%{name}/fonts
rompath %{_datadir}/%{name}/roms;%{_datadir}/%{name}/chds
samplepath %{_datadir}/%{name}/samples
cheatpath %{_datadir}/%{name}/cheats
# Allow user to override ini settings
inipath \$HOME/.%{name}/ini;%{_sysconfdir}/%{name}
# Set paths for local storage
cfg_directory \$HOME/.%{name}/cfg
comment_directory \$HOME/.%{name}/comments
diff_directory \$HOME/.%{name}/diff
input_directory \$HOME/.%{name}/inp
memcard_directory \$HOME/.%{name}/memcard
nvram_directory \$HOME/.%{name}/nvram
snapshot_directory \$HOME/.%{name}/snap
state_directory \$HOME/.%{name}/sta
# Fedora custom defaults
video opengl
autosave 1
joystick 1
EOF
%build
make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' TARGET=ldplayer
%if %{with debug}
make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' DEBUG=1 all
%else
make %{?_smp_mflags} NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 SUFFIX64="" \
OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/%{name};\""' all
%endif
%install
rm -rf %{buildroot}
# create directories
install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{name}/artwork
install -d %{buildroot}%{_datadir}/%{name}/chds
install -d %{buildroot}%{_datadir}/%{name}/ctrlr
install -d %{buildroot}%{_datadir}/%{name}/effects
install -d %{buildroot}%{_datadir}/%{name}/fonts
install -d %{buildroot}%{_datadir}/%{name}/keymaps
install -d %{buildroot}%{_datadir}/%{name}/roms
install -d %{buildroot}%{_datadir}/%{name}/samples
install -d %{buildroot}%{_datadir}/%{name}/cheats
install -d %{buildroot}%{_sysconfdir}/%{name}
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/cfg
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/comments
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/diff
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/ini
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/inp
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/memcard
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/nvram
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/snap
install -d %{buildroot}%{_sysconfdir}/skel/.%{name}/sta
# install binaries and config files
install -pm 644 %{name}.ini %{buildroot}%{_sysconfdir}/%{name}
install -pm 644 src/osd/sdl/keymaps/* %{buildroot}%{_datadir}/%{name}/keymaps
#install -pm 644 ui.bdf %{SOURCE2} %{buildroot}%{_datadir}/%{name}/fonts
%if %{with debug}
install -pm 755 %{name}d %{buildroot}%{_bindir}
%else
install -pm 755 %{name} %{buildroot}%{_bindir}
%endif
install -pm 755 chdman jedutil ldplayer ldresample ldverify \
romcmp testkeys unidasm %{buildroot}%{_bindir}
#for tool in regrep runtest split src2html srcclean
for tool in regrep split src2html srcclean
do
install -pm 755 $tool %{buildroot}%{_bindir}/%{name}-$tool
done
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc docs/* whatsnew*.txt
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.ini
%dir %{_sysconfdir}/%{name}
%if %{with debug}
%{_bindir}/%{name}d
%else
%{_bindir}/%{name}
%endif
%{_datadir}/%{name}
%{_sysconfdir}/skel/.%{name}
%files tools
%defattr(-,root,root,-)
%{_bindir}/chdman
%{_bindir}/jedutil
%{_bindir}/ldresample
%{_bindir}/ldverify
%{_bindir}/%{name}-regrep
%{_bindir}/romcmp
#%{_bindir}/%{name}-runtest
%{_bindir}/%{name}-split
%{_bindir}/%{name}-src2html
%{_bindir}/%{name}-srcclean
%{_bindir}/testkeys
%{_bindir}/unidasm
%files ldplayer
%defattr(-,root,root,-)
%{_bindir}/ldplayer
%changelog
* Sun Mar 21 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-4
- Stripped @ from the commands to make the build more verbose
* Sun Mar 21 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-3
- Dropped suffix64
- Added ppc64 autodetection support
- Re-diffed the fortify patch
* Sat Mar 20 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137-2
- Changed the versioning scheme to include the dot
- Changed the source URL to point to aarongiles.com mirror directly
- Added missing application of the fortify patch
- Added sparc64 and s390 to architectures getting suffix64
- Removed duplicate license.txt
* Thu Mar 11 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0137-1
- Initial package based on sdlmame
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 7 Apr 2010 19:56:15 -0000 1.1
+++ .cvsignore 7 Apr 2010 20:54:28 -0000 1.2
@@ -0,0 +1 @@
+mame0137s.exe
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 7 Apr 2010 19:56:15 -0000 1.1
+++ sources 7 Apr 2010 20:54:28 -0000 1.2
@@ -0,0 +1 @@
+1b70adfbe6aa35959881b82e48f93d82 mame0137s.exe
14 years, 7 months