Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
1 changed files with 6 additions and 26 deletions
32
aprsd.spec
32
aprsd.spec
|
|
@ -2,9 +2,8 @@
|
|||
Name: aprsd
|
||||
Summary: Internet gateway and client access to amateur radio APRS packet data
|
||||
Version: 2.2.5
|
||||
Release: %{uprel}.6%{?dist}.40
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
Release: %{uprel}.6%{?dist}.34
|
||||
License: GPLv2+
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{uprel}.tar.gz
|
||||
Source1: aprsd.conf
|
||||
Source2: aprsd.service
|
||||
|
|
@ -22,7 +21,6 @@ BuildRequires: gcc-c++
|
|||
BuildRequires: libax25-devel
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: make
|
||||
BuildRequires: libxcrypt-devel
|
||||
#Requires (preun): /sbin/chkconfig
|
||||
#Requires (preun): /sbin/service
|
||||
#Requires (post): /sbin/chkconfig
|
||||
|
|
@ -39,10 +37,10 @@ real-time data in an easy to use package.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-%{uprel}
|
||||
%patch -P0 -p1 -b compile
|
||||
%patch -P1 -p1 -b gccport
|
||||
%patch -P2 -p1 -b sysconfdir
|
||||
%patch -P3 -p1 -b configure-c99
|
||||
%patch0 -p1 -b compile
|
||||
%patch1 -p1 -b gccport
|
||||
%patch2 -p1 -b sysconfdir
|
||||
%patch3 -p1 -b configure-c99
|
||||
|
||||
%build
|
||||
export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS"
|
||||
|
|
@ -121,24 +119,6 @@ fi
|
|||
%doc doc/qalgorithm.html
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-15.6.40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-15.6.39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 2.2.5-15.6.38
|
||||
- Add explicit BR: libxcrypt-devel
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-15.6.37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 2.2.5-15.6.36
|
||||
- convert license to SPDX
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-15.6.35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-15.6.34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue