diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-09-04 18:12:06 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-09-04 18:12:06 +0000 |
commit | bc968aa14948894c877cd9e16982fb0b00313f57 (patch) | |
tree | 2000c5a9248bc1674dc39e89cad71991c3dda9d3 | |
parent | 23c381bea695b60b7c91d190d6345d31af0291c7 (diff) |
automatic import of python-libNeuroML
-rw-r--r-- | python-libNeuroML.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/python-libNeuroML.spec b/python-libNeuroML.spec index 0b48dff..c8a9515 100644 --- a/python-libNeuroML.spec +++ b/python-libNeuroML.spec @@ -2,7 +2,7 @@ ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 1; + release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -25,7 +25,8 @@ Summary: Python libNeuroML for working with neuronal models specified in %forgemeta -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: http://neuroml.org/ Source0: %forgesource @@ -89,6 +90,9 @@ rm -rf neuroml/examples/tmp/* %changelog ## START: Generated by rpmautospec +* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 0.6.3-2 +- convert license to SPDX + * Tue Aug 20 2024 Packit <hello@packit.dev> - 0.6.3-1 - Update to 0.6.3 upstream release - Resolves: rhbz#2306049 |