ax25-tools/ax25-tools.spec

68 lines
2.0 KiB
RPMSpec

#
# spec file for package ax25-tools (Version 0.0.10)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Name: ax25-tools
Version: 0.0.10rc4_87
Release: 0
Summary: AX.25 tools
License: GPL-2.0
Group: Productivity/Hamradio/Packet
Url: http://ax25.sourceforge.net/
Source: ax25-tools-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libax25-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
%description
These are the support utilities required to make use of the internal
AX.25, NET/ROM and Rose support in the linux kernel. The ax25tools are
mostly configuration utilities, applications can be found in the
package ax25apps.
%prep
%setup -q
%build
autoreconf --force --install
%configure --localstatedir=%{_localstatedir}/lib
make %{?_smp_mflags}
%install
%make_install
make installconf DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_localstatedir}/lib/ax25/mheard
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README yamdrv/README.yamdrv
%doc dmascc/README.dmascc user_call/README.user_call tcpip/ttylinkd.INSTALL
%doc tcpip/ttylinkd.README
%dir %{_sysconfdir}/ax25
%dir %{_localstatedir}/lib/ax25
%dir %{_localstatedir}/lib/ax25/mheard
%config(noreplace) %{_sysconfdir}/ax25/ax25.profile
%config(noreplace) %{_sysconfdir}/ax25/ax25d.conf
%config(noreplace) %{_sysconfdir}/ax25/axspawn.conf
%config(noreplace) %{_sysconfdir}/ax25/nrbroadcast
%config(noreplace) %{_sysconfdir}/ax25/rip98d.conf
%config(noreplace) %{_sysconfdir}/ax25/rxecho.conf
%config(noreplace) %{_sysconfdir}/ax25/ttylinkd.conf
%{_bindir}/*
%{_sbindir}/*
%{_mandir}/man1/*
%{_mandir}/man4/*
%{_mandir}/man5/*
%{_mandir}/man8/*
%{_mandir}/man9/*
%exclude %{_localstatedir}/lib/ax25/mheard/mheard.dat
%exclude %{_datadir}/doc/ax25-tools
%changelog