1 |
Name: chirp |
Name: chirp |
2 |
Version: 20230128 |
Version: 20230130 |
3 |
Release: %mkrel 1 |
Release: %mkrel 1 |
4 |
Summary: A tool for programming radio equipment |
Summary: A tool for programming radio equipment |
5 |
Group: Communications/Radio |
Group: Communications/Radio |
6 |
License: GPLv3+ |
License: GPLv3+ |
7 |
URL: https://chirp.danplanet.com/projects/chirp/wiki/Download |
URL: https://chirp.danplanet.com/projects/chirp/wiki/Download |
8 |
Source0: https://trac.%{name}.danplanet.com/%{name}_next/next-%{version}/%{name}-next-%{version}.tar.gz |
Source0: https://trac.%{name}.danplanet.com/%{name}_next/next-%{version}/%{name}-%{version}.tar.gz |
9 |
|
|
10 |
BuildArch: noarch |
BuildArch: noarch |
11 |
|
|
31 |
This version is built from the chirp-next sources. |
This version is built from the chirp-next sources. |
32 |
|
|
33 |
%prep |
%prep |
34 |
%autosetup -p1 -n %{name}-next-%{version} |
%autosetup -p1 -n %{name}-%{version} |
|
|
|
|
sed -i 's/next-.*/%{version}\"/' chirp/__init__.py |
|
35 |
|
|
36 |
sed -i 's/chirpw/chirp/g' chirp/share/chirpw.1 |
sed -i 's/chirpw/chirp/g' chirp/share/chirpw.1 |
37 |
|
|