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