From c94ba411fa9709f837ecdafb09f7253a5e4c34cfc7aba7b22293803ba6ded43f Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Wed, 22 Jan 2020 11:09:14 +0000 Subject: [PATCH] - Exclude unneeded lib directory license issues OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=23 --- RetroArch-1.8.4.tar.gz | 3 --- _service | 20 ++++++++++++++++++++ retroarch-1.8.4.tar.xz | 3 +++ retroarch.changes | 5 +++++ retroarch.spec | 4 ++-- 5 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 RetroArch-1.8.4.tar.gz create mode 100644 _service create mode 100644 retroarch-1.8.4.tar.xz diff --git a/RetroArch-1.8.4.tar.gz b/RetroArch-1.8.4.tar.gz deleted file mode 100644 index a7e5f6f..0000000 --- a/RetroArch-1.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:027e9eb243488da1b8532116eab2a79932fcf2dcb96bcc4be9a12b329a2a9c52 -size 44498571 diff --git a/_service b/_service new file mode 100644 index 0000000..39808f3 --- /dev/null +++ b/_service @@ -0,0 +1,20 @@ + + + git + https://github.com/libretro/RetroArch.git + retroarch + v1.8.4 + 1.8.4 + media/icons + ps2 + uwp + wii + wiiu + + + *.tar + xz + + + + diff --git a/retroarch-1.8.4.tar.xz b/retroarch-1.8.4.tar.xz new file mode 100644 index 0000000..15b5ce1 --- /dev/null +++ b/retroarch-1.8.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2fc3598dddfdc9623b97a59c315bd1e3e0d2c3325ab527ba8c41646b97043b +size 32817872 diff --git a/retroarch.changes b/retroarch.changes index da4bedd..a251f0d 100644 --- a/retroarch.changes +++ b/retroarch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 22 11:05:21 UTC 2020 - Yunhe Guo + +- Exclude unneeded lib directory license issues + ------------------------------------------------------------------- Wed Jan 15 21:03:08 UTC 2020 - Yunhe Guo diff --git a/retroarch.spec b/retroarch.spec index c9afcac..a5607d4 100644 --- a/retroarch.spec +++ b/retroarch.spec @@ -23,7 +23,7 @@ Summary: Emulator frontend License: GPL-3.0-only Group: System/Emulators/Other URL: http://www.retroarch.com -Source: https://github.com/libretro/RetroArch/archive/v%{version}.tar.gz#/RetroArch-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz Patch0: retroarch-config.patch BuildRequires: fdupes @@ -150,7 +150,7 @@ fast, lightweight, and portable. It has features few other emulators frontends have, such as real-time rewinding and game-aware shading. %prep -%setup -q -n RetroArch-%{version} +%setup -q %autopatch -p1