public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lfortran] epel10: Drop jupyter package on F38
@ 2026-07-16 14:31 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-16 14:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/lfortran
Branch : epel10
Commit : 9b251e7c8acc671016c9a2b6433360fca18f696d
Author : Christoph Junghans <junghans@votca.org>
Date   : 2024-01-19T16:02:59-07:00
Stats  : +12/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/lfortran/c/9b251e7c8acc671016c9a2b6433360fca18f696d?branch=epel10

Log:
Drop jupyter package on F38

---
diff --git a/lfortran.spec b/lfortran.spec
index a0ad795..edf1447 100644
--- a/lfortran.spec
+++ b/lfortran.spec
@@ -1,6 +1,6 @@
 Version:        0.30.0
 Name:           lfortran
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A modern Fortran compiler
 
 # Main code is BSD-3-Clause
@@ -91,6 +91,8 @@ Summary:   Shared runtime library for %{name}
 
 This package contains shared runtime library for %{name}.
 
+# F38 has no jupyterlab
+%if 0%{?fedora} > 38
 %package jupyter
 Summary:   Jupyter kernel for %{name}
 Requires:  %{name}%{?_isa} = %{version}-%{release}
@@ -101,6 +103,7 @@ Requires:  python-jupyter-filesystem
 %{lfortran_desc}
 
 This package contains the jupyter kernel for %{name}.
+%endif
 
 
 %prep
@@ -123,6 +126,9 @@ This package contains the jupyter kernel for %{name}.
 
 %install
 %cmake_install
+%if 0%{?fedora} == 38
+%{__rm} -rfv %{buildroot}%{_datadir}/jupyter/kernels
+%endif
 
 %check
 %ctest
@@ -146,11 +152,16 @@ This package contains the jupyter kernel for %{name}.
 %files shared
 %{_libdir}/liblfortran_runtime.so.*
 
+%if 0%{?fedora} > 38
 %files jupyter
 %dir %{_datadir}/jupyter/kernels/fortran
 %{_datadir}/jupyter/kernels/fortran/kernel.json
+%endif
 
 %changelog
+* Fri Jan 19 2024 Christoph Junghans <junghans@votca.org> - 0.30.0-9
+- Drop jupyter package on F38
+
 * Fri Jan 19 2024 Christoph Junghans <junghans@votca.org> - 0.30.0-8
 - Add kokkos dependency
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 14:31 [rpms/lfortran] epel10: Drop jupyter package on F38 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox