Author: laxathom
Update of /cvs/nonfree/rpms/raine/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7836/devel
Modified Files:
raine.spec
Added Files:
raine.desktop
Log Message:
Update files and rebuild for rpmfusion
--- NEW FILE raine.desktop ---
[Desktop Entry]
Name=Raine
GenericName=Arcade Emulator
Comment=Arcade emulator focused on Taito and Jaleco games hardware
Exec=raine
Icon=raine
Terminal=false
Type=Application
StartupNotify=false
Categories=Game;Emulator;
Index: raine.spec
===================================================================
RCS file: /cvs/nonfree/rpms/raine/devel/raine.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- raine.spec 4 Sep 2008 11:23:41 -0000 1.1
+++ raine.spec 14 Sep 2008 21:51:07 -0000 1.2
@@ -1,11 +1,12 @@
Name: raine
Version: 0.50.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Arcade emulator focused on Taito and Jaleco games hardware
Group: Applications/Emulators
License: GPL+ and Distributable
URL:
http://www.rainemu.com
Source0:
http://www.rainemu.com/html/archive/raines-%{version}.tar.bz2
+Source1: %{name}.desktop
Patch0: %{name}-0.50.3-makefile.patch
Patch1: %{name}-0.50.3-fixdatadirloc.patch
Patch2: %{name}-0.50.3-fixcustomcursor.patch
@@ -52,21 +53,6 @@
%build
make %{?_smp_mflags} RPMFLAGS="%{optflags} -fno-strict-aliasing"
-# Build desktop icon
-cat >%{name}.desktop <<EOF
-[Desktop Entry]
-Encoding=UTF-8
-Name=Raine
-GenericName=Arcade Emulator
-Comment=%{summary}
-Exec=%{name}
-Icon=%{name}
-Terminal=false
-Type=Application
-StartupNotify=false
-Categories=Game;Emulator;
-EOF
-
%install
rm -rf %{buildroot}
@@ -77,7 +63,7 @@
desktop-file-install --vendor dribble \
--dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
+ %{SOURCE1}
%clean
@@ -115,6 +101,9 @@
%changelog
+* Sun Sep 14 2008 Xavier Lamien <lxtnow[at]gmail.com> - 0.50.11-2
+- Update files and rebuild for RPM fusion.
+
* Tue Mar 25 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.50.11-1
- Upgrade to 0.50.11
- Dropped changes/* and now include the general changelog
@@ -156,4 +145,4 @@
- Added SELinux context changes due to executable stack & data segment
* Fri Oct 06 2006 Ian Chapman <packages[AT]amiga-hardware.com> 0.43.4-1
-- Initial Release
\ No newline at end of file
+- Initial Release