]> git.pld-linux.org Git - packages/ax25-tools.git/blob - ax25-tools.spec
- spaces -> tab
[packages/ax25-tools.git] / ax25-tools.spec
1 Summary:        ax25 tools for hamradio
2 Summary(pl):    Narzêdzia ax25 dla hamradio
3 Name:           ax25-tools
4 Version:        0.0.8
5 Release:        4
6 License:        LGPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
9 # Source0-md5:  70172b979b38a9434f21d2e8152f0d5e
10 URL:            http://ax25.sourceforge.net/
11 BuildRequires:  libax25-devel
12 BuildRequires:  libtool >= 1.4.2
13 BuildRequires:  zlib-devel
14 Requires:       glibc >= 2.2
15 Requires:       libax25 >= 0.0.9
16 Requires:       zlib >= 1.1.3
17 Conflicts:      kernel < 2.2.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _noautoreq      libfltk.so.1
21 %define         _localstatedir  /var/lib
22
23 %description
24 Tools for start up ax25 protocol.
25
26 %description -l pl
27 Narzêdzia inicjalizuj±ce protokó³ ax25.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure2_13 \
34         --without-x
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_localstatedir}/ax25
40
41 %{__make} install installconf \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post   -p /sbin/ldconfig
48 %postun -p /sbin/ldconfig
49
50 %files
51 %defattr(644,root,root,755)
52 %doc dmascc/README.dmascc tcpip/ttylinkd.{README,INSTALL}
53 %doc user_call/README.user_call
54 %{_sysconfdir}/ax25/*
55 %attr(755,root,root) %{_bindir}/*
56 %attr(755,root,root) %{_sbindir}/*
57 %docdir %{_docdir}/ax25-tools
58 %dir %{_docdir}/ax25-tools
59 %{_mandir}/man[14589]/*
60 %{_localstatedir}/ax25/*
This page took 0.052337 seconds and 3 git commands to generate.