Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Sandro Mani
2064235111 Fix removing bundled libraries 2022-05-09 23:26:13 +02:00

View file

@ -10,7 +10,7 @@
Name: gmsh
Summary: A three-dimensional finite element mesh generator
Version: 4.9.5
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
@ -218,7 +218,7 @@ ls -1 | \
grep -v ^QuadTri$ | \
grep -v ^hxt$ | \
grep -v ^kbipack$ | \
grep -v ^onelab$
grep -v ^onelab$ | \
xargs rm -rf
)
@ -389,6 +389,9 @@ rm -f %{buildroot}%{_defaultdocdir}/%{name}/LICENSE.txt
%changelog
* Mon May 09 2022 Sandro Mani <manisandro@gmail.com> - 4.9.5-2
- Fix removing bundled libraries
* Mon Feb 21 2022 Richard Shaw <hobbes1069@gmail.com> - 4.9.5-1
- Update to 4.9.5.