Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d17d245b5 | ||
|
|
ba41ef20bd |
1 changed files with 9 additions and 1 deletions
10
gmsh.spec
10
gmsh.spec
|
|
@ -18,7 +18,7 @@
|
|||
Name: gmsh
|
||||
Summary: A three-dimensional finite element mesh generator
|
||||
Version: 4.12.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# gmsh is GPLv2+ with exceptions, see LICENSE.txt
|
||||
# contrib/{DiscreteIntegration, HighOrderMeshOptimizer, MeshOptimizer, onelab} are MIT, see respective README.txt
|
||||
|
|
@ -119,6 +119,10 @@ Summary: Python3 API for %{name}
|
|||
%{?python_provide:%python_provide python3-%{name}}
|
||||
Obsoletes: python3-%{name}-private
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description -n python3-%{name}
|
||||
Python3 API for %{name}.
|
||||
|
||||
|
|
@ -403,6 +407,10 @@ rm -f %{buildroot}%{_defaultdocdir}/%{name}/LICENSE.txt
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 4.12.2-2
|
||||
- Ensure python3-gmsh depends on gmsh-libs
|
||||
- Make the python3-gmsh subpackage noarch, since the bindings are pure Python
|
||||
|
||||
* Tue Jan 23 2024 Sandro Mani <manisandro@gmail.com> - 4.12.2-1
|
||||
- Update to 4.12.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue