]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps.spec
- BR: autoconf,automake,libtool; new %%doc
[packages/ax25-apps.git] / ax25-apps.spec
1 Summary:        ax25 tools for hamradio
2 Summary(pl):    Narzêdzia ax25 dla hamradio
3 Name:           ax25-apps
4 Version:        0.0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://prdownloads.sourceforge.net/ax25/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRequires:  automake
11 BuildRequires:  libax25-devel
12 BuildRequires:  libtool
13 BuildRequires:  ncurses-devel
14 BuildRequires:  zlib-devel
15 Requires:       libax25 >= 0.0.9
16 Requires:       ax25-tools >= 0.0.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18 Conflicts:      kernel <= 2.2.0
19
20 %description
21 Applications to test our AX25 connects.
22
23 %description -l pl
24 Aplikacje testuj±ce sprawno¶æ po³±czeñ protoko³u AX25.
25
26 %prep
27 %setup -q
28
29 %build
30 rm -f missing
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 AM_CFLAGS="-I%{_includedir}/ncurses"; export AM_CFLAGS
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install installconf \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README */{COPYING,HISTORY,README}*
51 %{_sysconfdir}/ax25/*
52 %attr(755,root,root) %{_bindir}/*
53 %attr(755,root,root) %{_sbindir}/*
54 %{_mandir}/man[158]/*
This page took 0.036019 seconds and 3 git commands to generate.