]> git.pld-linux.org Git - packages/ax25-tools.git/blame_incremental - ax25-tools.spec
- rel 8; avoid man section 9, move to section 3
[packages/ax25-tools.git] / ax25-tools.spec
... / ...
CommitLineData
1Summary: ax25 tools for hamradio
2Summary(pl.UTF-8): Narzędzia ax25 dla hamradio
3Name: ax25-tools
4Version: 0.0.8
5Release: 8
6License: LGPL
7Group: Applications/Communications
8Source0: http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
9# Source0-md5: 70172b979b38a9434f21d2e8152f0d5e
10Patch0: %{name}-soundmodem.patch
11Patch1: %{name}-build.patch
12URL: http://ax25.sourceforge.net/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: libax25-devel
16BuildRequires: zlib-devel
17Requires: glibc >= 2.2
18Requires: libax25 >= 0.0.9
19Requires: zlib >= 1.1.3
20Conflicts: kernel < 2.2.0
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _noautoreq libfltk.so.1
24%define _localstatedir /var/lib
25
26%description
27Tools for start up ax25 protocol.
28
29%description -l pl.UTF-8
30Narzędzia inicjalizujące protokół ax25.
31
32%prep
33%setup -q
34%patch0 -p1
35%patch1 -p1
36
37%build
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure \
43 --without-x
44
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT{%{_mandir}/man3,%{_localstatedir}/ax25}
50
51%{__make} install installconf \
52 DESTDIR=$RPM_BUILD_ROOT
53
54install hdlcutil/baycom.9 $RPM_BUILD_ROOT%{_mandir}/man3/baycom.3
55install hdlcutil/hdlcdrv.9 $RPM_BUILD_ROOT%{_mandir}/man3/hdlcdrv.3
56
57rm -rf $RPM_BUILD_ROOT%{_mandir}/man9
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
64
65%files
66%defattr(644,root,root,755)
67%doc dmascc/README.dmascc tcpip/ttylinkd.{README,INSTALL}
68%doc user_call/README.user_call
69%{_sysconfdir}/ax25/*
70%attr(755,root,root) %{_bindir}/*
71%attr(755,root,root) %{_sbindir}/*
72%docdir %{_docdir}/ax25-tools
73%dir %{_docdir}/ax25-tools
74%{_mandir}/man[13458]/*
75%{_localstatedir}/ax25/*
This page took 0.089304 seconds and 4 git commands to generate.