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