From e450660a85e0b6396920feabc7e7991280ef3234 Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Jun 04 2021 12:04:53 +0000 Subject: Add Provides for static libraries --- diff --git a/smoldyn.spec b/smoldyn.spec index 590b6bd..7baf221 100644 --- a/smoldyn.spec +++ b/smoldyn.spec @@ -9,7 +9,7 @@ Name: smoldyn Summary: A particle-based spatial stochastic simulator Version: 2.65 -Release: 1%{?dist} +Release: 2%{?dist} # The rxnparam.c and SurfaceParam.c source code files are in the public domain. # @@ -89,6 +89,7 @@ Summary: %{name} libraries %package libs-devel Summary: %{name} libraries for development Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Provides: %{name}libs-static = 0:%{version}-%{release} %description libs-devel %{name} shared and static libraries for development. @@ -197,6 +198,9 @@ popd %doc docs/* %changelog +* Fri Jun 04 2021 Antonio Trande - 2.65-2 +- Add Provides for static libraries + * Wed Jun 02 2021 Antonio Trande - 2.65-1 - Release 2.65 - Create Python binding