From 301db2d17b634e96a59988b97780544d7d69e438 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 4 Jan 2021 15:57:27 +0800 Subject: [PATCH] modify homepage url and license information --- assimp-3.3.1-install-pkgconfig.patch | 4 ++-- assimp.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/assimp-3.3.1-install-pkgconfig.patch b/assimp-3.3.1-install-pkgconfig.patch index 6a45f68..355c93e 100644 --- a/assimp-3.3.1-install-pkgconfig.patch +++ b/assimp-3.3.1-install-pkgconfig.patch @@ -1,5 +1,5 @@ ---- assimp-3.3.1/assimp.pc.in.fedora 2017-05-18 07:19:36.251314963 +0200 -+++ assimp-3.3.1/assimp.pc.in 2017-05-18 07:20:26.038525493 +0200 +--- assimp-3.3.1/assimp.pc.in.openEuler 2020-12-24 07:19:36.251314963 +0200 ++++ assimp-3.3.1/assimp.pc.in 2020-12-24 07:20:26.038525493 +0200 @@ -1,7 +1,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ -exec_prefix=@CMAKE_INSTALL_PREFIX@/@ASSIMP_BIN_INSTALL_DIR@ diff --git a/assimp.spec b/assimp.spec index 15c6107..5c44972 100644 --- a/assimp.spec +++ b/assimp.spec @@ -1,9 +1,9 @@ Name: assimp Version: 3.3.1 -Release: 21 +Release: 22 Summary: Library to load and process various 3D model formats into applications. -License: BSD and MIT -URL: http://assimp.sourceforge.net +License: BSD and MIT and LGPL-2.1 and LGPL-2.0 and GPL-2.0 and LGPL-3.0 and GPL-3.0 +URL: http://www.assimp.org/ Source0: https://github.com/assimp/assimp/archive/v3.3.1.tar.gz Patch0001: assimp-3.3.1-unbundle.patch Patch0002: assimp-3.2.0-pythonpath.patch @@ -100,6 +100,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass %{python3_sitelib}/pyassimp %changelog +* Mon Jan 4 2021 Ge Wang - 3.3.1-22 +- Modify homepage url and license infomation + * Fri Dec 25 2020 wangxiao - 3.3.1-21 - Remove unnessary BuildRequire DevIL