From a6cba736913dd78a8ac6907e0b0572cf90aee866 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 8 Jul 2022 16:03:50 +0200 Subject: RPM & Setup: Separate eduVPN and common name with a - or _ --- eduvpncommon.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'eduvpncommon.spec') diff --git a/eduvpncommon.spec b/eduvpncommon.spec index 26c5535..064c587 100644 --- a/eduvpncommon.spec +++ b/eduvpncommon.spec @@ -1,7 +1,8 @@ -%global modname eduvpncommon +%global name eduvpn-common +%global modname eduvpn_common %global sum eduVPN common Go library -Name: lib%{modname} +Name: lib%{name} Version: 0.1.0 Release: 1%{?dist} Summary: %{sum} @@ -38,14 +39,14 @@ popd %prep %autosetup -n %{name}-%{version} -%package -n python3-%{modname} +%package -n python3-%{name} BuildArch: noarch Requires: %{name} Summary: Python3 eduvpncommon wrapper -%description -n python3-%{modname} +%description -n python3-%{name} The python wrapper for the eduVPN common Go shared library -%files -n python3-%{modname} +%files -n python3-%{name} %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}-%{version}* -- cgit v1.2.3