Author: arekm Date: Sun Aug 3 13:44:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 8; avoid man section 9, move to section 3
---- Files affected: SPECS: ax25-tools.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/ax25-tools.spec diff -u SPECS/ax25-tools.spec:1.24 SPECS/ax25-tools.spec:1.25 --- SPECS/ax25-tools.spec:1.24 Fri Jul 11 11:18:37 2008 +++ SPECS/ax25-tools.spec Sun Aug 3 15:44:49 2008 @@ -3,7 +3,7 @@ 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 @@ -47,11 +47,16 @@ %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 @@ -67,7 +72,7 @@ %attr(755,root,root) %{_sbindir}/* %docdir %{_docdir}/ax25-tools %dir %{_docdir}/ax25-tools -%{_mandir}/man[14589]/* +%{_mandir}/man[13458]/* %{_localstatedir}/ax25/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -76,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2008/08/03 13:44:49 arekm +- rel 8; avoid man section 9, move to section 3 + Revision 1.24 2008/07/11 09:18:37 megabajt - release 7 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ax25-tools.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
