Blame SPECS/groff.spec

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