Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:wkazubski:test:hamradio
chirp
chirp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chirp.spec of Package chirp
# # spec file for package chirp # # Copyright (c) 2023 Wojciech Kazubski <wk@ire.pw.edu.pl> # Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define pythons python3 Name: chirp Version: 20240813 Release: 0 Summary: Tool for programming amateur radio sets License: GPL-3.0-only Group: Productivity/Hamradio/Other URL: https://chirpmyradio.com/projects/chirp/ Source: %{name}-%{version}.tar.gz Patch0: chirp-no-phone-home.patch BuildRequires: %{python_module pyserial} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module wxPython} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: update-desktop-files Requires: python3-pyserial Requires: python3-requests Requires: python3-six Requires: python3-suds > 1.0.0 Requires: python3-wxPython Requires: python3-yattag BuildArch: noarch %description CHIRP is a free, open-source tool for programming your amateur radio. It supports a large number of manufacturers and models, as well as provides a way to interface with multiple data sources and formats. %prep %autosetup -p1 # remove shebang from lib files sed -i '1{/^#!\//d}' %{name}/cli/experttune.py sed -i '1{/^#!\//d}' %{name}/cli/main.py # building from git snapshot - build translations pushd chirp/locale %make_build popd %build %python_build %install %python_install rm -rf %{buildroot}%{_datadir}/doc/%{name} %find_lang CHIRP %fdupes %{buildroot}%{_prefix} %suse_update_desktop_file -c chirp CHIRP "Amateur Radio Rig Programming Tool" chirp chirp "Network;HamRadio" install -Dpm 0644 chirp/share/chirp.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg install -Dpm 0644 chirp/share/chirp.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png %files -f CHIRP.lang %license COPYING %{_bindir}/* %{_datadir}/applications/%{name}.desktop %{python_sitelib}/*.egg-info %{python_sitelib}/%{name} %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/pixmaps/%{name}.png %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor