Update to 3.5.0
This update also convert license to SPDX standard
This commit is contained in:
parent
b923fc7108
commit
819b164bd0
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/opensubdiv-3.4.3.tar.gz
|
||||
/opensubdiv-3.4.4.RC1.tar.gz
|
||||
/opensubdiv-3.4.4.tar.gz
|
||||
/opensubdiv-3.5.0.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
%global upstream_version 3_4_4
|
||||
%global upstream_version 3_5_0
|
||||
#%%global prerelease RC1
|
||||
|
||||
Name: opensubdiv
|
||||
Version: 3.4.4
|
||||
Version: 3.5.0
|
||||
Release: %autorelease
|
||||
Summary: High performance subdivision surface libraries
|
||||
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
#URL: http://graphics.pixar.com/%%{name}
|
||||
Url: https://github.com/PixarAnimationStudios/OpenSubdiv
|
||||
Source: https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v%{upstream_version}%{?prerelease}/%{name}-%{version}%{?prerelease}.tar.gz
|
||||
@ -103,9 +103,9 @@ make test V=1
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
find %{buildroot} -name '*.a' -delete
|
||||
|
||||
%files
|
||||
%%license LICENSE.txt
|
||||
%{_bindir}/stringify
|
||||
#%%files
|
||||
#%%license LICENSE.txt
|
||||
#%%{_bindir}/stringify
|
||||
|
||||
%files libs
|
||||
%license LICENSE.txt
|
||||
@ -116,10 +116,10 @@ find %{buildroot} -name '*.a' -delete
|
||||
%doc NOTICE.txt README.md
|
||||
%{_includedir}/*
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/cmake/OpenSubdiv/
|
||||
|
||||
%files doc
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/*
|
||||
%{_docdir}/%{name}/
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (opensubdiv-3.4.4.tar.gz) = fc8f28b79347015c8991150535c1339e695d96947c72fadd4fa27b546a0813c1125cd175ee03bed5aacdb3609f74c4e526ef70103d1195ba9f7df041e73ea9fb
|
||||
SHA512 (opensubdiv-3.5.0.tar.gz) = 7ede8f3f335a6306486d649199117401ab4285d360a3b53a536f25046d94741b5e7eacbc06a55d8a0bd5798c810c1b3cfd7964859f04f95363ad26411310b320
|
||||
|
Loading…
Reference in New Issue
Block a user