[Nestopia] Updated to new upstream release Added AppData from Debian
by Andrea Musuruane
commit c309839e20e718fde5b32142da04388734a99386
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sun Oct 22 09:48:51 2017 +0200
Updated to new upstream release
Added AppData from Debian
.gitignore | 1 +
Nestopia-1.47-buildflags.patch | 20 ---------
Nestopia-1.47-format-security.patch | 13 ------
Nestopia-1.47-install-location.patch | 32 --------------
Nestopia-1.47-use-system-nes_ntsc.patch | 35 ---------------
Nestopia-1.47-use-system-zlib.patch | 14 ------
Nestopia-1.48-use-system-nes_ntsc.patch | 42 ++++++++++++++++++
Nestopia.spec | 78 ++++++++++++++-------------------
nestopia.appdata.xml | 25 +++++++++++
sources | 2 +-
10 files changed, 101 insertions(+), 161 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3189e2e..a9fd0b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
nestopia-1.45.tgz
/nestopia-1.47.tgz
+/nestopia-1.48.tar.gz
diff --git a/Nestopia-1.48-use-system-nes_ntsc.patch b/Nestopia-1.48-use-system-nes_ntsc.patch
new file mode 100644
index 0000000..7be28c5
--- /dev/null
+++ b/Nestopia-1.48-use-system-nes_ntsc.patch
@@ -0,0 +1,42 @@
+diff -durN nestopia-1.48.orig/Makefile.am nestopia-1.48/Makefile.am
+--- nestopia-1.48.orig/Makefile.am 2017-09-03 22:32:25.000000000 +0200
++++ nestopia-1.48/Makefile.am 2017-10-21 18:57:22.632895583 +0200
+@@ -8,6 +8,7 @@
+
+ nestopia_CPPFLAGS = \
+ -I$(top_srcdir)/source \
++ -I$(top_srcdir)/source/nes_ntsc \
+ -DDATADIR=\"$(datadir)/nestopia\" \
+ -DDATAROOTDIR=\"$(datarootdir)\" \
+ -DNST_PRAGMA_ONCE \
+@@ -18,6 +19,7 @@
+ $(LIBEPOXY_CFLAGS)
+ nestopia_LDADD = \
+ $(ZLIB_LIBS) \
++ -lnes_ntsc \
+ $(LIBARCHIVE_LIBS) \
+ $(LIBAO_LIBS) \
+ $(SDL2_LIBS) \
+diff -durN nestopia-1.48.orig/source/core/NstVideoFilterNtscCfg.cpp nestopia-1.48/source/core/NstVideoFilterNtscCfg.cpp
+--- nestopia-1.48.orig/source/core/NstVideoFilterNtscCfg.cpp 2017-09-03 22:32:25.000000000 +0200
++++ nestopia-1.48/source/core/NstVideoFilterNtscCfg.cpp 2017-10-21 18:22:20.277346003 +0200
+@@ -34,7 +34,6 @@
+ #endif
+
+ #define NES_NTSC_NO_BLITTERS
+-#include "../nes_ntsc/nes_ntsc.inl"
+
+ #ifdef _MSC_VER
+ #pragma warning( pop )
+diff -durN nestopia-1.48.orig/source/core/NstVideoFilterNtsc.hpp nestopia-1.48/source/core/NstVideoFilterNtsc.hpp
+--- nestopia-1.48.orig/source/core/NstVideoFilterNtsc.hpp 2017-09-03 22:32:25.000000000 +0200
++++ nestopia-1.48/source/core/NstVideoFilterNtsc.hpp 2017-10-21 18:22:48.776599992 +0200
+@@ -25,7 +25,7 @@
+ #ifndef NST_VIDEO_FILTER_NTSC_H
+ #define NST_VIDEO_FILTER_NTSC_H
+
+-#include "../nes_ntsc/nes_ntsc.h"
++#include <nes_ntsc.h>
+
+ #ifdef NST_PRAGMA_ONCE
+ #pragma once
diff --git a/Nestopia.spec b/Nestopia.spec
index 9650767..4382cfc 100644
--- a/Nestopia.spec
+++ b/Nestopia.spec
@@ -1,35 +1,32 @@
%global realname nestopia
Name: Nestopia
-Version: 1.47
-Release: 3%{?dist}
+Version: 1.48
+Release: 1%{?dist}
Summary: A portable open source NES/Famicom emulator
License: GPLv2+
URL: http://0ldsk00l.ca/nestopia/
-Source0: http://downloads.sourceforge.net/nestopiaue/%{version}/%{realname}-%{vers...
+Source0: https://github.com/rdanbrook/%{realname}/archive/%{version}/%{realname}-%...
# Debian man page
Source1: %{realname}.6
-# Install to FHS-compliant locations and handle DESTDIR
-Patch0: %{name}-1.47-install-location.patch
-# Use a format specifier with gtk_message_dialog_new
-Patch1: %{name}-1.47-format-security.patch
-# Preserve externally-provided build flags
-Patch2: %{name}-1.47-buildflags.patch
-# Use system zlib
-Patch3: %{name}-1.47-use-system-zlib.patch
+# AppData from Debian
+Source2: %{realname}.appdata.xml
# Use system nes_ntsc
-Patch4: %{name}-1.47-use-system-nes_ntsc.patch
+Patch0: %{name}-1.48-use-system-nes_ntsc.patch
+BuildRequires: autoconf
+BuildRequires: autoconf-archive
+BuildRequires: automake
BuildRequires: gtk3-devel
BuildRequires: SDL2-devel
BuildRequires: libarchive-devel
BuildRequires: zlib-devel
-BuildRequires: mesa-libGL-devel
-BuildRequires: mesa-libGLU-devel
+BuildRequires: libepoxy-devel
BuildRequires: nes_ntsc-devel
BuildRequires: libao-devel
BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
%description
@@ -41,54 +38,38 @@ full support for software that do mid-scanline and other timing trickery.
%prep
%setup -q -n %{realname}-%{version}
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-
-# Link system nes_ntsc lib
-sed -i 's/ -lz/ -lz -lnes_ntsc/' Makefile
# Fix end-of-line encoding
-sed -i 's/\r//' changelog.txt
+sed -i 's/\r//' ChangeLog
# Remove bundled libs
-rm -rf source/zlib
-rm -rf source/nes_ntsc/{*.c,*.inl,demo_impl.h,nes_ntsc.h,nes_ntsc_impl.h}
+find source/nes_ntsc/ -type f -not -name "nes_ntsc_config.h" -delete
+
%build
-# Wordaround FTBFS with GCC 6
-%global optflags %{optflags} -std=gnu++98
+autoreconf -fvi
+%configure --disable-silent-rules
+%make_build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
-# It does not compile with smp_mflags
-make
%install
-export PREFIX="%{_prefix}"
-export BINDIR="%{_bindir}"
%make_install
+# Move docs to %%{_pkgdocdir}
+mv %{buildroot}%{_docdir}/%{realname} %{buildroot}%{_pkgdocdir}
+
# Validate desktop file
desktop-file-validate \
%{buildroot}%{_datadir}/applications/%{realname}.desktop
-# Move icon into %%{_datadir}/icons/hicolor/
-install -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
-mv %{buildroot}%{_datadir}/pixmaps/%{realname}.svg \
- %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
-
-# Install icons
-for i in 32 48 64 96 128; do
- install -d %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
- install -p -m 644 source/unix/icons/%{realname}${i}.png \
- %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{realname}.png
-done
-
# Install man page
install -d %{buildroot}%{_mandir}/man6
-install -p -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man6/
+install -p -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man6/
+
+# Install AppData file
+install -d %{buildroot}%{_datadir}/appdata
+install -p -m 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.xml
%post
@@ -110,12 +91,17 @@ fi
%{_bindir}/%{realname}
%{_datadir}/%{realname}
%{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/appdata/%{realname}.appdata.xml
%{_datadir}/applications/%{realname}.desktop
%{_mandir}/man6/*
%license COPYING
-%doc AUTHORS changelog.txt README.md README.unix readme.html
+%doc %{_pkgdocdir}
%changelog
+* Sat Oct 21 2017 Andrea Musuruane <musuruan(a)gmail.com> - 1.48-1
+- Updated to new upstream release
+- Added AppData from Debian
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.47-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/nestopia.appdata.xml b/nestopia.appdata.xml
new file mode 100644
index 0000000..2500731
--- /dev/null
+++ b/nestopia.appdata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>nestopia.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Nestopia</name>
+ <summary>Accurate NES emulator</summary>
+ <description>
+ <p>Nestopia is a cycle-accurate NES/Famicom emulator.
+ It has a high compatibility rate and support for
+ many peripherals and input devices.</p>
+ <p>Features:</p>
+ <ul>
+ <li>Save states</li>
+ <li>Movie recording</li>
+ <li>Game rewinding</li>
+ <li>GUI or command line interface</li>
+ <li>Emulation of NTSC, PAL, and Dendy systems</li>
+ <li>Support for NES Zapper games</li>
+ <li>Support for Famicom Disk System games</li>
+ </ul>
+ </description>
+ <url type="homepage">http://0ldsk00l.ca/nestopia/</url>
+ <url type="bugtracker">https://github.com/rdanbrook/nestopia/issues</url>
+</component>
diff --git a/sources b/sources
index 5ac330e..2e47723 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-426c22ba9d9f7a5ece227bbe1de25982 nestopia-1.47.tgz
+b88c026ed368d43cd90335a90e998982 nestopia-1.48.tar.gz
7 years, 1 month
[vagalume] Update to 0.8.6 (rfbz #4373)
by Leigh Scott
commit 3f8e7ae06a2e6411cb953e730732945a8dacb99b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Oct 21 13:23:38 2017 +0100
Update to 0.8.6 (rfbz #4373)
.gitignore | 1 +
sources | 2 +-
vagalume.spec | 48 ++++++++++++++++++++++++-----------------------
vagalumectl.desktop.patch | 13 +++++++------
4 files changed, 34 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19c4c97..b89cf1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
vagalume-0.8.5.tar.gz
+/vagalume-0.8.6.tar.gz
diff --git a/sources b/sources
index 0a85217..5c49995 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fba804c44ecb441bca92f499be9377e1 vagalume-0.8.5.tar.gz
+18cc4a935ddfb019791b1a64be2ab95e vagalume-0.8.6.tar.gz
diff --git a/vagalume.spec b/vagalume.spec
index 29332e8..73a8cb1 100644
--- a/vagalume.spec
+++ b/vagalume.spec
@@ -1,26 +1,26 @@
Name: vagalume
-Version: 0.8.5
-Release: 7%{?dist}
+Version: 0.8.6
+Release: 1%{?dist}
Summary: Last.fm client for GNOME and Maemo
Group: Applications/Multimedia
License: GPLv3
URL: http://vagalume.igalia.com/
-Source0: http://vagalume.igalia.com/files/source/vagalume-%{version}.tar.gz
+Source0: %url/files/source/vagalume-%{version}.tar.gz
Source1: vagalumectl.desktop.patch
BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(gstreamer-0.10)
-BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
+BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libproxy-1.0)
BuildRequires: intltool
-BuildRequires: desktop-file-utils gettext
+BuildRequires: desktop-file-utils
+BuildRequires: gettext
Requires: hicolor-icon-theme
-Requires: gstreamer-plugins-ugly
+Requires: gstreamer1-plugins-ugly
%description
@@ -57,13 +57,12 @@ sed -i 's|;Application;|;|' data/vagalume.desktop.in.in
%build
%configure
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-%find_lang %{name}
+%make_install
+
pushd $RPM_BUILD_ROOT%{_datadir}/applications
cp -p vagalume{,ctl}.desktop
cat %{SOURCE1} | patch -p0
@@ -71,35 +70,38 @@ desktop-file-validate vagalume.desktop
desktop-file-validate vagalumectl.desktop
popd
+%find_lang %{name}
%post
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
-/usr/bin/update-desktop-database &> /dev/null || :
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
%postun
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi
-/usr/bin/update-desktop-database &> /dev/null || :
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS NEWS README
+%license COPYING
%{_bindir}/vagalume*
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/vagalume.service
%{_datadir}/icons/hicolor/*/apps/vagalume.png
%{_datadir}/pixmaps/vagalume.*
-%{_datadir}/vagalume
+%{_datadir}/vagalume/
%{_mandir}/man*/*
%changelog
+* Sat Oct 21 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.8.6-1
+- Update to 0.8.6 (rfbz #4373)
+- Clean up spec file
+
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 0.8.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/vagalumectl.desktop.patch b/vagalumectl.desktop.patch
index 86e4f60..c54f000 100644
--- a/vagalumectl.desktop.patch
+++ b/vagalumectl.desktop.patch
@@ -1,13 +1,14 @@
--- vagalumectl.desktop.orig 2012-02-03 21:28:33.787260712 +0100
+++ vagalumectl.desktop 2012-02-03 21:29:02.187463104 +0100
-@@ -15,7 +15,9 @@
- Name[pt]=Cliente do Last.fm Vagalume
- Name[pt_BR]=Cliente do Last.fm Vagalume
- Name[ru]=Vagalume Last.fm клиент
--Exec=/usr/bin/vagalume
+@@ -30,8 +30,9 @@
+ X-GNOME-FullName[pt_BR]=Cliente do Last.fm Vagalume
+ X-GNOME-FullName[ru]=Vagalume Last.fm клиент
+ Keywords=Lastfm;Librefm;Music;Player;Radio;Internet;
+-Exec=/usr/bin/vagalume %u
+Exec=/usr/bin/vagalumectl playurl %u
Icon=vagalume
-+MimeType=x-scheme-handler/lastfm;
+ MimeType=x-scheme-handler/lastfm;
+OnlyShowIn=
X-Icon-path=/usr/share/pixmaps
X-Window-Icon=vagalume
+
7 years, 1 month
[fs-uae-launcher/f25] First import
by Andrea Musuruane
Summary of changes:
060ee42... First import (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[fs-uae-launcher/f26] First import
by Andrea Musuruane
Summary of changes:
060ee42... First import (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[fs-uae-launcher/f27] First import
by Andrea Musuruane
Summary of changes:
060ee42... First import (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 1 month
[fs-uae-launcher] First import
by Andrea Musuruane
commit 060ee42a5dc7e8487d33ada7e3bf7ed8fde36118
Author: Andrea Musuruane <musuruan(a)gmail.com>
Date: Sat Oct 21 10:47:39 2017 +0200
First import
.gitignore | 1 +
fs-uae-launcher-2.8.3-remove_inbuilt_six.patch | 16 +++
fs-uae-launcher.appdata.xml | 20 ++++
fs-uae-launcher.spec | 135 +++++++++++++++++++++++++
sources | 1 +
5 files changed, 173 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a1779ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fs-uae-launcher-2.8.3.tar.gz
diff --git a/fs-uae-launcher-2.8.3-remove_inbuilt_six.patch b/fs-uae-launcher-2.8.3-remove_inbuilt_six.patch
new file mode 100644
index 0000000..4607c4a
--- /dev/null
+++ b/fs-uae-launcher-2.8.3-remove_inbuilt_six.patch
@@ -0,0 +1,16 @@
+--- setup.py.orig 2017-01-08 20:48:56.000000000 +0100
++++ setup.py 2017-02-19 13:44:12.418726366 +0100
+@@ -33,7 +33,6 @@
+ "launcher": ".",
+ "OpenGL": ".",
+ "oyoyo": ".",
+- "six": ".",
+ "workspace": ".",
+ }
+ packages = sorted(package_map.keys())
+@@ -61,7 +60,6 @@
+ res_dirs.append('fsui/res')
+ res_dirs.append('launcher/res')
+ res_dirs.append('oyoyo/res')
+-res_dirs.append('six/res')
+ res_dirs.append('workspace/res')
diff --git a/fs-uae-launcher.appdata.xml b/fs-uae-launcher.appdata.xml
new file mode 100644
index 0000000..68ad476
--- /dev/null
+++ b/fs-uae-launcher.appdata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2017 Andrea Musuruane <musuruan(a)gmail.com -->
+<component type="desktop">
+ <id>abbaye.desktop</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>GPL-2.0+ and MIT</project_license>
+ <name>FS-UAE Launcher</name>
+ <summary>Graphical configuration frontend and launcher for FS-UAE</summary>
+ <description>
+ <p>
+ FS-UAE Launcher is a graphical configuration program and launcher for FS-UAE.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://fs-uae.net/images/fs-uae/front3.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://fs-uae.net/</url>
+</component>
diff --git a/fs-uae-launcher.spec b/fs-uae-launcher.spec
new file mode 100644
index 0000000..e8e6c03
--- /dev/null
+++ b/fs-uae-launcher.spec
@@ -0,0 +1,135 @@
+%global __python %{__python3}
+
+Name: fs-uae-launcher
+Version: 2.8.3
+Release: 4%{?dist}
+Summary: Graphical configuration frontend and launcher for FS-UAE
+
+# The entire source code is GPLv2+ except oyoyo which is MIT
+License: GPLv2+ and MIT
+URL: http://fs-uae.net/
+Source0: http://fs-uae.net/fs-uae/stable/%{version}/%{name}-%{version}.tar.gz
+Source1: %{name}.appdata.xml
+# Remove six python library
+# Patch from AUR linux
+# https://aur.archlinux.org/cgit/aur.git/tree/remove_inbuilt_six.patch?h=fs...
+Patch0: %{name}-2.8.3-remove_inbuilt_six.patch
+
+BuildArch: noarch
+
+BuildRequires: python3-devel
+BuildRequires: gettext
+BuildRequires: libappstream-glib
+BuildRequires: desktop-file-utils
+Requires: hicolor-icon-theme
+Requires: python3-qt5
+Requires: python3-six
+Requires: google-noto-sans-fonts
+Requires: google-roboto-fonts
+Requires: liberation-sans-fonts
+Requires: fs-uae = %{version}
+
+# oyoyo is not in Fedora
+Provides: bundled(python3-oyoyo) = 0.0.0
+
+%description
+FS-UAE Launcher is a graphical configuration program and launcher for FS-UAE.
+
+
+%prep
+%autosetup -p0
+
+# Remove bundled lib
+rm -rf six
+
+# Remove shebang from non executable scripts
+FILES="OpenGL/arrays/_buffers.py
+ OpenGL/arrays/buffers.py
+ arcade/res/update.py
+ fsgs/amiga/adf.py
+ fstd/adffile.py
+ launcher/apps/__init__.py"
+for pyfile in $FILES
+do
+ sed -i -e '/^#!/, 1d' $pyfile
+done
+
+
+%build
+# EMPTY SECTION
+
+
+%install
+%make_install prefix=%{_prefix}
+
+# Validate desktop file
+desktop-file-validate \
+ %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+# Install AppData file
+install -d %{buildroot}%{_datadir}/appdata
+install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/appdata
+appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
+
+# Symlink system fonts
+rm %{buildroot}%{_datadir}/%{name}/workspace/ui/data/NotoSans-Regular.ttf
+ln -s %{_datadir}/fonts/google-noto/NotoSans-Regular.ttf \
+ %{buildroot}%{_datadir}/%{name}/workspace/ui/data/NotoSans-Regular.ttf
+
+rm %{buildroot}%{_datadir}/%{name}/workspace/ui/data/Roboto-Regular.ttf
+ln -s %{_datadir}/fonts/google-roboto/Roboto-Regular.ttf \
+ %{buildroot}%{_datadir}/%{name}/workspace/ui/data/Roboto-Regular.ttf
+
+rm %{buildroot}%{_datadir}/%{name}/arcade/res/LiberationSans-Bold.ttf
+ln -s %{_datadir}/fonts/liberation/LiberationSans-Bold.ttf \
+ %{buildroot}%{_datadir}/%{name}/arcade/res/LiberationSans-Bold.ttf
+
+
+%find_lang %{name}
+
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+ /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%files -f %{name}.lang
+%{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%doc %{_pkgdocdir}
+%exclude %{_pkgdocdir}/COPYING
+%license COPYING
+
+
+%changelog
+* Sun Oct 08 2017 Andrea Musuruane <musuruan(a)gmail.com> - 2.8.3-4
+- Added a virtual provide to note oyoyo is bundled
+- Amended License tag
+
+* Sat Sep 30 2017 Andrea Musuruane <musuruan(a)gmail.com> - 2.8.3-3
+- Added AppData file
+- Removed six python library
+- Unbundled font files
+
+* Sat Sep 16 2017 Andrea Musuruane <musuruan(a)gmail.com> - 2.8.3-2
+- Relaxed fs-uae requires
+
+* Sat Sep 09 2017 Andrea Musuruane <musuruan(a)gmail.com> - 2.8.3-1
+- Updated to new upstream version
+
+* Sun Apr 03 2016 Andrea Musuruane <musuruan(a)gmail.com> - 2.6.2-1
+- First release
+
diff --git a/sources b/sources
index e69de29..26a8ecc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6afb73337cdeaca9339264350e4a5d17 fs-uae-launcher-2.8.3.tar.gz
7 years, 1 month