Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
ax25-tools-0.0.10-rc5.tar.gz
Normal file
3
ax25-tools-0.0.10-rc5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:92a9cb8b58a86dcb9f55630fc54c9a46c58a20fc93bed524b8c111190b36aa06
|
||||||
|
size 372851
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:84d62306eca677f9a8dc90e2cd371e9267e3892584cb80aa8d47c112be48283c
|
|
||||||
size 227976
|
|
@ -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>
|
Thu Jun 3 16:45:11 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -21,13 +21,16 @@ Name: ax25-tools
|
|||||||
Version: 0.0.10rc5
|
Version: 0.0.10rc5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AX.25 tools
|
Summary: AX.25 tools
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-only
|
||||||
URL: https://linux-ax25.in-berlin.de/
|
URL: http://www.linux-ax25.org
|
||||||
Source: https://linux-ax25.in-berlin.de/pub/ax25-tools/%{name}-%{src_ver}.tar.xz
|
Source: http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-%{src_ver}.tar.gz
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libax25-devel
|
BuildRequires: libax25-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
These are the support utilities required to make use of the internal
|
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.
|
package ax25apps.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{src_ver}
|
%setup -q -n %{name}-%{src_ver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%optflags -fcommon"
|
||||||
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--localstatedir=%{_localstatedir}/lib
|
--localstatedir=%{_localstatedir}/lib
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install installconf
|
%make_install installconf
|
||||||
@ -49,10 +54,8 @@ rm -rf %{buildroot}%{_datadir}/doc/ax25-tools
|
|||||||
rm -rf %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
|
rm -rf %{buildroot}%{_localstatedir}/lib/ax25/mheard/mheard.dat
|
||||||
%fdupes %{buildroot}%{_mandir}
|
%fdupes %{buildroot}%{_mandir}
|
||||||
|
|
||||||
%check
|
|
||||||
%make_build check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog README yamdrv/README.yamdrv
|
%doc AUTHORS ChangeLog README yamdrv/README.yamdrv
|
||||||
%doc dmascc/README.dmascc user_call/README.user_call tcpip/ttylinkd.INSTALL
|
%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
|
%config(noreplace) %{_sysconfdir}/ax25/ttylinkd.conf
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_mandir}/man1/*.1%{?ext_man}
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man4/*.4%{?ext_man}
|
%{_mandir}/man4/*
|
||||||
%{_mandir}/man5/*.5%{?ext_man}
|
%{_mandir}/man5/*
|
||||||
%{_mandir}/man8/*.8%{?ext_man}
|
%{_mandir}/man8/*
|
||||||
%{_mandir}/man9/*.9%{?ext_man}
|
%{_mandir}/man9/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user