install man pages from all sections

This commit is contained in:
Michal Hlavinka 2010-06-28 10:23:46 +00:00
parent 0c526086d4
commit e6279a1941

View File

@ -172,7 +172,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
popd popd
pushd dovecot-2-0-man-%{mansnap}/doc/man pushd dovecot-2-0-man-%{mansnap}/doc/man
install -D -m644 *.1 $RPM_BUILD_ROOT%{_mandir}/man1/ for f in `find . -regex '.*\.[12345678]$'`
do
install -D -m644 $f $RPM_BUILD_ROOT%{_mandir}/man${f##*.}/$f
done
popd popd
#move doc dir back to build dir so doc macro in files section can use it #move doc dir back to build dir so doc macro in files section can use it
@ -344,6 +347,7 @@ make check
%{_mandir}/man1/dovecot*.1.gz %{_mandir}/man1/dovecot*.1.gz
%{_mandir}/man1/dsync.1.gz %{_mandir}/man1/dsync.1.gz
%{_mandir}/man5/dovecot.conf.5.gz %{_mandir}/man5/dovecot.conf.5.gz
%{_mandir}/man7/doveadm-search-query.7.gz
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)