Author: patrys Date: Thu Apr 20 18:55:46 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - dropped man2 as suggested by qboosh
---- Files affected: SPECS: modutils.spec (1.136 -> 1.137) ---- Diffs: ================================================================ Index: SPECS/modutils.spec diff -u SPECS/modutils.spec:1.136 SPECS/modutils.spec:1.137 --- SPECS/modutils.spec:1.136 Tue Dec 13 14:58:51 2005 +++ SPECS/modutils.spec Thu Apr 20 20:55:41 2006 @@ -19,7 +19,7 @@ Summary(uk): őÔÉĚŚÔÉ ÄĚŃ ŇĎÂĎÔÉ Ú ÍĎÄŐĚŃÍÉ ŃÄŇÁ Name: modutils Version: 2.4.27 -Release: 6 +Release: 7 License: GPL Group: Applications/System Source0: ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/%{name}-%{version}.tar.bz2 @@ -190,7 +190,7 @@ if test -f $a/$c ; then if test -z $dirs_installed ; then dirs_installed=1 - install -d $RPM_BUILD_ROOT%{_mandir}/$a/man{1,2,5,8} + install -d $RPM_BUILD_ROOT%{_mandir}/$a/man{1,5,8} fi case $c in man8/depmod.8) install $a/$c $RPM_BUILD_ROOT%{_mandir}/$a/man8/depmod%{__suffix}.8;; @@ -199,6 +199,7 @@ man8/modprobe.8) install $a/$c $RPM_BUILD_ROOT%{_mandir}/$a/man8/modrobe%{__suffix}.8;; man8/rmmod.8) install $a/$c $RPM_BUILD_ROOT%{_mandir}/$a/man8/rmmod%{__suffix}.8;; man8/modinfo.8) install $a/$c $RPM_BUILD_ROOT%{_mandir}/$a/man8/modinfo%{__suffix}.8;; + man2/*) ;; *) install $a/$c $RPM_BUILD_ROOT%{_mandir}/$a/$c esac fi @@ -240,8 +241,6 @@ %attr(640,root,root) /etc/cron.d/kmod %attr(755,root,root) %{_sbindir}/* %{_mandir}/man*/* -%lang(de) %{_mandir}/de/man*/* -%lang(es) %{_mandir}/es/man*/* %lang(fr) %{_mandir}/fr/man*/* %lang(hu) %{_mandir}/hu/man*/* %lang(ja) %{_mandir}/ja/man*/* @@ -254,6 +253,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.137 2006/04/20 18:55:41 patrys +- dropped man2 as suggested by qboosh + Revision 1.136 2005/12/13 13:58:51 glen - adapterized (sorted %verify attrs) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/modutils.spec?r1=1.136&r2=1.137&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
