/[packages]/cauldron/chirp/current/SPECS/chirp.spec
ViewVC logotype

Diff of /cauldron/chirp/current/SPECS/chirp.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1869492 by danf, Tue Jul 19 22:41:51 2022 UTC revision 1907835 by barjac, Tue Nov 15 22:45:50 2022 UTC
# Line 1  Line 1 
1  %define dte     20200922  %define dte     20221115
2  %define basever 0.3.0.dev0  %define rel     0.1
   
3  Name:           chirp  Name:           chirp
4  Version:        %{dte}py3  Version:        0.4.0~dev
5  Release:        %mkrel 5  Release:        %mkrel -c %{dte} %{rel}
6  Summary:        A tool for programming radio equipment  Summary:        A tool for programming radio equipment
7  Group:          Communications/Radio  Group:          Communications/Radio
8  License:        GPLv3+  License:        GPLv3+
9  URL:            http://%{name}.danplanet.com/  URL:            http://%{name}.danplanet.com/
10  Source0:        %{name}-%{dte}.tar.gz  Source0:        %{name}-%{version}-%{dte}.tar.gz
11  # Source0:      https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-%%{basever}.tar.gz  Patch1:         chirp-0.4.0~dev-20221115-mga-2to3.patch
12  # VCS           https://chirp.danplanet.com/projects/chirp/wiki/DevelopersProcess  
13  Source1:        mk-tar-and-patch  %global __requires_exclude ^typelib
 Patch0:         chirp-0.2.2-install.patch  
 Patch1:         chirp-20190201-mga-dont_nag_so_much_about_updates.patch  
 Patch2:         chirp-%{dte}-mga-2to3.patch  
 Patch3:         chirp-20191016-mga-rem-osx.patch  
14    
15  BuildArch:      noarch  BuildArch:      noarch
16    
# Line 29  Requires:       libxml2-python3 Line 24  Requires:       libxml2-python3
24  Requires:       python3-future  Requires:       python3-future
25  Requires:       python3-serial  Requires:       python3-serial
26  Requires:       python3-suds  Requires:       python3-suds
27    Requires:       python3-wxpython4
28    
29  %description  %description
30  CHIRP is an open-source tool for programming radio tranceivers.  CHIRP is an open-source tool for programming radio tranceivers.
# Line 40  date as the daily builds which use obsol Line 36  date as the daily builds which use obsol
36  Mageia.  Mageia.
37    
38  %prep  %prep
39  %autosetup -p1 -n %{name}-%{dte}  %autosetup -p1 -n %{name}-%{version}-%{dte}
40    
41  %build  %build
42  %py3_build  %py3_build
# Line 54  cat>%{buildroot}%{_datadir}/applications Line 50  cat>%{buildroot}%{_datadir}/applications
50  [Desktop Entry]  [Desktop Entry]
51  Name=Chirp  Name=Chirp
52  GenericName=chirp  GenericName=chirp
53  Exec=chirpw  Exec=chirpwx
54  Icon=chirp  Icon=chirp
55  Terminal=true  Terminal=true
56  Type=Application  Type=Application
57  Categories=HamRadio;  Categories=AudioVideo;Audio;HamRadio;
58  Comment=CHIRP Radio Programming Tool  Comment=CHIRP Radio Programming Tool
59  EOF  EOF
60    
# Line 69  desktop-file-install \ Line 65  desktop-file-install \
65  %files  %files
66  %doc COPYING  %doc COPYING
67  %{_bindir}/*  %{_bindir}/*
68  %{python3_sitelib}/%{name}-%{basever}-py%{python3_version}.egg-info  %{python3_sitelib}/%{name}-0.3.0.dev0-py%{python3_version}.egg-info/
69  %{python3_sitelib}/%{name}/  %{python3_sitelib}/%{name}/
70  %{python3_sitelib}/tests/*  %{python3_sitelib}/tests/*
71  %{_datadir}/applications/%{name}.desktop  %{_datadir}/applications/%{name}.desktop

Legend:
Removed from v.1869492  
changed lines
  Added in v.1907835

  ViewVC Help
Powered by ViewVC 1.1.30