Accepting request 668173 from home:jengelh:branches:games

- sanitize_source.sh was removed in the 4.1.0 update; restore its
  logic with a new _service file and recreate the tarball.

OBS-URL: https://build.opensuse.org/request/show/668173
OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=10
This commit is contained in:
Ferdinand Thiessen 2019-01-29 01:42:00 +00:00 committed by Git OBS Bridge
parent 1154fad11a
commit 353b15e00a
5 changed files with 26 additions and 6 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/assimp/assimp</param>
<param name="revision">v4.1.0</param>
<param name="versionformat">4.1.0</param>
<!-- non-OSI media -->
<param name="exclude">test/models-nonbsd</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c0e16540ae6fe09a9d16f7ff0cfa99667b3269b304cc32f909b7ac908686ee6
size 21696292

3
assimp-4.1.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dce96c623cf65f9cc51882e68da7ac415bc6259856e41da7b689efbcffc1d45
size 21277128

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 23 20:08:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- sanitize_source.sh was removed in the 4.1.0 update; restore its
logic with a new _service file and recreate the tarball.
-------------------------------------------------------------------
Thu Jan 17 15:03:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -24,9 +24,8 @@ Summary: Library to load and process 3D scenes from various data formats
License: BSD-3-Clause AND MIT
Group: Development/Libraries/C and C++
Url: http://assimp.org/
# Removed non free parts from the original source package (models-nonbsd)
# https://github.com/assimp/assimp/archive/v%%{version}/%%{name}-%%{version}.tar.gz
Source0: %{name}-%{version}-suse.tar.xz
Source0: %{name}-%{version}.tar.xz
Source9: _service
# PATCH-FIX-OPENSUSE disable-gitrevision-test.patch -- Disable gitrev test as we build from release not from git
Patch0: disable-gitrevision-test.patch
Patch1: do-not-install-irrXML.patch