]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps.spec
- patches replaced by CPPFLAGS
[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 BuildRoot: /tmp/%{name}-%{version}-root
10 ExclusiveArch: %{ix86}
11 Requires: glibc >= 2.2
12 Requires: kernel >= 2.2.0
13 Requires: libtool >= 1.4.2
14 Requires: libax25 >= 0.0.9
15 Requires: zlib >= 1.1.3
16 Requires: ax25-tools >= 0.0.8
17
18 BuildRequires: libax25-devel
19 BuildRequires: zlib-devel
20
21 %description
22
23 Applications to test our AX25 connects.
24
25 %description -l pl
26
27 Aplikacje testuj±ce sprawno¶æ po³±czeñ protoko³u AX25.
28
29 %prep
30 %setup -q
31
32 %build
33
34 CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
35 %configure2_13
36 make
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 make DESTDIR=${RPM_BUILD_ROOT} install installconf
42 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/doc/ax25-apps/*
43 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/man/man1/*
44 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/man/man5/*
45 gzip -9nf ${RPM_BUILD_ROOT}/usr/share/man/man8/*
46
47 %post -p /sbin/ldconfig
48
49 %postun -p /sbin/ldconfig
50
51 %clean                                                                          
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(-,root,root)
56 /%{_sysconfdir}/ax25/*
57 /%{_bindir}/*
58 /%{_sbindir}/*
59 /%{_docdir}/ax25-apps/*.gz
60 /%{_mandir}/man[158]/*.gz
This page took 0.102202 seconds and 3 git commands to generate.