forked from pool/assimp
Accepting request 819823 from home:cgiboudeaux:Qt6
- Restore the _service file. Assimp still ships files which are not allowed in openSUSE. OBS-URL: https://build.opensuse.org/request/show/819823 OBS-URL: https://build.opensuse.org/package/show/games/assimp?expand=0&rev=14
This commit is contained in:
parent
9ef5166b09
commit
14687895c2
15
_service
Normal file
15
_service
Normal 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">v5.0.1</param>
|
||||
<param name="versionformat">5.0.1</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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc
|
||||
size 46607553
|
3
assimp-5.0.1.tar.xz
Normal file
3
assimp-5.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55a496e015c79ef35f49d4a8b6fe4d8418781b83966b2943fa3923021205a7f2
|
||||
size 22351472
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 20:42:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Restore the _service file.
|
||||
|
||||
Assimp still ships files which are not allowed in openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 09:38:02 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -24,7 +24,7 @@ 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: https://assimp.org/
|
||||
Source0: https://github.com/assimp/assimp/archive/v%{version}/assimp-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Patch0: do-not-install-irrXML.patch
|
||||
# PATCH-FIX-UPSTREAM -- Don't hardcode the library and binary location
|
||||
Patch1: 0001-use-GNUInstallDirs-where-possible.patch
|
||||
|
Loading…
Reference in New Issue
Block a user