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