forked from pool/ax25-tools
Accepting request 897254 from home:susnux:branches:hardware:sdr
Update to version 0.0.10-rc5 OBS-URL: https://build.opensuse.org/request/show/897254 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/ax25-tools?expand=0&rev=10
This commit is contained in:
parent
c888f652e2
commit
b19b4d1e32
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:05b7a233aefa14262a8ba286b4bd450571d8df85065889e382bc15b771bbb382
|
|
||||||
size 152700
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 3 16:45:11 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 0.0.10-rc5
|
||||||
|
* No upstream changelog provided
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 7 20:31:42 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
Sun Jun 7 20:31:42 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ax25-tools
|
# spec file for package ax25-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,15 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define src_ver 0.0.10-rc5
|
||||||
Name: ax25-tools
|
Name: ax25-tools
|
||||||
Version: 0.0.10rc4_87
|
Version: 0.0.10rc5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AX.25 tools
|
Summary: AX.25 tools
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
URL: http://www.linux-ax25.org
|
URL: http://www.linux-ax25.org
|
||||||
Source: ax25-tools-%{version}.tar.xz
|
Source: http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-%{src_ver}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: libax25-devel
|
BuildRequires: libax25-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -37,7 +39,7 @@ mostly configuration utilities, applications can be found in the
|
|||||||
package ax25apps.
|
package ax25apps.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{src_ver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%optflags -fcommon"
|
export CFLAGS="%optflags -fcommon"
|
||||||
@ -50,10 +52,12 @@ make %{?_smp_mflags}
|
|||||||
%make_install installconf
|
%make_install installconf
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/ax25-tools
|
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}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README yamdrv/README.yamdrv
|
%license COPYING
|
||||||
|
%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
|
||||||
%doc tcpip/ttylinkd.README
|
%doc tcpip/ttylinkd.README
|
||||||
%dir %{_sysconfdir}/ax25
|
%dir %{_sysconfdir}/ax25
|
||||||
|
Loading…
Reference in New Issue
Block a user