rpms/desmume/F-11 .cvsignore, 1.5, 1.6 desmume.spec, 1.8, 1.9 sources, 1.5, 1.6 desmume-0.9.2-64bit.patch, 1.1, NONE desmume-0.9.2-fix-ioregs-crash.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29876
Modified Files:
.cvsignore desmume.spec sources
Removed Files:
desmume-0.9.2-64bit.patch desmume-0.9.2-fix-ioregs-crash.patch
Log Message:
* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
- Updated to upstream version 0.9.4
- Added a fix to compile under gcc 4.4 (SF #2819176)
- Removed no longer needed patches
- Removed no longer needed Debian man pages
- Cosmetic changes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/desmume/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 25 Apr 2009 09:25:47 -0000 1.5
+++ .cvsignore 24 Jul 2009 17:05:27 -0000 1.6
@@ -1,2 +1 @@
-desmume-man-pages-0.7.3.tar.gz
-desmume-0.9.2.tar.gz
+desmume-0.9.4.tar.gz
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/F-11/desmume.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- desmume.spec 30 Apr 2009 19:17:19 -0000 1.8
+++ desmume.spec 24 Jul 2009 17:05:27 -0000 1.9
@@ -1,20 +1,13 @@
Name: desmume
-Version: 0.9.2
-Release: 2%{?dist}
+Version: 0.9.4
+Release: 1%{?dist}
Summary: A Nintendo DS emulator
Group: Applications/Emulators
License: GPLv2+
URL: http://desmume.org/
Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
-Source1: desmume-man-pages-0.7.3.tar.gz
Patch0: %{name}-0.9-dontlookinbuilddir.patch
-# Fix IO Regs menu
-# http://sourceforge.net/tracker/?func=detail&atid=832291&aid=2781065&group...
-Patch1: %{name}-0.9.2-fix-ioregs-crash.patch
-# Compile on 64 bit systems
-# http://sourceforge.net/tracker/?func=detail&aid=2755952&group_id=164579&a...
-Patch2: %{name}-0.9.2-64bit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkglext-devel
@@ -51,14 +44,13 @@
%prep
%setup -q
-%setup -q -T -D -a 1
-
%patch0 -p1
-%patch1 -p0
-%patch2 -p0
+
+# Fix to compile under gcc 4.4
+sed -i "s/TexCache_TexFormat format/TexCache_TexFormat/" src/texcache.h
# Fix end-of-line encoding
-sed -i 's/\r//' ChangeLog AUTHORS
+sed -i 's/\r//' AUTHORS
# Fix file encoding
for txtfile in ChangeLog AUTHORS
@@ -77,7 +69,6 @@
sed -i 's|gladedir = $(datadir)/desmume/glade|gladedir = $(datadir)/desmume-glade/|g' src/gtk-glade/Makefile.{am,in}
# We need a different icon for desmume-glade
-cp -a src/gtk/DeSmuME.xpm src/gtk-glade/DeSmuME-glade.xpm
sed -i 's|Icon=DeSmuME.xpm|Icon=DeSmuME-glade.xpm|g' src/gtk-glade/desmume-glade.desktop
# Fix gettext package name
@@ -93,19 +84,13 @@
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
-# Install man pages
-mkdir -p %{buildroot}%{_mandir}/man1/
-install -p -m0644 man/%{name}.1 %{buildroot}%{_mandir}/man1/
-install -p -m0644 man/%{name}-glade.1 %{buildroot}%{_mandir}/man1/
-install -p -m0644 man/%{name}-cli.1 %{buildroot}%{_mandir}/man1/
-
# Remove installed icon
rm %{buildroot}%{_datadir}/pixmaps/DeSmuME.xpm
# Install icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 src/gtk/DeSmuME.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
-install -m 644 src/gtk-glade/DeSmuME-glade.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
+install -m 644 src/gtk/DeSmuME.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/DeSmuME-glade.xpm
# Rename desktop files and fix categories
mkdir -p %{buildroot}%{_datadir}/applications
@@ -189,6 +174,13 @@
%changelog
+* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
+- Updated to upstream version 0.9.4
+- Added a fix to compile under gcc 4.4 (SF #2819176)
+- Removed no longer needed patches
+- Removed no longer needed Debian man pages
+- Cosmetic changes
+
* Thu Apr 30 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.2-2
- Added a patch from upstream to fix IO Regs menu crash (SF #2781065)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/desmume/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 25 Apr 2009 09:25:47 -0000 1.5
+++ sources 24 Jul 2009 17:05:27 -0000 1.6
@@ -1,2 +1 @@
-64cb8e6288b7490f097e20fb262f0e97 desmume-man-pages-0.7.3.tar.gz
-51482de785dce04590532b946321196d desmume-0.9.2.tar.gz
+0e877fe4b99d99502173efa6efae05b1 desmume-0.9.4.tar.gz
--- desmume-0.9.2-64bit.patch DELETED ---
--- desmume-0.9.2-fix-ioregs-crash.patch DELETED ---
15 years, 4 months
rpms/desmume/devel desmume.spec,1.9,1.10
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28625
Modified Files:
desmume.spec
Log Message:
* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
- Updated to upstream version 0.9.4
- Added a fix to compile under gcc 4.4 (SF #2819176)
- Removed no longer needed patches
- Removed no longer needed Debian man pages
- Cosmetic changes
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/desmume.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- desmume.spec 24 Jul 2009 15:54:06 -0000 1.9
+++ desmume.spec 24 Jul 2009 16:44:08 -0000 1.10
@@ -46,6 +46,9 @@
%setup -q
%patch0 -p1
+# Fix to compile under gcc 4.4
+sed -i "s/TexCache_TexFormat format/TexCache_TexFormat/" src/texcache.h
+
# Fix end-of-line encoding
sed -i 's/\r//' AUTHORS
@@ -173,6 +176,7 @@
%changelog
* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
- Updated to upstream version 0.9.4
+- Added a fix to compile under gcc 4.4 (SF #2819176)
- Removed no longer needed patches
- Removed no longer needed Debian man pages
- Cosmetic changes
15 years, 4 months
rpms/desmume/devel .cvsignore, 1.5, 1.6 desmume.spec, 1.8, 1.9 sources, 1.5, 1.6 desmume-0.9.2-64bit.patch, 1.1, NONE desmume-0.9.2-fix-ioregs-crash.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25684
Modified Files:
.cvsignore desmume.spec sources
Removed Files:
desmume-0.9.2-64bit.patch desmume-0.9.2-fix-ioregs-crash.patch
Log Message:
* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
- Updated to upstream version 0.9.4
- Removed no longer needed patches
- Removed no longer needed Debian man pages
- Cosmetic changes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 25 Apr 2009 09:25:47 -0000 1.5
+++ .cvsignore 24 Jul 2009 15:54:06 -0000 1.6
@@ -1,2 +1 @@
-desmume-man-pages-0.7.3.tar.gz
-desmume-0.9.2.tar.gz
+desmume-0.9.4.tar.gz
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/desmume.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- desmume.spec 30 Apr 2009 19:17:19 -0000 1.8
+++ desmume.spec 24 Jul 2009 15:54:06 -0000 1.9
@@ -1,20 +1,13 @@
Name: desmume
-Version: 0.9.2
-Release: 2%{?dist}
+Version: 0.9.4
+Release: 1%{?dist}
Summary: A Nintendo DS emulator
Group: Applications/Emulators
License: GPLv2+
URL: http://desmume.org/
Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
-Source1: desmume-man-pages-0.7.3.tar.gz
Patch0: %{name}-0.9-dontlookinbuilddir.patch
-# Fix IO Regs menu
-# http://sourceforge.net/tracker/?func=detail&atid=832291&aid=2781065&group...
-Patch1: %{name}-0.9.2-fix-ioregs-crash.patch
-# Compile on 64 bit systems
-# http://sourceforge.net/tracker/?func=detail&aid=2755952&group_id=164579&a...
-Patch2: %{name}-0.9.2-64bit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkglext-devel
@@ -51,14 +44,10 @@
%prep
%setup -q
-%setup -q -T -D -a 1
-
%patch0 -p1
-%patch1 -p0
-%patch2 -p0
# Fix end-of-line encoding
-sed -i 's/\r//' ChangeLog AUTHORS
+sed -i 's/\r//' AUTHORS
# Fix file encoding
for txtfile in ChangeLog AUTHORS
@@ -77,7 +66,6 @@
sed -i 's|gladedir = $(datadir)/desmume/glade|gladedir = $(datadir)/desmume-glade/|g' src/gtk-glade/Makefile.{am,in}
# We need a different icon for desmume-glade
-cp -a src/gtk/DeSmuME.xpm src/gtk-glade/DeSmuME-glade.xpm
sed -i 's|Icon=DeSmuME.xpm|Icon=DeSmuME-glade.xpm|g' src/gtk-glade/desmume-glade.desktop
# Fix gettext package name
@@ -93,19 +81,13 @@
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
-# Install man pages
-mkdir -p %{buildroot}%{_mandir}/man1/
-install -p -m0644 man/%{name}.1 %{buildroot}%{_mandir}/man1/
-install -p -m0644 man/%{name}-glade.1 %{buildroot}%{_mandir}/man1/
-install -p -m0644 man/%{name}-cli.1 %{buildroot}%{_mandir}/man1/
-
# Remove installed icon
rm %{buildroot}%{_datadir}/pixmaps/DeSmuME.xpm
# Install icons
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -m 644 src/gtk/DeSmuME.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
-install -m 644 src/gtk-glade/DeSmuME-glade.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
+install -m 644 src/gtk/DeSmuME.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/DeSmuME-glade.xpm
# Rename desktop files and fix categories
mkdir -p %{buildroot}%{_datadir}/applications
@@ -189,6 +171,12 @@
%changelog
+* Fri Jul 24 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.4-1
+- Updated to upstream version 0.9.4
+- Removed no longer needed patches
+- Removed no longer needed Debian man pages
+- Cosmetic changes
+
* Thu Apr 30 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.2-2
- Added a patch from upstream to fix IO Regs menu crash (SF #2781065)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 25 Apr 2009 09:25:47 -0000 1.5
+++ sources 24 Jul 2009 15:54:06 -0000 1.6
@@ -1,2 +1 @@
-64cb8e6288b7490f097e20fb262f0e97 desmume-man-pages-0.7.3.tar.gz
-51482de785dce04590532b946321196d desmume-0.9.2.tar.gz
+0e877fe4b99d99502173efa6efae05b1 desmume-0.9.4.tar.gz
--- desmume-0.9.2-64bit.patch DELETED ---
--- desmume-0.9.2-fix-ioregs-crash.patch DELETED ---
15 years, 4 months
rpms/sdlmess/F-10 .cvsignore, 1.9, 1.10 sdlmess.spec, 1.10, 1.11 sources, 1.9, 1.10
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1678
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Fri Jul 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
- Updated to 0.133
- Made the -data subpackage noarch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 21 Jun 2009 01:31:53 -0000 1.9
+++ .cvsignore 24 Jul 2009 08:47:47 -0000 1.10
@@ -1,3 +1,3 @@
ui.bdc
ctrlr.rar
-sdlmess0132.zip
+sdlmess0133.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sdlmess.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sdlmess.spec 21 Jun 2009 01:31:53 -0000 1.10
+++ sdlmess.spec 24 Jul 2009 08:47:47 -0000 1.11
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0132
+Version: 0133
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -52,6 +52,8 @@
Group: Applications/Emulators
Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
%description data
%{summary}.
@@ -202,6 +204,10 @@
%changelog
+* Fri Jul 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
+- Updated to 0.133
+- Made the -data subpackage noarch
+
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 21 Jun 2009 01:31:53 -0000 1.9
+++ sources 24 Jul 2009 08:47:47 -0000 1.10
@@ -1,3 +1,3 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
-0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
+bd847771a11343d2efb75335b973d646 sdlmess0133.zip
15 years, 4 months
rpms/sdlmess/F-11 .cvsignore, 1.9, 1.10 sdlmess.spec, 1.11, 1.12 sources, 1.9, 1.10
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1569
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Fri Jul 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
- Updated to 0.133
- Made the -data subpackage noarch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 21 Jun 2009 01:31:44 -0000 1.9
+++ .cvsignore 24 Jul 2009 08:47:37 -0000 1.10
@@ -1,3 +1,3 @@
ui.bdc
ctrlr.rar
-sdlmess0132.zip
+sdlmess0133.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-11/sdlmess.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sdlmess.spec 21 Jun 2009 01:31:44 -0000 1.11
+++ sdlmess.spec 24 Jul 2009 08:47:37 -0000 1.12
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0132
+Version: 0133
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -52,6 +52,8 @@
Group: Applications/Emulators
Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
%description data
%{summary}.
@@ -202,6 +204,10 @@
%changelog
+* Fri Jul 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
+- Updated to 0.133
+- Made the -data subpackage noarch
+
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 21 Jun 2009 01:31:44 -0000 1.9
+++ sources 24 Jul 2009 08:47:37 -0000 1.10
@@ -1,3 +1,3 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
-0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
+bd847771a11343d2efb75335b973d646 sdlmess0133.zip
15 years, 4 months
rpms/sdlmess/devel .cvsignore, 1.9, 1.10 sdlmess.spec, 1.11, 1.12 sources, 1.9, 1.10
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1452
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Fri Jul 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
- Updated to 0.133
- Made the -data subpackage noarch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 21 Jun 2009 01:31:34 -0000 1.9
+++ .cvsignore 24 Jul 2009 08:47:27 -0000 1.10
@@ -1,3 +1,3 @@
ui.bdc
ctrlr.rar
-sdlmess0132.zip
+sdlmess0133.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sdlmess.spec 21 Jun 2009 01:31:34 -0000 1.11
+++ sdlmess.spec 24 Jul 2009 08:47:27 -0000 1.12
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0132
+Version: 0133
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -52,6 +52,8 @@
Group: Applications/Emulators
Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
%description data
%{summary}.
@@ -202,6 +204,10 @@
%changelog
+* Fri Jul 24 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
+- Updated to 0.133
+- Made the -data subpackage noarch
+
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 21 Jun 2009 01:31:34 -0000 1.9
+++ sources 24 Jul 2009 08:47:27 -0000 1.10
@@ -1,3 +1,3 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
-0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
+bd847771a11343d2efb75335b973d646 sdlmess0133.zip
15 years, 4 months
rpms/transcode/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 transcode.spec, 1.16, 1.17 transcode-1.1.1-textrel.patch, 1.1, NONE
by David Juran
Author: juran
Update of /cvs/free/rpms/transcode/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17842
Modified Files:
.cvsignore sources transcode.spec
Removed Files:
transcode-1.1.1-textrel.patch
Log Message:
Update to 1.1.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 5 Jul 2009 10:07:11 -0000 1.8
+++ .cvsignore 23 Jul 2009 18:10:35 -0000 1.9
@@ -1 +1 @@
-transcode-1.1.2.tar.bz2
+transcode-1.1.3.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 5 Jul 2009 10:07:11 -0000 1.8
+++ sources 23 Jul 2009 18:10:35 -0000 1.9
@@ -1 +1 @@
-753f7ee4ae154aac1527ceda9d085e65 transcode-1.1.2.tar.bz2
+9e6d73f6fedff320d0f25feaa4f464a1 transcode-1.1.3.tar.bz2
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- transcode.spec 5 Jul 2009 10:07:11 -0000 1.16
+++ transcode.spec 23 Jul 2009 18:10:35 -0000 1.17
@@ -6,7 +6,7 @@
%define pvmdir %{_datadir}/pvm3
Name: transcode
-Version: 1.1.2
+Version: 1.1.3
Release: 1%{?dist}
Summary: Video stream processing tool
@@ -16,7 +16,6 @@
Source0: http://prdownload.berlios.de/tcforge/%{name}-%{version}.tar.bz2
Patch0: %{name}-pvmbin.patch
Patch3: transcode-1.0.4.external_dv.patch
-Patch4: transcode-1.1.1-textrel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -68,7 +67,7 @@
%setup -q
%patch0 -p1 -b .pvmbin
%patch3 -p1 -b .external_dv
-%patch4 -p1 -b .textrel
+
rm filter/preview/dv_types.h
rm import/v4l/videodev.h
rm import/v4l/videodev2.h
@@ -138,6 +137,9 @@
%changelog
+* Tue Jul 21 2009 David Juran <david(a)juran.se> - 1.1.3-1
+- Update to 1.1.3
+
* Sun Jul 5 2009 David Juran <david(a)juran.se> - 1.1.2-1
- Update to 1.1.2
- Fix rpmlint errors
--- transcode-1.1.1-textrel.patch DELETED ---
15 years, 4 months
rpms/sdlmame-data-samples/F-10 .cvsignore, 1.2, 1.3 sdlmame-data-samples.spec, 1.3, 1.4 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16047
Modified Files:
.cvsignore sdlmame-data-samples.spec sources
Log Message:
* Wed Jul 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
- Added barrier, safarir and starhawk
- Split the source into individual files in order to make updating easier
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Jul 2008 11:20:14 -0000 1.2
+++ .cvsignore 22 Jul 2009 12:32:07 -0000 1.3
@@ -1 +1,57 @@
-sdlmame-samples.tar
+armora.zip
+astrob.zip
+astrof.zip
+barrier.zip
+battles.zip
+blockade.zip
+buckrog.zip
+carnival.zip
+circus.zip
+congo.zip
+cosmica.zip
+cosmicg.zip
+depthch.zip
+elim2.zip
+fantasy.zip
+frogs.zip
+gaplus.zip
+gorf.zip
+gridlee.zip
+invaders.zip
+invinco.zip
+journey.zip
+lrescue.zip
+monsterb.zip
+natodef.zip
+panic.zip
+pulsar.zip
+qbert.zip
+rallyx.zip
+reactor.zip
+ripoff.zip
+safarir.zip
+sasuke.zip
+seawolf.zip
+sharkatt.zip
+solarq.zip
+spacefb.zip
+spaceod.zip
+spacewar.zip
+spacfury.zip
+starcas.zip
+starcrus.zip
+starhawk.zip
+subroc3d.zip
+sundance.zip
+tailg.zip
+tankbatt.zip
+targ.zip
+thehand.zip
+thief.zip
+triplhnt.zip
+turbo.zip
+vanguard.zip
+warrior.zip
+wow.zip
+zaxxon.zip
+zektor.zip
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-10/sdlmame-data-samples.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sdlmame-data-samples.spec 9 Mar 2009 11:04:51 -0000 1.3
+++ sdlmame-data-samples.spec 22 Jul 2009 12:32:07 -0000 1.4
@@ -1,17 +1,73 @@
Name: sdlmame-data-samples
-Version: 0129
+Version: 0133
Release: 1%{?dist}
Summary: Sound samples for the SDLMAME package
Group: Amusements/Games
License: Distributable
URL: http://samples.mameworld.info
-Source0: sdlmame-samples.tar
+Source01: armora.zip
+Source02: astrob.zip
+Source03: astrof.zip
+Source04: barrier.zip
+Source05: battles.zip
+Source06: blockade.zip
+Source07: buckrog.zip
+Source08: carnival.zip
+Source09: circus.zip
+Source10: congo.zip
+Source11: cosmica.zip
+Source12: cosmicg.zip
+Source13: depthch.zip
+Source14: elim2.zip
+Source15: fantasy.zip
+Source16: frogs.zip
+Source17: gaplus.zip
+Source18: gorf.zip
+Source19: gridlee.zip
+Source20: invaders.zip
+Source21: invinco.zip
+Source22: journey.zip
+Source23: lrescue.zip
+Source24: monsterb.zip
+Source25: natodef.zip
+Source26: panic.zip
+Source27: pulsar.zip
+Source28: qbert.zip
+Source29: rallyx.zip
+Source30: reactor.zip
+Source31: ripoff.zip
+Source32: safarir.zip
+Source33: sasuke.zip
+Source34: seawolf.zip
+Source35: sharkatt.zip
+Source36: solarq.zip
+Source37: spacefb.zip
+Source38: spaceod.zip
+Source39: spacewar.zip
+Source40: spacfury.zip
+Source41: starcas.zip
+Source42: starcrus.zip
+Source43: starhawk.zip
+Source44: subroc3d.zip
+Source45: sundance.zip
+Source46: tailg.zip
+Source47: tankbatt.zip
+Source48: targ.zip
+Source49: thehand.zip
+Source50: thief.zip
+Source51: triplhnt.zip
+Source52: turbo.zip
+Source53: vanguard.zip
+Source54: warrior.zip
+Source55: wow.zip
+Source56: zaxxon.zip
+Source57: zektor.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-Requires: sdlmame >= 0129
+Requires: sdlmame >= 0133
%description
%{summary}.
@@ -27,8 +83,9 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
-tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mame/samples \
- --file %{SOURCE0}
+for sample in %{sources}
+do install -pm 644 $sample $RPM_BUILD_ROOT%{_datadir}/mame/samples
+done
%clean
@@ -41,6 +98,13 @@
%changelog
+* Wed Jul 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
+- Added barrier, safarir and starhawk
+- Split the source into individual files in order to make updating easier
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0129-2
+- rebuild for new F11 features
+
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-1
- Added cosmica
- Updated the URL
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 9 Mar 2009 11:04:51 -0000 1.3
+++ sources 22 Jul 2009 12:32:07 -0000 1.4
@@ -1 +1,57 @@
-5f05530db3c6b260cbe9bd9f8832da83 sdlmame-samples.tar
+bfae96823240997012ea42c120474921 armora.zip
+f747135b4460a5ee471c09655a91c091 astrob.zip
+a6803486e18779df83b44058ba27b9a6 astrof.zip
+f5233e408f0bbc2846c74e1606c2f275 barrier.zip
+9dd52792c7bed3a52eccbea5b95e95a5 battles.zip
+6540920915753bede3a6d0d84e445455 blockade.zip
+b1bdf3842587bd5514ec45a0091ed4a3 buckrog.zip
+1ac5a6d4256872ad3c41d287a0cec4f0 carnival.zip
+4ba22b9f76755813f2e74e4818322d2b circus.zip
+5373b3edf8c1fc134c8a36ae99c7331c congo.zip
+5e73c0848a4fcc9db45472cd0b5370f8 cosmica.zip
+4d3c0d2c783c880143e5222ef0ee859a cosmicg.zip
+5bd29923f1eb28b0c20dbf2e22d8d6a9 depthch.zip
+2993e52bfb0acf40801efb280fd7cde6 elim2.zip
+d34ac5405908e88c9c8170536ba9d1ad fantasy.zip
+c0c10d07da7eab986aa280f0d234dbbf frogs.zip
+b360fea467a737903a30040df2ad15ea gaplus.zip
+5d96fba55bdc0dd70f5d0c595948b3fa gorf.zip
+ec0ce97c11bb186477978126fe5a1da4 gridlee.zip
+d166674874e81bd45528a4aac3666f86 invaders.zip
+e027e6b12508dfeeeb9350aaf5533e76 invinco.zip
+59b44f2fd81a19c4248dd18ed01147d1 journey.zip
+00242fdb01418474c11755558253c1ca lrescue.zip
+8870c983c29cc9ca1e7387081e0201ee monsterb.zip
+615d6c36c656ad0d5dae6e9c59e7b421 natodef.zip
+f8b060da1fc6a0fa68ebee333a280a9e panic.zip
+538f323105c9c84119b63e2208ba11f4 pulsar.zip
+37d67019a4d25704ffca47e0a9874a57 qbert.zip
+a6c5b0d5b5196776b65f4f356f2ab9c0 rallyx.zip
+026623c9bbe67e691ac1aed2403aa0f8 reactor.zip
+22577132869566b333f21b01fc8309d3 ripoff.zip
+923f65bda3114c62806f9929fee881f0 safarir.zip
+1fdabdf72326b4f2992666c915f60e55 sasuke.zip
+9dcad5e656a6648e25cc6c127692279b seawolf.zip
+d7894644ce50307307370abbd601fd37 sharkatt.zip
+99b24710589e96574220fcfba1319efc solarq.zip
+d6c83b0e9345ce54be55061e0385cf89 spacefb.zip
+3a0224c0102ecbc6c7a273e944a923d3 spaceod.zip
+54ee32a14b7fc34d0b5ada3b9acb1fbc spacewar.zip
+66eb8d1ff44f38eeec0fb642bcb4fd59 spacfury.zip
+4a4fb62fa95d3be5f663e485e2fc543d starcas.zip
+26643b2e7aba8b24ef75ef1f00456d8a starcrus.zip
+60bf620f4ada90fd599362b68c175901 starhawk.zip
+06c539451d7fee41d5cd2ebf082eb34f subroc3d.zip
+c45ebfa8281d0747ca00df592ce56dd1 sundance.zip
+45cb7c2f78a752ed88b40ea95c31eddf tailg.zip
+1fae13070bd5d5a67120eb241c625b3b tankbatt.zip
+1460a5fdeb413e43a72e45b34af811f3 targ.zip
+0f2dfde3ded691336cdc95fbc64c38fb thehand.zip
+900576e3f3006373c11f584f23dc52a8 thief.zip
+623832dee9e3c43a14d586bb082e787d triplhnt.zip
+70f053d139e4b464c7d896bff3d63534 turbo.zip
+407e832df7dacb0c739cccd6b54247b3 vanguard.zip
+5ee0d3efbaefbbad14fece6834253784 warrior.zip
+400406654e6b84b3586ae702fc6b479f wow.zip
+aaff1c024a7741298e00c8ce471f951f zaxxon.zip
+7045581e0bcf0c6da6dbbe78563ed891 zektor.zip
15 years, 4 months
rpms/sdlmame-data-samples/F-11 .cvsignore, 1.2, 1.3 sdlmame-data-samples.spec, 1.4, 1.5 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15945
Modified Files:
.cvsignore sdlmame-data-samples.spec sources
Log Message:
* Wed Jul 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
- Added barrier, safarir and starhawk
- Split the source into individual files in order to make updating easier
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Jul 2008 11:20:14 -0000 1.2
+++ .cvsignore 22 Jul 2009 12:31:58 -0000 1.3
@@ -1 +1,57 @@
-sdlmame-samples.tar
+armora.zip
+astrob.zip
+astrof.zip
+barrier.zip
+battles.zip
+blockade.zip
+buckrog.zip
+carnival.zip
+circus.zip
+congo.zip
+cosmica.zip
+cosmicg.zip
+depthch.zip
+elim2.zip
+fantasy.zip
+frogs.zip
+gaplus.zip
+gorf.zip
+gridlee.zip
+invaders.zip
+invinco.zip
+journey.zip
+lrescue.zip
+monsterb.zip
+natodef.zip
+panic.zip
+pulsar.zip
+qbert.zip
+rallyx.zip
+reactor.zip
+ripoff.zip
+safarir.zip
+sasuke.zip
+seawolf.zip
+sharkatt.zip
+solarq.zip
+spacefb.zip
+spaceod.zip
+spacewar.zip
+spacfury.zip
+starcas.zip
+starcrus.zip
+starhawk.zip
+subroc3d.zip
+sundance.zip
+tailg.zip
+tankbatt.zip
+targ.zip
+thehand.zip
+thief.zip
+triplhnt.zip
+turbo.zip
+vanguard.zip
+warrior.zip
+wow.zip
+zaxxon.zip
+zektor.zip
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-11/sdlmame-data-samples.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmame-data-samples.spec 29 Mar 2009 15:14:10 -0000 1.4
+++ sdlmame-data-samples.spec 22 Jul 2009 12:31:58 -0000 1.5
@@ -1,17 +1,73 @@
Name: sdlmame-data-samples
-Version: 0129
-Release: 2%{?dist}
+Version: 0133
+Release: 1%{?dist}
Summary: Sound samples for the SDLMAME package
Group: Amusements/Games
License: Distributable
URL: http://samples.mameworld.info
-Source0: sdlmame-samples.tar
+Source01: armora.zip
+Source02: astrob.zip
+Source03: astrof.zip
+Source04: barrier.zip
+Source05: battles.zip
+Source06: blockade.zip
+Source07: buckrog.zip
+Source08: carnival.zip
+Source09: circus.zip
+Source10: congo.zip
+Source11: cosmica.zip
+Source12: cosmicg.zip
+Source13: depthch.zip
+Source14: elim2.zip
+Source15: fantasy.zip
+Source16: frogs.zip
+Source17: gaplus.zip
+Source18: gorf.zip
+Source19: gridlee.zip
+Source20: invaders.zip
+Source21: invinco.zip
+Source22: journey.zip
+Source23: lrescue.zip
+Source24: monsterb.zip
+Source25: natodef.zip
+Source26: panic.zip
+Source27: pulsar.zip
+Source28: qbert.zip
+Source29: rallyx.zip
+Source30: reactor.zip
+Source31: ripoff.zip
+Source32: safarir.zip
+Source33: sasuke.zip
+Source34: seawolf.zip
+Source35: sharkatt.zip
+Source36: solarq.zip
+Source37: spacefb.zip
+Source38: spaceod.zip
+Source39: spacewar.zip
+Source40: spacfury.zip
+Source41: starcas.zip
+Source42: starcrus.zip
+Source43: starhawk.zip
+Source44: subroc3d.zip
+Source45: sundance.zip
+Source46: tailg.zip
+Source47: tankbatt.zip
+Source48: targ.zip
+Source49: thehand.zip
+Source50: thief.zip
+Source51: triplhnt.zip
+Source52: turbo.zip
+Source53: vanguard.zip
+Source54: warrior.zip
+Source55: wow.zip
+Source56: zaxxon.zip
+Source57: zektor.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-Requires: sdlmame >= 0129
+Requires: sdlmame >= 0133
%description
%{summary}.
@@ -27,8 +83,9 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
-tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mame/samples \
- --file %{SOURCE0}
+for sample in %{sources}
+do install -pm 644 $sample $RPM_BUILD_ROOT%{_datadir}/mame/samples
+done
%clean
@@ -41,6 +98,10 @@
%changelog
+* Wed Jul 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
+- Added barrier, safarir and starhawk
+- Split the source into individual files in order to make updating easier
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0129-2
- rebuild for new F11 features
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 9 Mar 2009 11:04:45 -0000 1.3
+++ sources 22 Jul 2009 12:31:58 -0000 1.4
@@ -1 +1,57 @@
-5f05530db3c6b260cbe9bd9f8832da83 sdlmame-samples.tar
+bfae96823240997012ea42c120474921 armora.zip
+f747135b4460a5ee471c09655a91c091 astrob.zip
+a6803486e18779df83b44058ba27b9a6 astrof.zip
+f5233e408f0bbc2846c74e1606c2f275 barrier.zip
+9dd52792c7bed3a52eccbea5b95e95a5 battles.zip
+6540920915753bede3a6d0d84e445455 blockade.zip
+b1bdf3842587bd5514ec45a0091ed4a3 buckrog.zip
+1ac5a6d4256872ad3c41d287a0cec4f0 carnival.zip
+4ba22b9f76755813f2e74e4818322d2b circus.zip
+5373b3edf8c1fc134c8a36ae99c7331c congo.zip
+5e73c0848a4fcc9db45472cd0b5370f8 cosmica.zip
+4d3c0d2c783c880143e5222ef0ee859a cosmicg.zip
+5bd29923f1eb28b0c20dbf2e22d8d6a9 depthch.zip
+2993e52bfb0acf40801efb280fd7cde6 elim2.zip
+d34ac5405908e88c9c8170536ba9d1ad fantasy.zip
+c0c10d07da7eab986aa280f0d234dbbf frogs.zip
+b360fea467a737903a30040df2ad15ea gaplus.zip
+5d96fba55bdc0dd70f5d0c595948b3fa gorf.zip
+ec0ce97c11bb186477978126fe5a1da4 gridlee.zip
+d166674874e81bd45528a4aac3666f86 invaders.zip
+e027e6b12508dfeeeb9350aaf5533e76 invinco.zip
+59b44f2fd81a19c4248dd18ed01147d1 journey.zip
+00242fdb01418474c11755558253c1ca lrescue.zip
+8870c983c29cc9ca1e7387081e0201ee monsterb.zip
+615d6c36c656ad0d5dae6e9c59e7b421 natodef.zip
+f8b060da1fc6a0fa68ebee333a280a9e panic.zip
+538f323105c9c84119b63e2208ba11f4 pulsar.zip
+37d67019a4d25704ffca47e0a9874a57 qbert.zip
+a6c5b0d5b5196776b65f4f356f2ab9c0 rallyx.zip
+026623c9bbe67e691ac1aed2403aa0f8 reactor.zip
+22577132869566b333f21b01fc8309d3 ripoff.zip
+923f65bda3114c62806f9929fee881f0 safarir.zip
+1fdabdf72326b4f2992666c915f60e55 sasuke.zip
+9dcad5e656a6648e25cc6c127692279b seawolf.zip
+d7894644ce50307307370abbd601fd37 sharkatt.zip
+99b24710589e96574220fcfba1319efc solarq.zip
+d6c83b0e9345ce54be55061e0385cf89 spacefb.zip
+3a0224c0102ecbc6c7a273e944a923d3 spaceod.zip
+54ee32a14b7fc34d0b5ada3b9acb1fbc spacewar.zip
+66eb8d1ff44f38eeec0fb642bcb4fd59 spacfury.zip
+4a4fb62fa95d3be5f663e485e2fc543d starcas.zip
+26643b2e7aba8b24ef75ef1f00456d8a starcrus.zip
+60bf620f4ada90fd599362b68c175901 starhawk.zip
+06c539451d7fee41d5cd2ebf082eb34f subroc3d.zip
+c45ebfa8281d0747ca00df592ce56dd1 sundance.zip
+45cb7c2f78a752ed88b40ea95c31eddf tailg.zip
+1fae13070bd5d5a67120eb241c625b3b tankbatt.zip
+1460a5fdeb413e43a72e45b34af811f3 targ.zip
+0f2dfde3ded691336cdc95fbc64c38fb thehand.zip
+900576e3f3006373c11f584f23dc52a8 thief.zip
+623832dee9e3c43a14d586bb082e787d triplhnt.zip
+70f053d139e4b464c7d896bff3d63534 turbo.zip
+407e832df7dacb0c739cccd6b54247b3 vanguard.zip
+5ee0d3efbaefbbad14fece6834253784 warrior.zip
+400406654e6b84b3586ae702fc6b479f wow.zip
+aaff1c024a7741298e00c8ce471f951f zaxxon.zip
+7045581e0bcf0c6da6dbbe78563ed891 zektor.zip
15 years, 4 months
rpms/sdlmame-data-samples/devel .cvsignore, 1.2, 1.3 sdlmame-data-samples.spec, 1.4, 1.5 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data-samples/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15837
Modified Files:
.cvsignore sdlmame-data-samples.spec sources
Log Message:
* Wed Jul 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
- Added barrier, safarir and starhawk
- Split the source into individual files in order to make updating easier
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 11 Jul 2008 11:20:14 -0000 1.2
+++ .cvsignore 22 Jul 2009 12:31:49 -0000 1.3
@@ -1 +1,57 @@
-sdlmame-samples.tar
+armora.zip
+astrob.zip
+astrof.zip
+barrier.zip
+battles.zip
+blockade.zip
+buckrog.zip
+carnival.zip
+circus.zip
+congo.zip
+cosmica.zip
+cosmicg.zip
+depthch.zip
+elim2.zip
+fantasy.zip
+frogs.zip
+gaplus.zip
+gorf.zip
+gridlee.zip
+invaders.zip
+invinco.zip
+journey.zip
+lrescue.zip
+monsterb.zip
+natodef.zip
+panic.zip
+pulsar.zip
+qbert.zip
+rallyx.zip
+reactor.zip
+ripoff.zip
+safarir.zip
+sasuke.zip
+seawolf.zip
+sharkatt.zip
+solarq.zip
+spacefb.zip
+spaceod.zip
+spacewar.zip
+spacfury.zip
+starcas.zip
+starcrus.zip
+starhawk.zip
+subroc3d.zip
+sundance.zip
+tailg.zip
+tankbatt.zip
+targ.zip
+thehand.zip
+thief.zip
+triplhnt.zip
+turbo.zip
+vanguard.zip
+warrior.zip
+wow.zip
+zaxxon.zip
+zektor.zip
Index: sdlmame-data-samples.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/devel/sdlmame-data-samples.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmame-data-samples.spec 29 Mar 2009 15:14:10 -0000 1.4
+++ sdlmame-data-samples.spec 22 Jul 2009 12:31:49 -0000 1.5
@@ -1,17 +1,73 @@
Name: sdlmame-data-samples
-Version: 0129
-Release: 2%{?dist}
+Version: 0133
+Release: 1%{?dist}
Summary: Sound samples for the SDLMAME package
Group: Amusements/Games
License: Distributable
URL: http://samples.mameworld.info
-Source0: sdlmame-samples.tar
+Source01: armora.zip
+Source02: astrob.zip
+Source03: astrof.zip
+Source04: barrier.zip
+Source05: battles.zip
+Source06: blockade.zip
+Source07: buckrog.zip
+Source08: carnival.zip
+Source09: circus.zip
+Source10: congo.zip
+Source11: cosmica.zip
+Source12: cosmicg.zip
+Source13: depthch.zip
+Source14: elim2.zip
+Source15: fantasy.zip
+Source16: frogs.zip
+Source17: gaplus.zip
+Source18: gorf.zip
+Source19: gridlee.zip
+Source20: invaders.zip
+Source21: invinco.zip
+Source22: journey.zip
+Source23: lrescue.zip
+Source24: monsterb.zip
+Source25: natodef.zip
+Source26: panic.zip
+Source27: pulsar.zip
+Source28: qbert.zip
+Source29: rallyx.zip
+Source30: reactor.zip
+Source31: ripoff.zip
+Source32: safarir.zip
+Source33: sasuke.zip
+Source34: seawolf.zip
+Source35: sharkatt.zip
+Source36: solarq.zip
+Source37: spacefb.zip
+Source38: spaceod.zip
+Source39: spacewar.zip
+Source40: spacfury.zip
+Source41: starcas.zip
+Source42: starcrus.zip
+Source43: starhawk.zip
+Source44: subroc3d.zip
+Source45: sundance.zip
+Source46: tailg.zip
+Source47: tankbatt.zip
+Source48: targ.zip
+Source49: thehand.zip
+Source50: thief.zip
+Source51: triplhnt.zip
+Source52: turbo.zip
+Source53: vanguard.zip
+Source54: warrior.zip
+Source55: wow.zip
+Source56: zaxxon.zip
+Source57: zektor.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-Requires: sdlmame >= 0129
+Requires: sdlmame >= 0133
%description
%{summary}.
@@ -27,8 +83,9 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_datadir}/mame/samples
-tar --extract --directory $RPM_BUILD_ROOT%{_datadir}/mame/samples \
- --file %{SOURCE0}
+for sample in %{sources}
+do install -pm 644 $sample $RPM_BUILD_ROOT%{_datadir}/mame/samples
+done
%clean
@@ -41,6 +98,10 @@
%changelog
+* Wed Jul 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-1
+- Added barrier, safarir and starhawk
+- Split the source into individual files in order to make updating easier
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0129-2
- rebuild for new F11 features
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data-samples/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 9 Mar 2009 11:04:45 -0000 1.3
+++ sources 22 Jul 2009 12:31:49 -0000 1.4
@@ -1 +1,57 @@
-5f05530db3c6b260cbe9bd9f8832da83 sdlmame-samples.tar
+bfae96823240997012ea42c120474921 armora.zip
+f747135b4460a5ee471c09655a91c091 astrob.zip
+a6803486e18779df83b44058ba27b9a6 astrof.zip
+f5233e408f0bbc2846c74e1606c2f275 barrier.zip
+9dd52792c7bed3a52eccbea5b95e95a5 battles.zip
+6540920915753bede3a6d0d84e445455 blockade.zip
+b1bdf3842587bd5514ec45a0091ed4a3 buckrog.zip
+1ac5a6d4256872ad3c41d287a0cec4f0 carnival.zip
+4ba22b9f76755813f2e74e4818322d2b circus.zip
+5373b3edf8c1fc134c8a36ae99c7331c congo.zip
+5e73c0848a4fcc9db45472cd0b5370f8 cosmica.zip
+4d3c0d2c783c880143e5222ef0ee859a cosmicg.zip
+5bd29923f1eb28b0c20dbf2e22d8d6a9 depthch.zip
+2993e52bfb0acf40801efb280fd7cde6 elim2.zip
+d34ac5405908e88c9c8170536ba9d1ad fantasy.zip
+c0c10d07da7eab986aa280f0d234dbbf frogs.zip
+b360fea467a737903a30040df2ad15ea gaplus.zip
+5d96fba55bdc0dd70f5d0c595948b3fa gorf.zip
+ec0ce97c11bb186477978126fe5a1da4 gridlee.zip
+d166674874e81bd45528a4aac3666f86 invaders.zip
+e027e6b12508dfeeeb9350aaf5533e76 invinco.zip
+59b44f2fd81a19c4248dd18ed01147d1 journey.zip
+00242fdb01418474c11755558253c1ca lrescue.zip
+8870c983c29cc9ca1e7387081e0201ee monsterb.zip
+615d6c36c656ad0d5dae6e9c59e7b421 natodef.zip
+f8b060da1fc6a0fa68ebee333a280a9e panic.zip
+538f323105c9c84119b63e2208ba11f4 pulsar.zip
+37d67019a4d25704ffca47e0a9874a57 qbert.zip
+a6c5b0d5b5196776b65f4f356f2ab9c0 rallyx.zip
+026623c9bbe67e691ac1aed2403aa0f8 reactor.zip
+22577132869566b333f21b01fc8309d3 ripoff.zip
+923f65bda3114c62806f9929fee881f0 safarir.zip
+1fdabdf72326b4f2992666c915f60e55 sasuke.zip
+9dcad5e656a6648e25cc6c127692279b seawolf.zip
+d7894644ce50307307370abbd601fd37 sharkatt.zip
+99b24710589e96574220fcfba1319efc solarq.zip
+d6c83b0e9345ce54be55061e0385cf89 spacefb.zip
+3a0224c0102ecbc6c7a273e944a923d3 spaceod.zip
+54ee32a14b7fc34d0b5ada3b9acb1fbc spacewar.zip
+66eb8d1ff44f38eeec0fb642bcb4fd59 spacfury.zip
+4a4fb62fa95d3be5f663e485e2fc543d starcas.zip
+26643b2e7aba8b24ef75ef1f00456d8a starcrus.zip
+60bf620f4ada90fd599362b68c175901 starhawk.zip
+06c539451d7fee41d5cd2ebf082eb34f subroc3d.zip
+c45ebfa8281d0747ca00df592ce56dd1 sundance.zip
+45cb7c2f78a752ed88b40ea95c31eddf tailg.zip
+1fae13070bd5d5a67120eb241c625b3b tankbatt.zip
+1460a5fdeb413e43a72e45b34af811f3 targ.zip
+0f2dfde3ded691336cdc95fbc64c38fb thehand.zip
+900576e3f3006373c11f584f23dc52a8 thief.zip
+623832dee9e3c43a14d586bb082e787d triplhnt.zip
+70f053d139e4b464c7d896bff3d63534 turbo.zip
+407e832df7dacb0c739cccd6b54247b3 vanguard.zip
+5ee0d3efbaefbbad14fece6834253784 warrior.zip
+400406654e6b84b3586ae702fc6b479f wow.zip
+aaff1c024a7741298e00c8ce471f951f zaxxon.zip
+7045581e0bcf0c6da6dbbe78563ed891 zektor.zip
15 years, 4 months