This commit is contained in:
parent
f473dfa0d3
commit
badb5eb7ba
48
groff.spec
48
groff.spec
@ -160,9 +160,7 @@ make %{?_smp_mflags}
|
||||
# remove groff basic files from bellow
|
||||
exit 1
|
||||
%else
|
||||
# FIXME: remove all that is not present in current groff in TW
|
||||
# and personalize the filelist to be exact here
|
||||
# remove all not really wanted files
|
||||
# remove all not really wanted files (they are present in -full variant)
|
||||
rm -rf %{buildroot}%{_mandir}/man5/
|
||||
rm -rf %{buildroot}%{_mandir}/man7/
|
||||
rm -rf %{buildroot}%{_infodir}/
|
||||
@ -174,6 +172,20 @@ rm -f %{buildroot}%{_libexecdir}/groff/{groff_opts_no_arg.txt,groff_opts_with_ar
|
||||
|
||||
rm -rf %{buildroot}%{_docdir}/groff
|
||||
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/%{version}/font/devcp1047
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/%{version}/font/devdvi
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/%{version}/font/devhtml
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/%{version}/font/devlbp
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/%{version}/font/devlj4
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/%{version}/font/devpdf
|
||||
|
||||
for i in addftinfo afmtodit chem eqn2graph gdiffmk glilypond gperl gpinyin grap2graph grn grodvi groffer grolbp grolj4 gropdf hpftodit indxbib lkbib lookbib pdfmom pdfroff pfbtops pic2graph post-grohtml pre-grohtml refer roff2dvi roff2html roff2pdf roff2ps roff2text roff2x tfmtodit; do
|
||||
rm -f %{buildroot}%{_bindir}/$i
|
||||
rm -f %{buildroot}%{_mandir}/man1/$i.1*
|
||||
done
|
||||
# this man does werdly not have reflecting binary
|
||||
rm -f %{buildroot}%{_mandir}/man1/grohtml.1*
|
||||
|
||||
# compat symlinks
|
||||
ln -s -f current %{buildroot}%{_datadir}/%{name}/%{version}
|
||||
ln -s -f eqn %{buildroot}%{_bindir}/geqn
|
||||
@ -198,8 +210,34 @@ install -m 644 %{SOURCE3} %{SOURCE4} %{buildroot}/%{_sysconfdir}/profile.d/
|
||||
%files
|
||||
%license COPYING FDL LICENSES
|
||||
%doc BUG-REPORT ChangeLog* MANIFEST MORE.STUFF NEWS PROBLEMS PROJECTS README
|
||||
%{_mandir}/man1/*
|
||||
%{_bindir}/*
|
||||
%{_bindir}/eqn
|
||||
%{_bindir}/geqn
|
||||
%{_bindir}/groff
|
||||
%{_bindir}/grog
|
||||
%{_bindir}/grops
|
||||
%{_bindir}/grotty
|
||||
%{_bindir}/gtbl
|
||||
%{_bindir}/mmroff
|
||||
%{_bindir}/neqn
|
||||
%{_bindir}/nroff
|
||||
%{_bindir}/pic
|
||||
%{_bindir}/preconv
|
||||
%{_bindir}/soelim
|
||||
%{_bindir}/tbl
|
||||
%{_bindir}/troff
|
||||
%{_mandir}/man1/eqn.1%{?ext_man}
|
||||
%{_mandir}/man1/groff.1%{?ext_man}
|
||||
%{_mandir}/man1/grog.1%{?ext_man}
|
||||
%{_mandir}/man1/grops.1%{?ext_man}
|
||||
%{_mandir}/man1/grotty.1%{?ext_man}
|
||||
%{_mandir}/man1/mmroff.1%{?ext_man}
|
||||
%{_mandir}/man1/neqn.1%{?ext_man}
|
||||
%{_mandir}/man1/nroff.1%{?ext_man}
|
||||
%{_mandir}/man1/pic.1%{?ext_man}
|
||||
%{_mandir}/man1/preconv.1%{?ext_man}
|
||||
%{_mandir}/man1/soelim.1%{?ext_man}
|
||||
%{_mandir}/man1/tbl.1%{?ext_man}
|
||||
%{_mandir}/man1/troff.1%{?ext_man}
|
||||
%config %{_sysconfdir}/profile.d/zzz-%{name}.*sh
|
||||
%{_datadir}/%{name}
|
||||
%dir %{_libexecdir}/groff
|
||||
|
Loading…
Reference in New Issue
Block a user