!26 update to 5.3.1
From: @yaqiangchen Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
d40c34fa0a
Binary file not shown.
17
assimp.spec
17
assimp.spec
@ -1,10 +1,16 @@
|
|||||||
Name: assimp
|
Name: assimp
|
||||||
Version: 5.2.5
|
Version: 5.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library to load and process various 3D model formats into applications.
|
Summary: Library to load and process various 3D model formats into applications.
|
||||||
License: BSD and MIT and LGPL-2.1 and LGPL-2.0 and GPL-2.0 and LGPL-3.0 and GPL-3.0
|
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/
|
URL: http://www.assimp.org/
|
||||||
Source0: https://github.com/assimp/assimp/archive/v%{version}.tar.gz
|
#wget https://github.com/assimp/assimp/archive/v%{version}.tar.gz
|
||||||
|
#tar xf v%{version}.tar.gz
|
||||||
|
#cd assimp-%{version}
|
||||||
|
#rm -rf test/models-nonbsd
|
||||||
|
#cd ..
|
||||||
|
#tar czf assimp-%{version}-free.tar.xz assimp-%{version}
|
||||||
|
Source0: assimp-%{version}-free.tar.xz
|
||||||
BuildRequires: gcc-c++ boost-devel cmake dos2unix irrlicht-devel irrXML-devel
|
BuildRequires: gcc-c++ boost-devel cmake dos2unix irrlicht-devel irrXML-devel
|
||||||
BuildRequires: doxygen poly2tri-devel gtest-devel pkgconfig(zziplib)
|
BuildRequires: doxygen poly2tri-devel gtest-devel pkgconfig(zziplib)
|
||||||
BuildRequires: pkgconfig(zlib) pkgconfig(minizip) gmock-devel make
|
BuildRequires: pkgconfig(zlib) pkgconfig(minizip) gmock-devel make
|
||||||
@ -46,10 +52,10 @@ Assimp help doc.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n assimp-%{version} -p1
|
%autosetup -n assimp-%{version} -p1
|
||||||
sed -i '/Werror/d' code/CMakeLists.txt
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake -DASSIMP_BUILD_ZLIB=OFF
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -81,6 +87,9 @@ install -m 0644 port/PyAssimp/pyassimp/*.py %{buildroot}%{python3_sitelib}/pyass
|
|||||||
%{python3_sitelib}/pyassimp
|
%{python3_sitelib}/pyassimp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 18 2023 chenyaqiang <chengyaqiang@huawei.com> - 5.3.1-1
|
||||||
|
- update to 5.3.1
|
||||||
|
|
||||||
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 5.2.5-1
|
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 5.2.5-1
|
||||||
- Update to 5.2.5 version
|
- Update to 5.2.5 version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user