Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6cac882c8 | ||
|
|
e3a0ac042c | ||
|
|
3f5f2e074e | ||
| 57349ce2b6 |
1 changed files with 13 additions and 5 deletions
18
wfview.spec
18
wfview.spec
|
|
@ -1,7 +1,7 @@
|
|||
Name: wfview
|
||||
URL: https://gitlab.com/eliggett/wfview/
|
||||
Version: 1.64
|
||||
Release: 4%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: GPL-3.0-only
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -22,7 +22,6 @@ BuildRequires: portaudio-devel
|
|||
BuildRequires: rtaudio-devel
|
||||
BuildRequires: speexdsp-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%{?sysusers_requires_compat}
|
||||
BuildRequires: hicolor-icon-theme
|
||||
Requires: hicolor-icon-theme
|
||||
Summary: Software for the control of Icom radios
|
||||
|
|
@ -106,9 +105,6 @@ install -Dpm 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/wfserver.conf
|
|||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.%{name}.%{name}.metainfo.xml
|
||||
|
||||
%pre
|
||||
# Add user and groups if necessary
|
||||
%sysusers_create_compat %{SOURCE1}
|
||||
|
||||
%post
|
||||
%systemd_post wfserver.service
|
||||
|
|
@ -135,6 +131,18 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.%{name}.%{
|
|||
%{_metainfodir}/org.wfview.wfview.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.64-5
|
||||
- Drop call to %sysusers_create_compat
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue