]> git.pld-linux.org Git - packages/ax25-tools.git/commitdiff
- rel 8; avoid man section 9, move to section 3 auto/th/ax25-tools-0_0_8-8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 3 Aug 2008 13:44:49 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ax25-tools.spec -> 1.25

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.109653 seconds and 4 git commands to generate.