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