Author: laxathom
Update of /cvs/free/rpms/lxdream/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28657/F-8
Modified Files:
lxdream.spec
Removed Files:
README_lxdream.dribble
Log Message:
Update files and rebuild for rpmfusion
Index: lxdream.spec
===================================================================
RCS file: /cvs/free/rpms/lxdream/F-8/lxdream.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxdream.spec 4 Sep 2008 12:10:12 -0000 1.1
+++ lxdream.spec 12 Sep 2008 06:50:19 -0000 1.2
@@ -1,6 +1,6 @@
Name: lxdream
Version: 0.8.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Sega Dreamcast emulator
Group: Applications/Emulators
License: GPLv2+
@@ -37,19 +37,6 @@
# Create icon
convert -scale 128 pixmaps/dcemu.gif %{name}.png
-# Build desktop icon
-cat >%{name}.desktop <<EOF
-[Desktop Entry]
-Encoding=UTF-8
-Name=LxDream
-GenericName=Sega Dreamcast Emulator
-Comment=%{summary}
-Exec=%{name}
-Icon=%{name}
-Terminal=false
-Type=Application
-Categories=Game;Emulator;
-EOF
%install
@@ -62,7 +49,7 @@
#Find locales
%find_lang %{name}
-desktop-file-install --vendor dribble \
+desktop-file-install --vendor "" \
--dir %{buildroot}%{_datadir}/applications \
%{name}.desktop
@@ -89,13 +76,16 @@
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
-%{_datadir}/applications/dribble-%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
%config(noreplace) %{_sysconfdir}/%{name}rc
%doc RELEASE_NOTES STATUS CREDITS COPYING ChangeLog README.dribble
%exclude %{_datadir}/pixmaps/%{name}/dcemu.gif
%changelog
+* Fri Sep 12 2008 Xavier Lamien <
lxtnow[at]gmail.com - 0.8.3-4
+- Update files and rebuild for rpmfusion inclusion.
+
* Wed Mar 05 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.3-3
- Exclusivearch x86/x86_64 for the moment. Others seem broken.
@@ -106,4 +96,4 @@
- Upgrade to 0.8.3
* Wed Jan 09 2008 Ian Chapman <packages[AT]amiga-hardware.com> 0.8.2-1
-- Initial release
\ No newline at end of file
+- Initial release
--- README_lxdream.dribble DELETED ---