Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 21 additions and 24 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92a9cb8b58a86dcb9f55630fc54c9a46c58a20fc93bed524b8c111190b36aa06
size 372851

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84d62306eca677f9a8dc90e2cd371e9267e3892584cb80aa8d47c112be48283c
size 227976

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Sun Feb 16 16:35:13 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- refresh upstream, drop autotools, ncurses
- license is GPL-2.0-or-later
-------------------------------------------------------------------
Thu Jun 3 16:45:11 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -21,13 +21,16 @@ Name: ax25-tools
Version: 0.0.10rc5
Release: 0
Summary: AX.25 tools
License: GPL-2.0-or-later
URL: https://linux-ax25.in-berlin.de/
Source: https://linux-ax25.in-berlin.de/pub/ax25-tools/%{name}-%{src_ver}.tar.xz
License: GPL-2.0-only
URL: http://www.linux-ax25.org
Source: http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-%{src_ver}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: libax25-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(zlib)
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: zlib-devel
%description
These are the support utilities required to make use of the internal
@ -36,12 +39,14 @@ mostly configuration utilities, applications can be found in the
package ax25apps.
%prep
%autosetup -p1 -n %{name}-%{src_ver}
%setup -q -n %{name}-%{src_ver}
%build
export CFLAGS="%optflags -fcommon"
autoreconf -fiv
%configure \
--localstatedir=%{_localstatedir}/lib
%make_build
make %{?_smp_mflags}
%install
%make_install installconf
@ -49,10 +54,8 @@ rm -rf %{buildroot}%{_datadir}/doc/ax25-tools
rm -rf %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
%fdupes %{buildroot}%{_mandir}
%check
%make_build check
%files
%defattr(-,root,root)
%license COPYING
%doc AUTHORS ChangeLog README yamdrv/README.yamdrv
%doc dmascc/README.dmascc user_call/README.user_call tcpip/ttylinkd.INSTALL
@ -69,10 +72,10 @@ rm -rf %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
%config(noreplace) %{_sysconfdir}/ax25/ttylinkd.conf
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*.1%{?ext_man}
%{_mandir}/man4/*.4%{?ext_man}
%{_mandir}/man5/*.5%{?ext_man}
%{_mandir}/man8/*.8%{?ext_man}
%{_mandir}/man9/*.9%{?ext_man}
%{_mandir}/man1/*
%{_mandir}/man4/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_mandir}/man9/*
%changelog