SHA256
1
0
forked from pool/retroarch

- Exclude unneeded lib directory license issues

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=23
This commit is contained in:
Yunhe Guo 2020-01-22 11:09:14 +00:00 committed by Git OBS Bridge
parent 6fefc80082
commit c94ba411fa
5 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:027e9eb243488da1b8532116eab2a79932fcf2dcb96bcc4be9a12b329a2a9c52
size 44498571

20
_service Normal file
View File

@ -0,0 +1,20 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="filename">retroarch</param>
<param name="revision">v1.8.4</param>
<param name="version">1.8.4</param>
<param name="exclude">media/icons</param>
<param name="exclude">ps2</param>
<param name="exclude">uwp</param>
<param name="exclude">wii</param>
<param name="exclude">wiiu</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>

3
retroarch-1.8.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c2fc3598dddfdc9623b97a59c315bd1e3e0d2c3325ab527ba8c41646b97043b
size 32817872

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 22 11:05:21 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
- Exclude unneeded lib directory license issues
-------------------------------------------------------------------
Wed Jan 15 21:03:08 UTC 2020 - Yunhe Guo <i@guoyunhe.me>

View File

@ -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