]> git.pld-linux.org Git - packages/ax25-tools.git/blobdiff - ax25-tools.spec
- rel 8; avoid man section 9, move to section 3
[packages/ax25-tools.git] / ax25-tools.spec
index 0ffb141566850d1a278ddefa9eb0e578d9a55832..e1b44ee3f275fc436d3c8885b2db2519140b2853 100644 (file)
@@ -2,7 +2,7 @@ Summary:        ax25 tools for hamradio
 Summary(pl.UTF-8):     Narzędzia ax25 dla hamradio
 Name:          ax25-tools
 Version:       0.0.8
-Release:       7
+Release:       8
 License:       LGPL
 Group:         Applications/Communications
 Source0:       http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
@@ -46,11 +46,16 @@ Narzędzia inicjalizujące protokół ax25.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_localstatedir}/ax25
+install -d $RPM_BUILD_ROOT{%{_mandir}/man3,%{_localstatedir}/ax25}
 
 %{__make} install installconf \
        DESTDIR=$RPM_BUILD_ROOT
 
+install hdlcutil/baycom.9      $RPM_BUILD_ROOT%{_mandir}/man3/baycom.3
+install hdlcutil/hdlcdrv.9     $RPM_BUILD_ROOT%{_mandir}/man3/hdlcdrv.3
+
+rm -rf $RPM_BUILD_ROOT%{_mandir}/man9
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -66,5 +71,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/*
 %docdir %{_docdir}/ax25-tools
 %dir %{_docdir}/ax25-tools
-%{_mandir}/man[14589]/*
+%{_mandir}/man[13458]/*
 %{_localstatedir}/ax25/*
This page took 0.094981 seconds and 4 git commands to generate.