Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c15ac4e016 | ||
|
|
3b7646473b |
1 changed files with 9 additions and 1 deletions
10
gmsh.spec
10
gmsh.spec
|
|
@ -10,7 +10,7 @@
|
|||
Name: gmsh
|
||||
Summary: A three-dimensional finite element mesh generator
|
||||
Version: 4.11.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
# gmsh is GPLv2+ with exceptions, see LICENSE.txt
|
||||
# contrib/{DiscreteIntegration, HighOrderMeshOptimizer, MeshOptimizer, onelab} are MIT, see respective README.txt
|
||||
|
|
@ -109,6 +109,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}.
|
||||
|
||||
|
|
@ -393,6 +397,10 @@ rm -f %{buildroot}%{_defaultdocdir}/%{name}/LICENSE.txt
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 4.11.1-4
|
||||
- Ensure python3-gmsh depends on gmsh-libs
|
||||
- Make the python3-gmsh subpackage noarch, since the bindings are pure Python
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.11.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue