Blame SPECS/groff.spec

d4f5ec
%{!?with_x:%global with_x 1}
d4f5ec
d4f5ec
Summary: A document formatting system
d4f5ec
Name: groff
d4f5ec
Version: 1.22.3
d4f5ec
Release: 18%{?dist}
d4f5ec
License: GPLv3+ and GFDL and BSD and MIT
d4f5ec
Group: Applications/Publishing
d4f5ec
URL: http://www.gnu.org/software/groff/
d4f5ec
Source: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
d4f5ec
d4f5ec
# resolves: #530788
d4f5ec
Patch0: 0001-missing-groff-x11-info-message-when-gxditview-not-fo.patch
d4f5ec
Patch1: 0002-load-site-font-and-site-tmac-from-etc-groff.patch
d4f5ec
# resolves: #709413, #720058, #720057
d4f5ec
Patch2: 0003-various-security-fixes.patch
d4f5ec
# resolves: #987069
d4f5ec
Patch3: 0004-don-t-use-usr-bin-env-in-shebang.patch
d4f5ec
# SSIA
d4f5ec
Patch4: 0005-Add-missing-rule-for-gropdf.patch
d4f5ec
# resolves: #1602530
d4f5ec
Patch5: groff-1.22.3-coverity.patch
d4f5ec
d4f5ec
Requires: coreutils, /sbin/install-info, groff-base = %{version}-%{release}
d4f5ec
Requires(post): info
d4f5ec
Requires(preun): info
d4f5ec
BuildRequires: gcc, gcc-c++
d4f5ec
BuildRequires: byacc
d4f5ec
BuildRequires: git, netpbm-progs, perl-generators, psutils, ghostscript
d4f5ec
Provides: nroff-i18n = %{version}-%{release}
d4f5ec
Provides: bundled(gnulib)
d4f5ec
d4f5ec
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\([^.]*\\.pl\\)
d4f5ec
d4f5ec
%description
d4f5ec
Groff is a document formatting system. Groff takes standard text and
d4f5ec
formatting commands as input and produces formatted output. The
d4f5ec
created documents can be shown on a display or printed on a printer.
d4f5ec
Groff's formatting commands allow you to specify font type and size,
d4f5ec
bold type, italic type, the number and size of columns on a page, and
d4f5ec
more.
d4f5ec
d4f5ec
Groff can also be used to format man pages. If you are going to use
d4f5ec
groff with the X Window System, you will also need to install the
d4f5ec
groff-x11 package.
d4f5ec
d4f5ec
%package base
d4f5ec
Summary: Parts of the groff formatting system required to display manual pages
d4f5ec
Group: Applications/Publishing
d4f5ec
d4f5ec
%description base
d4f5ec
The groff-base package contains only necessary parts of groff formatting
d4f5ec
system which are required to display manual pages, and the groff's default
d4f5ec
display device (PostScript).
d4f5ec
d4f5ec
%package perl
d4f5ec
Summary: Parts of the groff formatting system that require Perl
d4f5ec
Group: Applications/Publishing
d4f5ec
Requires: groff-base = %{version}-%{release}
d4f5ec
d4f5ec
%description perl
d4f5ec
The groff-perl package contains the parts of the groff text processor
d4f5ec
package that require Perl. These include the afmtodit (font processor
d4f5ec
for creating PostScript font files), groffer (tool for displaying groff
d4f5ec
files), grog (utility that can be used to automatically determine groff
d4f5ec
command-line options), chem (groff preprocessor for producing chemical
d4f5ec
structure diagrams), mmroff (reference preprocessor) and roff2dvi
d4f5ec
roff2html roff2pdf roff2ps roff2text roff2x (roff code converters).
d4f5ec
d4f5ec
%if %{with_x}
d4f5ec
%package x11
d4f5ec
Summary: Parts of the groff formatting system that require X Windows System
d4f5ec
Group: Applications/Publishing
d4f5ec
Requires: groff-base = %{version}-%{release}
d4f5ec
BuildRequires: libXaw-devel, libXmu-devel
d4f5ec
Provides: groff-gxditview = %{version}-%{release}
d4f5ec
Obsoletes: groff-gxditview < 1.20.1
d4f5ec
d4f5ec
%description x11
d4f5ec
The groff-x11 package contains the parts of the groff text processor
d4f5ec
package that require X Windows System. These include gxditview (display
d4f5ec
groff intermediate output files on X Window System display) and
d4f5ec
xtotroff (converts X font metrics into groff font metrics).
d4f5ec
%endif
d4f5ec
d4f5ec
%package doc
d4f5ec
Summary: Documentation for groff document formatting system
d4f5ec
Group: Documentation
d4f5ec
BuildArch: noarch
d4f5ec
Requires: groff = %{version}-%{release}
d4f5ec
Requires(post): info
d4f5ec
Requires(preun): info
d4f5ec
d4f5ec
%description doc
d4f5ec
The groff-doc package includes additional documentation for groff
d4f5ec
text processor package. It contains examples, documentation for PIC
d4f5ec
language and documentation for creating PDF files.
d4f5ec
d4f5ec
%prep
d4f5ec
%setup -q
d4f5ec
git init
d4f5ec
git config user.email groff-owner@fedoraproject.org
d4f5ec
git config user.name "groff owner"
d4f5ec
git add .
d4f5ec
git commit -n -m "release %{version}"
d4f5ec
git am %{patches}
d4f5ec
d4f5ec
for file in NEWS src/devices/grolbp/grolbp.man doc/{groff.info*,webpage.ms} \
d4f5ec
                contrib/mm/*.man contrib/mom/examples/{README.txt,*.mom,mom.vim}; do
d4f5ec
    iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
d4f5ec
    mv "${file}_" "$file"
d4f5ec
done
d4f5ec
d4f5ec
%build
d4f5ec
%configure \
d4f5ec
    --docdir=%{_pkgdocdir} \
d4f5ec
    --with-appresdir=%{_datadir}/X11/app-defaults \
d4f5ec
    --with-grofferdir=%{_datadir}/%{name}/%{version}/groffer
d4f5ec
make %{?_smp_mflags}
d4f5ec
d4f5ec
%install
d4f5ec
make install DESTDIR=%{buildroot}
d4f5ec
d4f5ec
# some binaries need alias with 'g' or 'z' prefix
d4f5ec
for file in g{nroff,troff,tbl,pic,eqn,neqn,refer,lookbib,indxbib,soelim} zsoelim; do
d4f5ec
    ln -s ${file#?} %{buildroot}%{_bindir}/${file}
d4f5ec
    ln -s ${file#?}.1.gz %{buildroot}%{_mandir}/man1/${file}.1.gz
d4f5ec
done
d4f5ec
d4f5ec
# fix absolute symlink to relative symlink
d4f5ec
rm -f %{buildroot}%{_pkgdocdir}/pdf/mom-pdf.pdf
d4f5ec
ln -s ../examples/mom/mom-pdf.pdf %{buildroot}%{_pkgdocdir}/pdf/mom-pdf.pdf
d4f5ec
d4f5ec
# rename groff downloadable postscript fonts to meet Fedora Font Packaging guidelines,
d4f5ec
# as these files are more PS instructions, than general-purpose fonts (bz #477394)
d4f5ec
for file in $(find %{buildroot}%{_datadir}/%{name}/%{version}/font/devps -name "*.pfa"); do
d4f5ec
    mv ${file} ${file}_
d4f5ec
done
d4f5ec
sed --in-place 's/\.pfa$/.pfa_/' %{buildroot}%{_datadir}/%{name}/%{version}/font/devps/download
d4f5ec
d4f5ec
# remove unnecessary files
d4f5ec
rm -f %{buildroot}%{_infodir}/dir
d4f5ec
d4f5ec
# fix privileges
d4f5ec
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/groffer/version.sh
d4f5ec
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/font/devlj4/generate/special.awk
d4f5ec
d4f5ec
# remove CreationDate from documentation
d4f5ec
pushd %{buildroot}%{_pkgdocdir}
d4f5ec
    find -name "*.html" | xargs sed -i "/^
d4f5ec
    find -name "*.ps"   | xargs sed -i "/^%%%%CreationDate: /d"
d4f5ec
popd
d4f5ec
d4f5ec
# /bin/sed moved to /usr/bin/sed in Fedora
d4f5ec
sed --in-place 's|#! /bin/sed -f|#! /usr/bin/sed -f|' %{buildroot}%{_datadir}/groff/%{version}/font/devps/generate/symbol.sed
d4f5ec
d4f5ec
%post
d4f5ec
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
d4f5ec
d4f5ec
%preun
d4f5ec
if [ $1 = 0 ]; then
d4f5ec
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
d4f5ec
fi
d4f5ec
d4f5ec
%files
d4f5ec
# data
d4f5ec
%{_datadir}/%{name}/%{version}/font/devdvi/
d4f5ec
%{_datadir}/%{name}/%{version}/font/devlbp/
d4f5ec
%{_datadir}/%{name}/%{version}/font/devlj4/
d4f5ec
%{_datadir}/%{name}/%{version}/oldfont/
d4f5ec
%{_datadir}/%{name}/%{version}/pic/
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/62bit.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/a4.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/dvi.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/e.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/ec.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hdmisc.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hdtbl.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/lbp.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/lj4.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/m.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/me.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mm.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mm/
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mmse.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mom.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/ms.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mse.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/om.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/pdfmark.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/refer-me.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/refer-mm.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/refer-ms.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/refer.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/s.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/spdf.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/trace.tmac
d4f5ec
# programs
d4f5ec
%{_bindir}/addftinfo
d4f5ec
%{_bindir}/eqn2graph
d4f5ec
%{_bindir}/gdiffmk
d4f5ec
%{_bindir}/grap2graph
d4f5ec
%{_bindir}/grn
d4f5ec
%{_bindir}/grodvi
d4f5ec
%{_bindir}/grolbp
d4f5ec
%{_bindir}/grolj4
d4f5ec
%{_bindir}/hpftodit
d4f5ec
%{_bindir}/indxbib
d4f5ec
%{_bindir}/lkbib
d4f5ec
%{_bindir}/lookbib
d4f5ec
%{_bindir}/pdfroff
d4f5ec
%{_bindir}/pfbtops
d4f5ec
%{_bindir}/pic2graph
d4f5ec
%{_bindir}/refer
d4f5ec
%{_bindir}/tfmtodit
d4f5ec
%{_libdir}/groff/groff_opts_no_arg.txt
d4f5ec
%{_libdir}/groff/groff_opts_with_arg.txt
d4f5ec
%{_mandir}/man1/addftinfo.*
d4f5ec
%{_mandir}/man1/eqn2graph.*
d4f5ec
%{_mandir}/man1/gdiffmk.*
d4f5ec
%{_mandir}/man1/grap2graph.*
d4f5ec
%{_mandir}/man1/grn.*
d4f5ec
%{_mandir}/man1/grodvi.*
d4f5ec
%{_mandir}/man1/grohtml.*
d4f5ec
%{_mandir}/man1/grolbp.*
d4f5ec
%{_mandir}/man1/grolj4.*
d4f5ec
%{_mandir}/man1/hpftodit.*
d4f5ec
%{_mandir}/man1/indxbib.*
d4f5ec
%{_mandir}/man1/lkbib.*
d4f5ec
%{_mandir}/man1/lookbib.*
d4f5ec
%{_mandir}/man1/pdfroff.*
d4f5ec
%{_mandir}/man1/pfbtops.*
d4f5ec
%{_mandir}/man1/pic2graph.*
d4f5ec
%{_mandir}/man1/refer.*
d4f5ec
%{_mandir}/man1/tfmtodit.*
d4f5ec
# compatibility symlinks
d4f5ec
%{_bindir}/grefer
d4f5ec
%{_bindir}/glookbib
d4f5ec
%{_bindir}/gindxbib
d4f5ec
%{_mandir}/man1/grefer.*
d4f5ec
%{_mandir}/man1/glookbib.*
d4f5ec
%{_mandir}/man1/gindxbib.*
d4f5ec
# groff processor documentation
d4f5ec
%{_mandir}/man5/*
d4f5ec
%{_mandir}/man7/*
d4f5ec
%{_infodir}/groff.info*
d4f5ec
d4f5ec
%files base
d4f5ec
%{!?_licensedir:%global license %%doc}
d4f5ec
%license COPYING FDL LICENSES
d4f5ec
%doc BUG-REPORT MORE.STUFF NEWS PROBLEMS
d4f5ec
# configuration
d4f5ec
%dir %{_sysconfdir}/groff/
d4f5ec
%config(noreplace) %{_sysconfdir}/groff/*
d4f5ec
# data
d4f5ec
%dir %{_datadir}/%{name}/
d4f5ec
%dir %{_datadir}/%{name}/%{version}/
d4f5ec
%dir %{_datadir}/%{name}/%{version}/font/
d4f5ec
%dir %{_datadir}/%{name}/%{version}/tmac/
d4f5ec
%{_datadir}/%{name}/current
d4f5ec
%{_datadir}/%{name}/%{version}/eign
d4f5ec
%{_datadir}/%{name}/%{version}/font/devascii/
d4f5ec
%{_datadir}/%{name}/%{version}/font/devlatin1/
d4f5ec
%{_datadir}/%{name}/%{version}/font/devps/
d4f5ec
%{_datadir}/%{name}/%{version}/font/devutf8/
d4f5ec
%{_datadir}/%{name}/%{version}/font/devhtml/
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/an-ext.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/an-old.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/an.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/andoc.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/composite.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/cp1047.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/cs.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/de.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/den.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/devtag.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/doc-old.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/doc.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/eqnrc
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/europs.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/fallbacks.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/fr.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/html-end.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/html.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphen.cs
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphen.den
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphen.det
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphen.fr
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphen.sv
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphen.us
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphenex.cs
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphenex.det
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/hyphenex.us
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/ja.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/latin1.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/latin2.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/latin5.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/latin9.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/man.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mandoc.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mdoc.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/mdoc/
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/papersize.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/pic.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/ps.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/psatk.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/psold.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/pspic.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/safer.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/sv.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/trans.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/troffrc
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/troffrc-end
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/tty-char.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/tty.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/unicode.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/www.tmac
d4f5ec
# programs
d4f5ec
%{_bindir}/eqn
d4f5ec
%{_bindir}/groff
d4f5ec
%{_bindir}/grops
d4f5ec
%{_bindir}/grotty
d4f5ec
%{_bindir}/neqn
d4f5ec
%{_bindir}/nroff
d4f5ec
%{_bindir}/pic
d4f5ec
%{_bindir}/post-grohtml
d4f5ec
%{_bindir}/pre-grohtml
d4f5ec
%{_bindir}/preconv
d4f5ec
%{_bindir}/soelim
d4f5ec
%{_bindir}/tbl
d4f5ec
%{_bindir}/troff
d4f5ec
%{_mandir}/man1/eqn.*
d4f5ec
%{_mandir}/man1/groff.*
d4f5ec
%{_mandir}/man1/grops.*
d4f5ec
%{_mandir}/man1/grotty.*
d4f5ec
%{_mandir}/man1/neqn.*
d4f5ec
%{_mandir}/man1/nroff.*
d4f5ec
%{_mandir}/man1/pic.*
d4f5ec
%{_mandir}/man1/preconv.*
d4f5ec
%{_mandir}/man1/soelim.*
d4f5ec
%{_mandir}/man1/tbl.*
d4f5ec
%{_mandir}/man1/troff.*
d4f5ec
# compatibility symlinks
d4f5ec
%{_bindir}/gnroff
d4f5ec
%{_bindir}/gtroff
d4f5ec
%{_bindir}/gtbl
d4f5ec
%{_bindir}/gpic
d4f5ec
%{_bindir}/geqn
d4f5ec
%{_bindir}/gneqn
d4f5ec
%{_bindir}/gsoelim
d4f5ec
%{_bindir}/zsoelim
d4f5ec
%{_mandir}/man1/gnroff.*
d4f5ec
%{_mandir}/man1/gtroff.*
d4f5ec
%{_mandir}/man1/gtbl.*
d4f5ec
%{_mandir}/man1/gpic.*
d4f5ec
%{_mandir}/man1/geqn.*
d4f5ec
%{_mandir}/man1/gneqn.*
d4f5ec
%{_mandir}/man1/gsoelim.*
d4f5ec
%{_mandir}/man1/zsoelim.*
d4f5ec
%dir %{_libdir}/groff/
d4f5ec
d4f5ec
%files perl
d4f5ec
# data
d4f5ec
%{_datadir}/%{name}/%{version}/font/devpdf/
d4f5ec
%{_datadir}/%{name}/%{version}/groffer/
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/pdf.tmac
d4f5ec
# programs
d4f5ec
%{_bindir}/afmtodit
d4f5ec
%{_bindir}/chem
d4f5ec
%{_bindir}/gperl
d4f5ec
%{_bindir}/gpinyin
d4f5ec
%{_bindir}/glilypond
d4f5ec
%{_bindir}/groffer
d4f5ec
%{_bindir}/grog
d4f5ec
%{_bindir}/gropdf
d4f5ec
%{_bindir}/mmroff
d4f5ec
%{_bindir}/pdfmom
d4f5ec
%{_bindir}/roff2dvi
d4f5ec
%{_bindir}/roff2html
d4f5ec
%{_bindir}/roff2pdf
d4f5ec
%{_bindir}/roff2ps
d4f5ec
%{_bindir}/roff2text
d4f5ec
%{_bindir}/roff2x
d4f5ec
%{_mandir}/man1/afmtodit.*
d4f5ec
%{_mandir}/man1/chem.*
d4f5ec
%{_mandir}/man1/gperl.*
d4f5ec
%{_mandir}/man1/gpinyin.*
d4f5ec
%{_mandir}/man1/glilypond.*
d4f5ec
%{_mandir}/man1/groffer.*
d4f5ec
%{_mandir}/man1/grog.*
d4f5ec
%{_mandir}/man1/gropdf.*
d4f5ec
%{_mandir}/man1/mmroff.*
d4f5ec
%{_mandir}/man1/pdfmom.*
d4f5ec
%{_mandir}/man1/roff2dvi.*
d4f5ec
%{_mandir}/man1/roff2html.*
d4f5ec
%{_mandir}/man1/roff2pdf.*
d4f5ec
%{_mandir}/man1/roff2ps.*
d4f5ec
%{_mandir}/man1/roff2text.*
d4f5ec
%{_mandir}/man1/roff2x.*
d4f5ec
%dir %{_libdir}/groff/glilypond/
d4f5ec
%dir %{_libdir}/groff/gpinyin/
d4f5ec
%dir %{_libdir}/groff/grog/
d4f5ec
%{_libdir}/groff/glilypond/args.pl
d4f5ec
%{_libdir}/groff/glilypond/oop_fh.pl
d4f5ec
%{_libdir}/groff/glilypond/subs.pl
d4f5ec
%{_libdir}/groff/gpinyin/subs.pl
d4f5ec
%{_libdir}/groff/grog/subs.pl
d4f5ec
d4f5ec
%if %{with_x}
d4f5ec
%files x11
d4f5ec
# data
d4f5ec
%{_datadir}/%{name}/%{version}/font/devX*/
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/X.tmac
d4f5ec
%{_datadir}/%{name}/%{version}/tmac/Xps.tmac
d4f5ec
%{_datadir}/X11/app-defaults/GXditview
d4f5ec
%{_datadir}/X11/app-defaults/GXditview-color
d4f5ec
# programs
d4f5ec
%{_bindir}/gxditview
d4f5ec
%{_bindir}/xtotroff
d4f5ec
%{_mandir}/man1/gxditview.*
d4f5ec
%{_mandir}/man1/xtotroff.*
d4f5ec
%endif
d4f5ec
d4f5ec
%files doc
d4f5ec
%doc %{_pkgdocdir}/*.me
d4f5ec
%doc %{_pkgdocdir}/*.ps
d4f5ec
%doc %{_pkgdocdir}/*.ms
d4f5ec
%doc %{_pkgdocdir}/examples/
d4f5ec
%doc %{_pkgdocdir}/html/
d4f5ec
%doc %{_pkgdocdir}/pdf/
d4f5ec
d4f5ec
%changelog
d4f5ec
* Wed Dec 05 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-18
d4f5ec
- Fix also SHELLCHECK_WARNING
d4f5ec
  related: #1602530
d4f5ec
d4f5ec
* Wed Nov 28 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-17
d4f5ec
- Fix important Covscan defects
d4f5ec
  resolves: #1602530
d4f5ec
d4f5ec
* Wed Nov 28 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-16
d4f5ec
- Add missing "bundled(gnulib)" provides
d4f5ec
  resolves: #1654251
d4f5ec
d4f5ec
* Tue Feb 27 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-15
d4f5ec
- Add unowned directories to groff-base and groff-perl
d4f5ec
  resolves: #1548688
d4f5ec
d4f5ec
* Tue Feb 20 2018 Nikola Forró <nforro@redhat.com> - 1.22.3-14
d4f5ec
- Add missing gcc and gcc-c++ build dependencies
d4f5ec
d4f5ec
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-13
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d4f5ec
d4f5ec
* Tue Nov 21 2017 Nikola Forró <nforro@redhat.com> - 1.22.3-12
d4f5ec
- Move grog/subs.pl to groff-perl subpackage where it belongs
d4f5ec
  resolves: #1515167
d4f5ec
d4f5ec
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-11
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d4f5ec
d4f5ec
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-10
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d4f5ec
d4f5ec
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-9
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d4f5ec
d4f5ec
* Fri Feb 19 2016 Nikola Forró <nforro@redhat.com> - 1.22.3-8
d4f5ec
- Make groff-base depend on /usr/bin/sed rather than /bin/sed
d4f5ec
d4f5ec
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.3-7
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d4f5ec
d4f5ec
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.3-6
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d4f5ec
d4f5ec
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.22.3-5
d4f5ec
- Rebuilt for GCC 5 C++11 ABI change
d4f5ec
d4f5ec
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.22.3-4
d4f5ec
- Rebuilt for Fedora 23 Change
d4f5ec
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
d4f5ec
d4f5ec
* Fri Nov 14 2014 Colin Walters <walters@redhat.com> - 1.22.3-3
d4f5ec
- Move more binaries which depend on perl to the -perl subpackage (bug #1165356)
d4f5ec
d4f5ec
* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 1.22.3-2
d4f5ec
- Do not require private Perl modules (bug #1163011)
d4f5ec
d4f5ec
* Tue Nov 04 2014 jchaloup <jchaloup@redhat.com> - 1.22.3-1
d4f5ec
- Update to 1.22.3
d4f5ec
  resolves: #1160256
d4f5ec
d4f5ec
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.2-11
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d4f5ec
d4f5ec
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.22.2-10
d4f5ec
- fix license handling
d4f5ec
d4f5ec
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22.2-9
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d4f5ec
d4f5ec
* Tue Oct  1 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-8
d4f5ec
- resolves: #993806
d4f5ec
  removed versioned docdir from .spec file
d4f5ec
d4f5ec
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.22.2-7
d4f5ec
- Perl 5.18 rebuild
d4f5ec
d4f5ec
* Tue Jul 23 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-6
d4f5ec
- don't use /usr/bin/env in shebang
d4f5ec
d4f5ec
* Mon Jul 22 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-5
d4f5ec
- removed BSD and MIT license files - the text is already included
d4f5ec
  in the upstream tarball
d4f5ec
d4f5ec
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.22.2-4
d4f5ec
- Perl 5.18 rebuild
d4f5ec
d4f5ec
* Tue Jul  9 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-3
d4f5ec
- added BSD and MIT license files
d4f5ec
d4f5ec
* Mon Mar 11 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-2
d4f5ec
- resolves: #915682
d4f5ec
  moved html device to the groff-base subpackage
d4f5ec
d4f5ec
* Tue Feb 12 2013 Peter Schiffer <pschiffe@redhat.com> 1.22.2-1
d4f5ec
- resolves: #909154
d4f5ec
  updated to 1.22.2
d4f5ec
- cleaned .spec file
d4f5ec
d4f5ec
* Tue Jan 01 2013 Jan Vcelak <jvcelak@redhat.com> 1.22.1-1
d4f5ec
- new upstream release (#890973)
d4f5ec
  + various fixes in manual pages
d4f5ec
  + various fixes and improvements in macros
d4f5ec
  + new gropdf driver for generating PDF files
d4f5ec
- fix: backslash-period escape does not work (#682857)
d4f5ec
- fix: groff ftbfs - patch does not apply (#885225)
d4f5ec
d4f5ec
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-10
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d4f5ec
d4f5ec
* Tue May 29 2012 Jan Vcelak <jvcelak@redhat.com> 1.21-9
d4f5ec
- older security fixes (#709415, #720060):
d4f5ec
  + CVE-2009-5044: insecure temporary file handling in pdfroff
d4f5ec
  + CVE-2009-5080: improper handling of failed attempts to create temporary directories in eqn2graph/pic2graph/grap2graph
d4f5ec
  + CVE-2009-5081: roff2.pl and groffer.pl use easy-to-guess temporary file names
d4f5ec
d4f5ec
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-8
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d4f5ec
d4f5ec
* Wed Oct 12 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-7
d4f5ec
- update: move local configuration from /usr/share/groff/site-* to /etc/groff/*
d4f5ec
  (change the paths in the app instead of symlinking to avoid RPM issues)
d4f5ec
- fix groff package: add install-info to %%post and %%preun
d4f5ec
d4f5ec
* Tue Oct 11 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-6
d4f5ec
- fix build warnings: File listed twice
d4f5ec
d4f5ec
* Tue Sep 20 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-5
d4f5ec
- fix #739318: fix upgrade from previous versions (workaround for RPM bug)
d4f5ec
d4f5ec
* Fri Sep 16 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-4
d4f5ec
- new subpackage: groff-base (minimal for manual page rendering)
d4f5ec
- move shared data used by gxditview to groff-x11 subpackage
d4f5ec
- move groff reference manual to groff-doc subpackage
d4f5ec
- make groff-doc an architecture independent package
d4f5ec
- move local configuration from /usr/share/groff/site-* to /etc/groff/*
d4f5ec
d4f5ec
* Fri Jun 17 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-3
d4f5ec
- fix #678572: groffer libdir is incorrect
d4f5ec
- fix #709474: unowned groff doc dir
d4f5ec
- fix #712904: Japanese bold/underline text not displayed correctly (Daiki Ueno <dueno@redhat.com>)
d4f5ec
d4f5ec
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-2
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d4f5ec
d4f5ec
* Fri Jan 21 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-1
d4f5ec
- package rebase to 1.21
d4f5ec
d4f5ec
* Fri Nov 26 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-3
d4f5ec
- experimental support of Japanese (charclass and wcwidth patches)
d4f5ec
  thanks to Daiki Ueno (dueno@redhat.com)
d4f5ec
d4f5ec
* Fri Jul 30 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-2
d4f5ec
- Resolves: #477394 - Please convert to new font packaging guidelines
d4f5ec
d4f5ec
* Fri Mar 19 2010 Jan Vcelak <jvcelak@redhat.com> - 1.20.1-1
d4f5ec
- Resolves: #530788
d4f5ec
d4f5ec
* Fri Mar 12 2010 Jan Vcelak <jvcelak@redhat.com> - 1.20.1-0
d4f5ec
- Package rebase to upstream 1.20.1
d4f5ec
d4f5ec
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1.4-18
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d4f5ec
d4f5ec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1.4-17
d4f5ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d4f5ec
d4f5ec
* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> - 1.18.1.14-16
d4f5ec
- Fixed wrong symlinking of man pages into %%{_bindir} after simplifying
d4f5ec
d4f5ec
* Mon Sep 29 2008 Stepan Kasal <skasal@redhat.com> - 1.18.1.14-15
d4f5ec
- Replace groff-1.18-nohtml.patch by a code in spec file
d4f5ec
- fix groff-1.18-gzip.patch to apply cleanly
d4f5ec
- simplify the code for symlinking in %%install
d4f5ec
d4f5ec
* Wed Mar 26 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-14
d4f5ec
- 175459 warning goes on stderr
d4f5ec
d4f5ec
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.18.1.4-13
d4f5ec
- Autorebuild for GCC 4.3
d4f5ec
d4f5ec
* Wed Jan 23 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-12
d4f5ec
- rewrite nroff for using -Tencoding with main support of utf8
d4f5ec
- Resolves: rhbz#251064
d4f5ec
d4f5ec
* Thu Jan  3 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-11
d4f5ec
- fix for gcc4.3.0
d4f5ec
d4f5ec
* Mon Oct  8 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-10
d4f5ec
- path for groffer wasn't set correctly #89210
d4f5ec
d4f5ec
* Mon Sep 17 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-9
d4f5ec
- fix license
d4f5ec
d4f5ec
* Tue Sep 11 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-8
d4f5ec
- another change in spec for review
d4f5ec
d4f5ec
* Thu Aug 16 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-7
d4f5ec
- rebuild
d4f5ec
- another encoding are print correct with nroff
d4f5ec
- Resolves: rhbz#251064
d4f5ec
d4f5ec
* Mon Jul  2 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-5
d4f5ec
- Resolves: rhbz#245934
d4f5ec
d4f5ec
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-4
d4f5ec
- merge review
d4f5ec
- rhbz#225859 review
d4f5ec
d4f5ec
* Mon Jan 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-2
d4f5ec
- changes in spec, remove patches groff-1.18.1.1-bigendian.patch, groff-xlibs.patch
d4f5ec
 
d4f5ec
* Mon Oct 23 2006 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-1
d4f5ec
- new version from upstream - update groffer
d4f5ec
d4f5ec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-11.1
d4f5ec
- rebuild
d4f5ec
d4f5ec
* Wed Apr 26 2006 Adam Jackson <ajackson@redhat.com> - 1.18.1.1-11
d4f5ec
- Rebuild for updated imake build rules.
d4f5ec
d4f5ec
* Thu Feb 16 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-10
d4f5ec
- use mktemp for temporary files in pic2graph and eqn2graph scripts
d4f5ec
d4f5ec
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-9.2
d4f5ec
- bump again for double-long bug on ppc(64)
d4f5ec
- bump again for double-long bug on ppc(64)
d4f5ec
- bump again for double-long bug on ppc(64)
d4f5ec
d4f5ec
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-9.1
d4f5ec
- rebuilt for new gcc4.1 snapshot and glibc changes
d4f5ec
d4f5ec
* Thu Feb 02 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-9
d4f5ec
- remove gxditview from groff package (#179684)
d4f5ec
- remove obsolete "--enable-japanese" configure option
d4f5ec
d4f5ec
* Thu Jan 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-8
d4f5ec
- fix segfault in grotty on 64-bit big endian machines (#176904)
d4f5ec
- fix assertion failure on abort message (#141912)
d4f5ec
- attempt to fix a space problem with several european languages (#137728)
d4f5ec
d4f5ec
* Fri Jan 06 2006 Jindrich Novy <jnovy@redhat.com> - 1.18.1.1-7
d4f5ec
- require X dependencies only for gxditview (#177118)
d4f5ec
- work if bash's noclobber is on (#127492)
d4f5ec
d4f5ec
* Thu Jan 05 2006 Jindrich Novy <jnovy@redhat.com> - 1.18.1.1-6
d4f5ec
- add BuildRequires imake and update dependencies for modular X
d4f5ec
- spec cleanup
d4f5ec
- fix compilation with gcc-4.1.0
d4f5ec
d4f5ec
* Wed Nov 24 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-5
d4f5ec
- Convert also mmroff.1 to UTF-8
d4f5ec
d4f5ec
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-4
d4f5ec
- Convert man pages to UTF-8
d4f5ec
d4f5ec
* Tue Oct 19 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-3
d4f5ec
- fixed groffer scripte security problem (#136314)
d4f5ec
d4f5ec
* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-2
d4f5ec
- fixed DoCharacter calls in xditview (#110812)
d4f5ec
- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for
d4f5ec
  the bug hunting
d4f5ec
d4f5ec
* Tue Jun 29 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-1
d4f5ec
- new version 1.18.1.1 (fixed groffer script)
d4f5ec
d4f5ec
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d4f5ec
- rebuilt
d4f5ec
d4f5ec
* Mon Jun  7 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-35
d4f5ec
- fixed build prereq and requires
d4f5ec
d4f5ec
* Mon Mar  8 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-34
d4f5ec
- new debian groff patch: groff_1.18.1-15.diff
d4f5ec
- new fix for debian patch: groff-1.18.1-fix15.patch
d4f5ec
- fixed width in devutf8 font M: groff-1.18.1-devutf8.patch
d4f5ec
- removed iconv patch
d4f5ec
d4f5ec
* Mon Mar  1 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-33
d4f5ec
- fixed nroff script: convert output to locale charmap
d4f5ec
d4f5ec
* Wed Feb 25 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-32
d4f5ec
- fixed nroff script input (#116596)
d4f5ec
d4f5ec
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d4f5ec
- rebuilt
d4f5ec
d4f5ec
* Mon Feb 09 2004 Adrian Havill <havill@redhat.com>
d4f5ec
- provide I18N version of nroff that accepts --legacy parameter
d4f5ec
  (used by man-1.5m2-2)
d4f5ec
d4f5ec
* Thu Dec 18 2003 Thomas Woerner <twoerner@redhat.com>
d4f5ec
- fixed missing BuildRequires (#110574)
d4f5ec
d4f5ec
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- allow compiling this without XFree86
d4f5ec
d4f5ec
* Wed Aug  6 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-28.2
d4f5ec
- new devutf8 font description
d4f5ec
- use -Tutf8 for ru_*.UTF-8 in nroff.sh
d4f5ec
- fixes #88618 (ru_RU man pages in cambridge are using UTF-8, now)
d4f5ec
d4f5ec
* Fri Jun 13 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-28
d4f5ec
- rebuild (debian-9)
d4f5ec
d4f5ec
* Tue Jun 10 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-27
d4f5ec
- going back to 1.18.1-4 from debian (the newer versions did not work properly)
d4f5ec
- fixed nroff.sh for ru_RU.(!UTF-8)
d4f5ec
d4f5ec
* Mon May 19 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-26
d4f5ec
- fix input and output handler for 1.18.1-9 to be compatible with 1.18.1-4
d4f5ec
d4f5ec
* Tue Apr 29 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- 1.18.1-9 from debian
d4f5ec
d4f5ec
* Tue Apr 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- 1.18.1-8 from debian: use latin1 instead of C locale
d4f5ec
d4f5ec
* Sun Mar 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to debian patch 1.18.1-7 located at
d4f5ec
  ftp://ftp.debian.org/debian/pool/main/g/groff/
d4f5ec
d4f5ec
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.18.1-21
d4f5ec
- groff-xlibs.patch to fix ppc64 builds
d4f5ec
d4f5ec
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-20
d4f5ec
- Make the iconv patch a little less broken (bug #84132).
d4f5ec
d4f5ec
* Tue Feb 11 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-19
d4f5ec
- added new iconv patch
d4f5ec
d4f5ec
* Tue Feb 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- disable the iconv patch, this will go into a wrapper within the man rpm
d4f5ec
d4f5ec
* Mon Feb 10 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-17
d4f5ec
- fixed source of gzipped files
d4f5ec
d4f5ec
* Mon Feb 10 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- add Korean support from ynakai@redhat.com, #83933
d4f5ec
d4f5ec
* Sun Feb 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- remove automatic conversion for ru_* and cz_*
d4f5ec
- add 8bit patch
d4f5ec
- update to 1.18.1-4 debian patch
d4f5ec
- disable Patch8: groff-1.18.1-multichar.patch for now
d4f5ec
- add ugly patch within the iconv patch to partly fix display of russian
d4f5ec
  man-pages with "-Tnippon"
d4f5ec
d4f5ec
* Thu Feb  6 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-11
d4f5ec
- Unbreak EUC-JP (bug #83608).
d4f5ec
d4f5ec
* Mon Feb  3 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-10
d4f5ec
- fixed missing minus
d4f5ec
- added iconv conversion script
d4f5ec
d4f5ec
* Fri Jan 31 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-9
d4f5ec
- Fix UTF-8.
d4f5ec
d4f5ec
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d4f5ec
- rebuilt
d4f5ec
d4f5ec
* Wed Jan 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- also add hyphen changes to man.local in addition to mdoc.local
d4f5ec
d4f5ec
* Tue Jan 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- really include mdoc.local changes from debian
d4f5ec
d4f5ec
* Sat Jan 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- fix #81401, maybe also #57410
d4f5ec
d4f5ec
* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- add more documentation #80729
d4f5ec
d4f5ec
* Wed Jan 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- hot fix for devascii8 breakage
d4f5ec
d4f5ec
* Sun Dec 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to debian patch 1.18.1-2 located at
d4f5ec
  ftp://ftp.debian.org/debian/pool/main/g/groff/
d4f5ec
d4f5ec
* Mon Nov 18 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to 1.18.1
d4f5ec
- use newest debian patch on top of it
d4f5ec
d4f5ec
* Mon Nov 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- add gzip decompression patch
d4f5ec
d4f5ec
* Sat Nov 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to 1.18.1
d4f5ec
- apply groff_1.18-7 from debian
d4f5ec
- remove some not-packaged files
d4f5ec
- rm old printfilters completely
d4f5ec
d4f5ec
* Fri Oct 04 2002 Elliot Lee <sopwith@redhat.com> 1.18-7
d4f5ec
- Patch7 - move pfbtops to CCPROGDIRS (it needs to link to C++ stuff)
d4f5ec
d4f5ec
* Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- add patch for #72924
d4f5ec
d4f5ec
* Mon Aug 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- remove README.A4  #65920
d4f5ec
d4f5ec
* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- use info files as installed by groff package
d4f5ec
- completely disable older printconf stuff
d4f5ec
d4f5ec
* Thu Aug  8 2002 Yukihiro Nakai <ynakai@redhat.com>
d4f5ec
- link docj.tmac to doc.tmac #57560
d4f5ec
d4f5ec
* Thu Aug  1 2002 Harald Hoyer <harald@redhat.de>
d4f5ec
- update to 1.18
d4f5ec
- mmroff(7) is now mmroff(1)
d4f5ec
d4f5ec
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
d4f5ec
- build using gcc-3.2-0.1
d4f5ec
d4f5ec
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
d4f5ec
- automated rebuild
d4f5ec
d4f5ec
* Wed Jun 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- prereq install-info and add post/preun for info files
d4f5ec
d4f5ec
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- add info files #64667
d4f5ec
d4f5ec
* Fri Feb 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- rebuild in new environment
d4f5ec
d4f5ec
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to newest debian patch 1.17.2-16
d4f5ec
- patch4 is already included in that
d4f5ec
d4f5ec
* Thu Jan 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- disable printconf support, but do not yet delete it from the source rpm
d4f5ec
d4f5ec
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
d4f5ec
- automated rebuild
d4f5ec
d4f5ec
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- check string input
d4f5ec
d4f5ec
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- add URL tag
d4f5ec
d4f5ec
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to newest debian patch 1.17.2-13
d4f5ec
d4f5ec
* Thu Dec 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to newest debian patch 1.17.2-12
d4f5ec
d4f5ec
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 1.17.2-3
d4f5ec
- Added symlink from soelim to zsoelim, fixing bug (#51037)
d4f5ec
d4f5ec
* Tue Aug 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- fixes security bug #50494
d4f5ec
d4f5ec
* Sun Aug 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to 1.17.2
d4f5ec
- strerror patch is not needed anymore
d4f5ec
- apply newest debian patch
d4f5ec
d4f5ec
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
d4f5ec
- rebuild for C++ exception handling on ia64
d4f5ec
d4f5ec
* Tue Apr 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- do not change groff to use /etc/papersize. Deleted the changes
d4f5ec
  in the debian patch.
d4f5ec
d4f5ec
* Fri Mar 30 2001 Trond Eivind Glomsrřd <teg@redhat.com>
d4f5ec
- Add hyphen.cs - file generated as described in Czech how-to, 6.7
d4f5ec
d4f5ec
* Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- updated to newest debian patch to get nippon/ascii8 support
d4f5ec
  better working
d4f5ec
d4f5ec
* Fri Feb  9 2001 Crutcher Dunnavant <crutcher@redhat.com>
d4f5ec
- switch to printconf filtration rules
d4f5ec
d4f5ec
* Tue Jan 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- change app-defaults to /usr/X11R6/lib/X11/app-defaults/
d4f5ec
  and do not mark it as config file
d4f5ec
d4f5ec
* Thu Dec 14 2000 Yukihiro Nakai <ynakai@redhat.com>
d4f5ec
- Add Japanese patch from RHL7J
d4f5ec
d4f5ec
* Fri Aug  4 2000 Florian La Roche <Florian.LaRoche@redhat.de>
d4f5ec
- update to bug-fix release 1.16.1
d4f5ec
d4f5ec
* Fri Jul 28 2000 Tim Waugh <twaugh@redhat.com>
d4f5ec
- Install troff-to-ps.fpi in /usr/lib/rhs-printfilters (#13634).
d4f5ec
d4f5ec
* Wed Jul 19 2000 Jeff Johnson <jbj@redhat.com>
d4f5ec
- rebuild with gcc-2.96-41.
d4f5ec
d4f5ec
* Mon Jul 17 2000 Jeff Johnson <jbj@redhat.com>
d4f5ec
- rebuild to fix miscompilation manifesting in alpha build of tcltk.
d4f5ec
d4f5ec
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
d4f5ec
- automatic rebuild
d4f5ec
d4f5ec
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
d4f5ec
- Rebuild with new C++
d4f5ec
d4f5ec
* Fri Jun  9 2000 Bill Nottingham <notting@redhat.com>
d4f5ec
- move mmroff to -perl
d4f5ec
d4f5ec
* Wed Jun  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
d4f5ec
- Fix build
d4f5ec
- FHS
d4f5ec
- 1.16
d4f5ec
d4f5ec
* Sun May 14 2000 Jeff Johnson <jbj@redhat.com>
d4f5ec
- install tmac.mse (FWIW tmac.se looks broken) to fix dangling symlink (#10757).
d4f5ec
- add README.A4, how to set up for A4 paper (#8276).
d4f5ec
- add other documents to package.
d4f5ec
d4f5ec
* Thu Mar  2 2000 Jeff Johnson <jbj@redhat.com>
d4f5ec
- permit sourcing on regular files within cwd tree (unless -U specified).
d4f5ec
d4f5ec
* Wed Feb  9 2000 Jeff Johnson <jbj@redhat.com>
d4f5ec
- fix incorrectly installed tmac.m file (#8362).
d4f5ec
d4f5ec
* Mon Feb  7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
d4f5ec
- check if build system is sane again
d4f5ec
d4f5ec
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
d4f5ec
- fix description and summary
d4f5ec
- man pages are compressed. This is ugly.
d4f5ec
d4f5ec
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
d4f5ec
- put the binaries actually in the package *oops*
d4f5ec
d4f5ec
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
d4f5ec
- split perl components into separate subpackage
d4f5ec
d4f5ec
* Wed Dec 29 1999 Bill Nottingham <notting@redhat.com>
d4f5ec
- update to 1.15
d4f5ec
d4f5ec
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
d4f5ec
- auto rebuild in the new build environment (release 9)
d4f5ec
* Tue Feb 16 1999 Cristian Gafton <gafton@redhat.com>
d4f5ec
- glibc 2.1 patch for xditview (#992)
d4f5ec
d4f5ec
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
d4f5ec
- build for Raw Hide
d4f5ec
d4f5ec
* Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
d4f5ec
- fix makefiles to work with bash2
d4f5ec
d4f5ec
* Fri May 08 1998 Prospector System <bugs@redhat.com>
d4f5ec
- translations modified for de, fr, tr
d4f5ec
d4f5ec
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
d4f5ec
- use g++ for C++ code
d4f5ec
d4f5ec
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
d4f5ec
- manhattan and buildroot
d4f5ec
d4f5ec
* Mon Nov  3 1997 Michael Fulbright <msf@redhat.com>
d4f5ec
- made xdefaults file a config file
d4f5ec
d4f5ec
* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
d4f5ec
- split perl components into separate subpackage
d4f5ec
d4f5ec
* Tue Oct 21 1997 Michael Fulbright <msf@redhat.com>
d4f5ec
- updated to 1.11a
d4f5ec
- added safe troff-to-ps.fpi
d4f5ec
d4f5ec
* Tue Oct 14 1997 Michael Fulbright <msf@redhat.com>
d4f5ec
- removed troff-to-ps.fpi for security reasons.
d4f5ec
d4f5ec
* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
d4f5ec
- built against glibc
d4f5ec