]> git.pld-linux.org Git - packages/ax25-tools.git/blob - ax25-tools.spec
- adapterized, cosmetics
[packages/ax25-tools.git] / ax25-tools.spec
1 Summary:        ax25 tools for hamradio
2 Summary(pl):    Narzêdzia ax25 dla hamradio
3 Name:           ax25-tools
4 Version:        0.0.8
5 Release:        2
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 BuildRequires:  libax25-devel
12 BuildRequires:  zlib-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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
21 %description
22 Tools for start up ax25 protocol.
23
24 %description -l pl
25 Narzêdzia inicjalizuj±ce protokó³ ax25.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure2_13
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT/var/ax25
37
38 %{__make} DESTDIR=$RPM_BUILD_ROOT install installconf
39 gzip -9nf $RPM_BUILD_ROOT%{_datadir}/doc/ax25-tools/*
40
41 %clean                                                                          
42 rm -rf $RPM_BUILD_ROOT
43
44 %post   -p /sbin/ldconfig
45 %postun -p /sbin/ldconfig
46
47 %files
48 %defattr(644,root,root,755)
49 %{_sysconfdir}/ax25/*
50 %attr(755,root,root) %{_bindir}/*
51 %attr(755,root,root) %{_sbindir}/*
52 %docdir %{_docdir}/ax25-tools
53 %dir %{_docdir}/ax25-tools
54 %{_docdir}/ax25-tools/*.gz
55 %{_mandir}/man[14589]/*
56 /var/ax25/*
This page took 0.065646 seconds and 4 git commands to generate.