]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps.spec
- in file call/call.c | #include <curses.h> corected to <ncurses/curses.h>
[packages/ax25-apps.git] / ax25-apps.spec
1 Summary: ax25 toolls for hamradio.
2 Name: ax25-apps
3 Version: 0.0.5
4 Release: 1
5 License: LGPL
6 Group: Applications/Communications
7 Group(pl): Aplikacje/Komunikacja
8 Source0: http://prdownloads.sourceforge.net/ax25/ax25-apps-%{version}.tar.gz
9 Patch0: http://zolw.eu.org/~djrzulf/PLD/patch/%{name}-call.patch
10 Patch1: http://zolw.eu.org/~djrzulf/PLD/patch/%{name}-menu.patch
11 Patch2: http://zolw.eu.org/~djrzulf/PLD/patch/%{name}-listen.patch
12 Patch3: http://zolw.eu.org/~djrzulf/PLD/patch/%{name}-utils.patch
13 BuildRoot: /tmp/%{name}-%{version}-root
14 ExclusiveArch: %{ix86}
15 Requires: glibc >= 2.2
16 Requires: kernel >= 2.2.0
17 Requires: libtool >= 1.4.2
18 Requires: libax25 >= 0.0.9
19 Requires: zlib >= 1.1.3
20 Requires: ax25-tools >= 0.0.8
21
22 BuildRequires: libax25-devel
23 BuildRequires: zlib-devel
24
25 %description
26
27 Applications to test our AX25 connects.
28
29 %description -l pl
30
31 Aplikacje testuj±ce sprawno¶æ po³±czeñ protoko³u AX25.
32
33 %prep
34 %setup -q
35
36 cd call
37 %patch0 -p0
38 %patch1 -p0
39 cd ../listen
40 %patch2 -p0
41 %patch3 -p0
42
43 %build
44
45 %configure2_13
46 make
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 make DESTDIR=${RPM_BUILD_ROOT} install installconf
52 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/doc/ax25-apps/*
53 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/man/man1/*
54 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/man/man5/*
55 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/man/man8/*
56
57 %post -p /sbin/ldconfig
58
59 %postun -p /sbin/ldconfig
60
61 #%clean                                                                          
62 #rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(-,root,root)
66 /%{_sysconfdir}/ax25/*
67 /%{_bindir}/*
68 /%{_sbindir}/*
69 /%{_docdir}/ax25-apps/*.gz
70 /%{_mandir}/man[158]/*.gz
This page took 0.053766 seconds and 3 git commands to generate.