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