Compare commits

...

3 Commits
f36 ... rawhide

Author SHA1 Message Date
Fedora Release Engineering 0122530da2 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 20:51:06 +00:00
Python Maint d86f66da36 Rebuilt for Python 3.11 2022-06-13 15:10:06 +02:00
Sandro Mani 3bf9c68b4e Fix FTBFS with cmake 3.23.0 2022-03-05 22:23:21 +01:00
1 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: med
Version: 4.1.0
Release: 7%{?dist}
Release: 10%{?dist}
Summary: Library to exchange meshed data
License: LGPLv3+
@ -87,7 +87,7 @@ mv ChangeLog.new ChangeLog
%cmake -DMEDFILE_BUILD_PYTHON=1 \
-DPYTHON_EXECUTABLE=%{__python3} \
-DPYTHON_INCLUDE_DIR=%{_includedir}/python%{python3_version}$(python3-config --abiflags)/ \
-DPYTHON_LIBRARY=%{_libdir}/libpython%{python3_version}$(python3-config --abiflags).so .
-DPYTHON_LIBRARY=%{_libdir}/libpython%{python3_version}$(python3-config --abiflags).so
%cmake_build
@ -130,6 +130,15 @@ rm -rf %{buildroot}%{_bindir}/testpy
%changelog
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.1.0-9
- Rebuilt for Python 3.11
* Sat Mar 05 2022 Sandro Mani <manisandro@gmail.com> - 4.1.0-8
- Fix FTBFS with cmake 3.23.0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild