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