2004-09-09 05:56:34 +00:00
|
|
|
|
%{!?with_x:%define with_x 1}
|
2004-09-09 05:55:36 +00:00
|
|
|
|
|
2007-02-27 14:03:49 +00:00
|
|
|
|
Summary: A document formatting system
|
2010-03-12 12:33:46 +00:00
|
|
|
|
Name: groff
|
2011-01-21 16:13:25 +00:00
|
|
|
|
Version: 1.21
|
2011-06-17 12:20:02 +00:00
|
|
|
|
Release: 3%{?dist}
|
2010-03-12 12:33:46 +00:00
|
|
|
|
License: GPLv3+ and GFDL and BSD and MIT
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Group: Applications/Publishing
|
2007-02-27 14:03:49 +00:00
|
|
|
|
URL: http://groff.ffii.org
|
2010-03-12 12:33:46 +00:00
|
|
|
|
|
2006-01-05 14:49:14 +00:00
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
|
2010-03-12 12:33:46 +00:00
|
|
|
|
|
2010-03-19 11:31:50 +00:00
|
|
|
|
Patch1: groff-info-missing-x11.patch
|
2011-01-21 16:13:25 +00:00
|
|
|
|
Patch2: groff-makefile-typo.patch
|
|
|
|
|
Patch3: groff-manpages-typos.patch
|
2011-06-17 12:20:02 +00:00
|
|
|
|
Patch4: groff-grofferdir-auto.patch
|
2010-03-19 11:31:50 +00:00
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Requires: mktemp
|
2007-02-27 14:03:49 +00:00
|
|
|
|
Requires: /sbin/install-info
|
2010-03-12 12:33:46 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Provides: nroff-i18n = %{version}-%{release}
|
|
|
|
|
BuildRequires: netpbm-progs psutils ghostscript
|
|
|
|
|
# when building from CVS add: BuildRequires: texinfo byacc
|
|
|
|
|
Requires(post): info
|
|
|
|
|
Requires(preun): info
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%description
|
2004-09-09 05:52:25 +00:00
|
|
|
|
Groff is a document formatting system. Groff takes standard text and
|
|
|
|
|
formatting commands as input and produces formatted output. The
|
2004-09-09 05:50:51 +00:00
|
|
|
|
created documents can be shown on a display or printed on a printer.
|
|
|
|
|
Groff's formatting commands allow you to specify font type and size,
|
|
|
|
|
bold type, italic type, the number and size of columns on a page, and
|
|
|
|
|
more.
|
|
|
|
|
|
2004-09-09 05:52:25 +00:00
|
|
|
|
Groff can also be used to format man pages. If you are going to use
|
|
|
|
|
groff with the X Window System, you will also need to install the
|
2010-03-12 12:33:46 +00:00
|
|
|
|
groff-x11 package.
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%package perl
|
2007-02-27 14:03:49 +00:00
|
|
|
|
Summary: Parts of the groff formatting system that require Perl
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Group: Applications/Publishing
|
2010-03-12 12:33:46 +00:00
|
|
|
|
Requires: groff = %{version}-%{release}
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
|
The groff-perl package contains the parts of the groff text processor
|
2010-03-12 12:33:46 +00:00
|
|
|
|
package that require Perl. These include the afmtodit (font processor
|
|
|
|
|
for creating PostScript font files), groffer (tool for displaying groff
|
|
|
|
|
files), grog (utility that can be used to automatically determine groff
|
|
|
|
|
command-line options), chem (groff preprocessor for producing chemical
|
|
|
|
|
structure diagrams), mmroff (reference preprocessor) and roff2dvi
|
|
|
|
|
roff2html roff2pdf roff2ps roff2text roff2x (roff code converters).
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
|
%if %{with_x}
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%package x11
|
|
|
|
|
Summary: Parts of the groff formatting system that require X Windows System
|
2004-09-09 05:50:51 +00:00
|
|
|
|
Group: Applications/Publishing
|
2010-03-12 12:33:46 +00:00
|
|
|
|
BuildRequires: libXaw-devel libXmu-devel
|
|
|
|
|
Requires: groff = %{version}-%{release}
|
|
|
|
|
Provides: groff-gxditview = %{version}-%{release}
|
|
|
|
|
Obsoletes: groff-gxditview < 1.20.1
|
|
|
|
|
|
|
|
|
|
%description x11
|
|
|
|
|
The groff-x11 package contains the parts of the groff text processor
|
|
|
|
|
package that require X Windows System. These include gxditview (display
|
|
|
|
|
groff intermediate output files on X Window System display) and
|
|
|
|
|
xtotroff (converts X font metrics into groff font metrics).
|
2004-09-09 05:55:36 +00:00
|
|
|
|
%endif
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%package doc
|
|
|
|
|
Summary: Documentation for groff document formatting system
|
|
|
|
|
Group: Documentation
|
|
|
|
|
Requires: groff = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
|
The groff-doc package includes additional documentation for groff
|
|
|
|
|
text processor package. It contains examples, documentation for PIC
|
|
|
|
|
language and documentation for creating PDF files.
|
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
%prep
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%setup -q
|
2010-03-19 11:31:50 +00:00
|
|
|
|
%patch1 -p1 -b .info-missing-x11
|
2011-01-21 16:13:25 +00:00
|
|
|
|
%patch2 -p1 -b .makefile-typo
|
|
|
|
|
%patch3 -p1 -b .manpages-typos
|
2011-06-17 12:20:02 +00:00
|
|
|
|
%patch4 -p1 -b .grofferdir-auto
|
2010-03-12 12:33:46 +00:00
|
|
|
|
|
|
|
|
|
for file in NEWS src/devices/grolbp/grolbp.man doc/{groff.info*,webpage.ms} \
|
|
|
|
|
contrib/mm/*.man contrib/mom/examples/{README.txt,*.mom} ; do
|
|
|
|
|
iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
|
|
|
|
|
mv "${file}_" "$file"
|
2004-11-20 19:08:55 +00:00
|
|
|
|
done
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2011-06-17 12:20:02 +00:00
|
|
|
|
%configure \
|
|
|
|
|
--docdir=%{_docdir}/%{name}-%{version} \
|
|
|
|
|
--with-appresdir=%{_datadir}/X11/app-defaults \
|
|
|
|
|
--with-grofferdir=%{_datadir}/%{name}/%{version}/groffer
|
2010-03-12 12:33:46 +00:00
|
|
|
|
make
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2010-03-12 12:33:46 +00:00
|
|
|
|
rm -rf %{buildroot}
|
2008-09-29 10:18:04 +00:00
|
|
|
|
|
2011-06-17 12:20:02 +00:00
|
|
|
|
make install DESTDIR=%{buildroot}
|
2010-03-12 12:33:46 +00:00
|
|
|
|
|
|
|
|
|
# some binaries need alias with 'g' or 'z' prefix
|
|
|
|
|
|
|
|
|
|
for file in g{nroff,troff,tbl,pic,eqn,neqn,refer,lookbib,indxbib,soelim} zsoelim; do
|
|
|
|
|
ln -s ${file#?} %{buildroot}%{_bindir}/${file}
|
|
|
|
|
ln -s ${file#?}.1.gz %{buildroot}%{_mandir}/man1/${file}.1.gz
|
2008-09-29 10:18:04 +00:00
|
|
|
|
done
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
# perl dependent files in /usr/bin will be in separate package
|
|
|
|
|
|
|
|
|
|
rm -f files-perl files-nonperl
|
|
|
|
|
for file in %{buildroot}%{_bindir}/*; do
|
|
|
|
|
# package selection
|
|
|
|
|
if grep -q -m1 '^#!.*\<perl\>' $file; then
|
|
|
|
|
output_file=files-perl
|
|
|
|
|
else
|
|
|
|
|
output_file=files-nonperl
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
echo %{_bindir}/$(basename $file) >> $output_file
|
|
|
|
|
|
|
|
|
|
# manpage availability
|
|
|
|
|
manfile=%{buildroot}%{_mandir}/man1/$(basename $file).\*
|
|
|
|
|
if [ -f $manfile -o -L $manfile ]; then
|
|
|
|
|
echo %{_mandir}/man1/$(basename $file).\* >> $output_file
|
|
|
|
|
fi
|
|
|
|
|
done
|
2004-09-09 05:54:44 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
# another documentation files
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
cp BUG-REPORT COPYING FDL LICENSES MORE.STUFF NEWS PROBLEMS %{buildroot}%{_docdir}/%{name}-%{version}
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2010-07-30 17:39:39 +00:00
|
|
|
|
# rename groff downloadable postscript fonts to meet Fedora Font Packaging guidelines, as these files
|
|
|
|
|
# are more PS instructions, than general-purpose fonts (bz #477394)
|
|
|
|
|
|
|
|
|
|
for file in $(find %{buildroot}%{_datadir}/%{name}/%{version}/font/devps -name "*.pfa"); do
|
|
|
|
|
mv ${file} ${file}_
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
sed --in-place 's/\.pfa$/.pfa_/' %{buildroot}%{_datadir}/%{name}/%{version}/font/devps/download
|
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
# remove unnecessary files and fix privileges
|
2004-09-09 05:51:35 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
2004-09-09 05:56:32 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/groffer/version.sh
|
|
|
|
|
chmod 755 %{buildroot}%{_datadir}/groff/%{version}/font/devlj4/generate/special.awk
|
2004-09-09 05:54:19 +00:00
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
%clean
|
2010-03-12 12:33:46 +00:00
|
|
|
|
rm -rf %{buildroot}
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2004-09-09 05:54:19 +00:00
|
|
|
|
%post
|
2010-03-12 12:33:46 +00:00
|
|
|
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
2004-09-09 05:54:19 +00:00
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
if [ $1 = 0 ]; then
|
2010-03-12 12:33:46 +00:00
|
|
|
|
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
|
2004-09-09 05:54:19 +00:00
|
|
|
|
fi
|
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%files -f files-nonperl
|
2007-02-27 14:03:49 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
2011-06-17 12:22:15 +00:00
|
|
|
|
%dir %{_docdir}/%{name}-%{version}
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/*.me
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/*.ps
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/*.ms
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/BUG-REPORT
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/COPYING
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/FDL
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/LICENSES
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/MORE.STUFF
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/NEWS
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/PROBLEMS
|
|
|
|
|
%{_datadir}/groff/
|
|
|
|
|
# manpages for binaries are covered by -f
|
|
|
|
|
%{_mandir}/man1/grohtml.*
|
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
|
%{_infodir}/groff.info*
|
|
|
|
|
%exclude %{_datadir}/groff/%{version}/groffer
|
|
|
|
|
%exclude %{_bindir}/gxditview
|
|
|
|
|
%exclude %{_bindir}/xtotroff
|
|
|
|
|
%exclude %{_mandir}/man1/gxditview.*
|
|
|
|
|
%exclude %{_mandir}/man1/xtotroff.*
|
|
|
|
|
|
|
|
|
|
%files perl -f files-perl
|
2007-02-27 14:03:49 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%{_datadir}/groff/%{version}/groffer/
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
|
%if %{with_x}
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%files x11
|
2007-02-27 14:03:49 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
2006-01-05 14:49:14 +00:00
|
|
|
|
%{_bindir}/gxditview
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%{_bindir}/xtotroff
|
2006-01-05 14:49:14 +00:00
|
|
|
|
%{_datadir}/X11/app-defaults/GXditview
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%{_datadir}/X11/app-defaults/GXditview-color
|
|
|
|
|
%{_mandir}/man1/gxditview.*
|
|
|
|
|
%{_mandir}/man1/xtotroff.*
|
2004-09-09 05:55:36 +00:00
|
|
|
|
%endif
|
2004-09-09 05:50:51 +00:00
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
%files doc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/examples/
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/html/
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/pdf/
|
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
%changelog
|
2011-06-17 12:20:02 +00:00
|
|
|
|
* Fri Jun 17 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-3
|
|
|
|
|
- fix #678572: groffer libdir is incorrect
|
2011-06-17 12:22:15 +00:00
|
|
|
|
- fix #709474: unowned groff doc dir
|
2011-06-17 12:20:02 +00:00
|
|
|
|
|
2011-02-09 06:20:44 +00:00
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
2011-01-21 16:13:25 +00:00
|
|
|
|
* Fri Jan 21 2011 Jan Vcelak <jvcelak@redhat.com> 1.21-1
|
|
|
|
|
- package rebase to 1.21
|
|
|
|
|
|
2010-11-26 11:08:40 +00:00
|
|
|
|
* Fri Nov 26 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-3
|
|
|
|
|
- experimental support of Japanese (charclass and wcwidth patches)
|
|
|
|
|
thanks to Daiki Ueno (dueno@redhat.com)
|
|
|
|
|
|
2010-07-30 17:39:39 +00:00
|
|
|
|
* Fri Jul 30 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-2
|
|
|
|
|
- Resolves: #477394 - Please convert to new font packaging guidelines
|
|
|
|
|
|
2010-03-19 11:31:50 +00:00
|
|
|
|
* Fri Mar 19 2010 Jan Vcelak <jvcelak@redhat.com> - 1.20.1-1
|
|
|
|
|
- Resolves: #530788
|
|
|
|
|
|
2010-03-12 12:33:46 +00:00
|
|
|
|
* Tue Mar 12 2010 Jan Vcelak <jvcelak@redhat.com> - 1.20.1-0
|
|
|
|
|
- Package rebase to upstream 1.20.1
|
|
|
|
|
|
2009-07-25 01:30:32 +00:00
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1.4-18
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
2009-02-25 01:12:58 +00:00
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18.1.4-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
2008-11-03 11:55:14 +00:00
|
|
|
|
* Sun Oct 19 2008 Robert Scheck <robert@fedoraproject.org> - 1.18.1.14-16
|
|
|
|
|
- Fixed wrong symlinking of man pages into %%{_bindir} after simplifying
|
|
|
|
|
|
2008-09-29 10:18:04 +00:00
|
|
|
|
* Mon Sep 29 2008 Stepan Kasal <skasal@redhat.com> - 1.18.1.14-15
|
|
|
|
|
- Replace groff-1.18-nohtml.patch by a code in spec file
|
|
|
|
|
- fix groff-1.18-gzip.patch to apply cleanly
|
|
|
|
|
- simplify the code for symlinking in %%install
|
|
|
|
|
|
2008-03-26 13:47:06 +00:00
|
|
|
|
* Wed Mar 26 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-14
|
|
|
|
|
- 175459 warning goes on stderr
|
|
|
|
|
|
2008-02-19 14:27:48 +00:00
|
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.18.1.4-13
|
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
|
2008-01-23 13:28:17 +00:00
|
|
|
|
* Wed Jan 23 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-12
|
|
|
|
|
- rewrite nroff for using -Tencoding with main support of utf8
|
|
|
|
|
- Resolves: rhbz#251064
|
|
|
|
|
|
2008-01-04 07:59:25 +00:00
|
|
|
|
* Thu Jan 3 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-11
|
|
|
|
|
- fix for gcc4.3.0
|
|
|
|
|
|
2007-10-08 08:19:31 +00:00
|
|
|
|
* Mon Oct 8 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-10
|
|
|
|
|
- path for groffer wasn't set correctly #89210
|
|
|
|
|
|
2007-09-17 08:01:15 +00:00
|
|
|
|
* Mon Sep 17 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-9
|
|
|
|
|
- fix license
|
|
|
|
|
|
2007-09-11 13:18:53 +00:00
|
|
|
|
* Tue Sep 11 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-8
|
|
|
|
|
- another change in spec for review
|
|
|
|
|
|
2007-08-16 14:11:35 +00:00
|
|
|
|
* Thu Aug 16 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-7
|
|
|
|
|
- rebuild
|
2007-08-16 11:26:13 +00:00
|
|
|
|
- another encoding are print correct with nroff
|
|
|
|
|
- Resolves: rhbz#251064
|
|
|
|
|
|
2007-07-03 09:53:23 +00:00
|
|
|
|
* Mon Jul 2 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-5
|
|
|
|
|
- Resolves: rhbz#245934
|
|
|
|
|
|
2007-02-27 14:03:49 +00:00
|
|
|
|
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-4
|
|
|
|
|
- merge review
|
|
|
|
|
- rhbz#225859 review
|
|
|
|
|
|
2007-01-22 13:10:27 +00:00
|
|
|
|
* Mon Jan 22 2007 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-2
|
|
|
|
|
- changes in spec, remove patches groff-1.18.1.1-bigendian.patch, groff-xlibs.patch
|
|
|
|
|
|
2006-10-23 13:06:48 +00:00
|
|
|
|
* Mon Oct 23 2006 Marcela Maslanova <mmaslano@redhat.com> - 1.18.1.4-1
|
|
|
|
|
- new version from upstream - update groffer
|
|
|
|
|
|
2006-07-12 06:14:26 +00:00
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-11.1
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2006-04-26 15:23:30 +00:00
|
|
|
|
* Wed Apr 26 2006 Adam Jackson <ajackson@redhat.com> - 1.18.1.1-11
|
|
|
|
|
- Rebuild for updated imake build rules.
|
|
|
|
|
|
2006-02-16 15:39:44 +00:00
|
|
|
|
* Thu Feb 16 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-10
|
|
|
|
|
- use mktemp for temporary files in pic2graph and eqn2graph scripts
|
|
|
|
|
|
2006-02-11 03:20:54 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-9.2
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
2006-10-23 13:06:48 +00:00
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
2006-02-11 03:20:54 +00:00
|
|
|
|
|
2006-02-07 11:59:56 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.18.1.1-9.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2006-02-02 08:54:09 +00:00
|
|
|
|
* Thu Feb 02 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-9
|
|
|
|
|
- remove gxditview from groff package (#179684)
|
|
|
|
|
- remove obsolete "--enable-japanese" configure option
|
|
|
|
|
|
2006-01-12 14:20:27 +00:00
|
|
|
|
* Fri Jan 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-8
|
2006-01-11 08:22:33 +00:00
|
|
|
|
- fix segfault in grotty on 64-bit big endian machines (#176904)
|
2006-01-12 14:20:27 +00:00
|
|
|
|
- fix assertion failure on abort message (#141912)
|
|
|
|
|
- attempt to fix a space problem with several european languages (#137728)
|
2006-01-11 08:22:33 +00:00
|
|
|
|
|
2006-01-06 19:36:42 +00:00
|
|
|
|
* Fri Jan 06 2006 Jindrich Novy <jnovy@redhat.com> - 1.18.1.1-7
|
|
|
|
|
- require X dependencies only for gxditview (#177118)
|
|
|
|
|
- work if bash's noclobber is on (#127492)
|
|
|
|
|
|
2006-01-05 14:49:14 +00:00
|
|
|
|
* Thu Jan 05 2006 Jindrich Novy <jnovy@redhat.com> - 1.18.1.1-6
|
|
|
|
|
- add BuildRequires imake and update dependencies for modular X
|
2005-01-12 14:08:37 +00:00
|
|
|
|
- spec cleanup
|
2006-01-05 15:03:45 +00:00
|
|
|
|
- fix compilation with gcc-4.1.0
|
2005-01-12 14:08:37 +00:00
|
|
|
|
|
2004-11-24 15:24:33 +00:00
|
|
|
|
* Wed Nov 24 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-5
|
|
|
|
|
- Convert also mmroff.1 to UTF-8
|
|
|
|
|
|
2004-11-20 19:08:55 +00:00
|
|
|
|
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.18.1.1-4
|
|
|
|
|
- Convert man pages to UTF-8
|
|
|
|
|
|
2004-10-19 11:08:03 +00:00
|
|
|
|
* Tue Oct 19 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-3
|
|
|
|
|
- fixed groffer scripte security problem (#136314)
|
|
|
|
|
|
2004-09-16 09:02:28 +00:00
|
|
|
|
* Thu Sep 16 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-2
|
|
|
|
|
- fixed DoCharacter calls in xditview (#110812)
|
|
|
|
|
- fixed fclose called once too often (#132690): thanks to Ulrich Drepper for
|
|
|
|
|
the bug hunting
|
|
|
|
|
|
2004-09-09 05:56:53 +00:00
|
|
|
|
* Tue Jun 29 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1.1-1
|
|
|
|
|
- new version 1.18.1.1 (fixed groffer script)
|
|
|
|
|
|
2004-09-09 05:56:43 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 05:56:34 +00:00
|
|
|
|
* Mon Jun 7 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-35
|
|
|
|
|
- fixed build prereq and requires
|
|
|
|
|
|
2004-09-09 05:56:32 +00:00
|
|
|
|
* Mon Mar 8 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-34
|
|
|
|
|
- new debian groff patch: groff_1.18.1-15.diff
|
|
|
|
|
- new fix for debian patch: groff-1.18.1-fix15.patch
|
|
|
|
|
- fixed width in devutf8 font M: groff-1.18.1-devutf8.patch
|
|
|
|
|
- removed iconv patch
|
|
|
|
|
|
|
|
|
|
* Mon Mar 1 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-33
|
|
|
|
|
- fixed nroff script: convert output to locale charmap
|
|
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Thomas Woerner <twoerner@redhat.com> 1.18.1-32
|
|
|
|
|
- fixed nroff script input (#116596)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Mon Feb 09 2004 Adrian Havill <havill@redhat.com>
|
|
|
|
|
- provide I18N version of nroff that accepts --legacy parameter
|
|
|
|
|
(used by man-1.5m2-2)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 18 2003 Thomas Woerner <twoerner@redhat.com>
|
|
|
|
|
- fixed missing BuildRequires (#110574)
|
|
|
|
|
|
2004-09-09 05:55:36 +00:00
|
|
|
|
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- allow compiling this without XFree86
|
|
|
|
|
|
|
|
|
|
* Wed Aug 6 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-28.2
|
|
|
|
|
- new devutf8 font description
|
|
|
|
|
- use -Tutf8 for ru_*.UTF-8 in nroff.sh
|
|
|
|
|
- fixes #88618 (ru_RU man pages in cambridge are using UTF-8, now)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 13 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-28
|
|
|
|
|
- rebuild (debian-9)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 10 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-27
|
|
|
|
|
- going back to 1.18.1-4 from debian (the newer versions did not work properly)
|
|
|
|
|
- fixed nroff.sh for ru_RU.(!UTF-8)
|
|
|
|
|
|
|
|
|
|
* Mon May 19 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-26
|
|
|
|
|
- fix input and output handler for 1.18.1-9 to be compatible with 1.18.1-4
|
|
|
|
|
|
|
|
|
|
* Tue Apr 29 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- 1.18.1-9 from debian
|
|
|
|
|
|
|
|
|
|
* Tue Apr 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- 1.18.1-8 from debian: use latin1 instead of C locale
|
|
|
|
|
|
|
|
|
|
* Sun Mar 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to debian patch 1.18.1-7 located at
|
|
|
|
|
ftp://ftp.debian.org/debian/pool/main/g/groff/
|
|
|
|
|
|
|
|
|
|
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 1.18.1-21
|
|
|
|
|
- groff-xlibs.patch to fix ppc64 builds
|
|
|
|
|
|
2004-09-09 05:54:44 +00:00
|
|
|
|
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-20
|
|
|
|
|
- Make the iconv patch a little less broken (bug #84132).
|
|
|
|
|
|
|
|
|
|
* Tue Feb 11 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-19
|
|
|
|
|
- added new iconv patch
|
|
|
|
|
|
|
|
|
|
* Tue Feb 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- disable the iconv patch, this will go into a wrapper within the man rpm
|
|
|
|
|
|
|
|
|
|
* Mon Feb 10 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-17
|
|
|
|
|
- fixed source of gzipped files
|
|
|
|
|
|
|
|
|
|
* Mon Feb 10 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add Korean support from ynakai@redhat.com, #83933
|
|
|
|
|
|
|
|
|
|
* Sun Feb 09 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- remove automatic conversion for ru_* and cz_*
|
|
|
|
|
- add 8bit patch
|
|
|
|
|
- update to 1.18.1-4 debian patch
|
|
|
|
|
- disable Patch8: groff-1.18.1-multichar.patch for now
|
|
|
|
|
- add ugly patch within the iconv patch to partly fix display of russian
|
|
|
|
|
man-pages with "-Tnippon"
|
|
|
|
|
|
|
|
|
|
* Thu Feb 6 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-11
|
|
|
|
|
- Unbreak EUC-JP (bug #83608).
|
|
|
|
|
|
|
|
|
|
* Mon Feb 3 2003 Thomas Woerner <twoerner@redhat.com> 1.18.1-10
|
|
|
|
|
- fixed missing minus
|
|
|
|
|
- added iconv conversion script
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2003 Tim Waugh <twaugh@redhat.com> 1.18.1-9
|
|
|
|
|
- Fix UTF-8.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Jan 15 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- also add hyphen changes to man.local in addition to mdoc.local
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- really include mdoc.local changes from debian
|
|
|
|
|
|
|
|
|
|
* Sat Jan 11 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- fix #81401, maybe also #57410
|
|
|
|
|
|
|
|
|
|
* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add more documentation #80729
|
|
|
|
|
|
|
|
|
|
* Wed Jan 01 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- hot fix for devascii8 breakage
|
|
|
|
|
|
|
|
|
|
* Sun Dec 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to debian patch 1.18.1-2 located at
|
|
|
|
|
ftp://ftp.debian.org/debian/pool/main/g/groff/
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.18.1
|
|
|
|
|
- use newest debian patch on top of it
|
|
|
|
|
|
|
|
|
|
* Mon Nov 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add gzip decompression patch
|
|
|
|
|
|
|
|
|
|
* Sat Nov 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.18.1
|
|
|
|
|
- apply groff_1.18-7 from debian
|
|
|
|
|
- remove some not-packaged files
|
|
|
|
|
- rm old printfilters completely
|
|
|
|
|
|
|
|
|
|
* Fri Oct 04 2002 Elliot Lee <sopwith@redhat.com> 1.18-7
|
|
|
|
|
- Patch7 - move pfbtops to CCPROGDIRS (it needs to link to C++ stuff)
|
|
|
|
|
|
2004-09-09 05:54:41 +00:00
|
|
|
|
* Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add patch for #72924
|
|
|
|
|
|
2004-09-09 05:54:37 +00:00
|
|
|
|
* Mon Aug 26 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- remove README.A4 #65920
|
|
|
|
|
|
2004-09-09 05:54:22 +00:00
|
|
|
|
* Sun Aug 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- use info files as installed by groff package
|
|
|
|
|
- completely disable older printconf stuff
|
2004-09-09 05:54:19 +00:00
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2002 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
- link docj.tmac to doc.tmac #57560
|
|
|
|
|
|
|
|
|
|
* Thu Aug 1 2002 Harald Hoyer <harald@redhat.de>
|
|
|
|
|
- update to 1.18
|
|
|
|
|
- mmroff(7) is now mmroff(1)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- build using gcc-3.2-0.1
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- prereq install-info and add post/preun for info files
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add info files #64667
|
|
|
|
|
|
2004-09-09 05:54:13 +00:00
|
|
|
|
* Fri Feb 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
|
|
* Sun Feb 17 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to newest debian patch 1.17.2-16
|
|
|
|
|
- patch4 is already included in that
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- disable printconf support, but do not yet delete it from the source rpm
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
2004-09-09 05:53:07 +00:00
|
|
|
|
|
2004-09-09 05:52:46 +00:00
|
|
|
|
* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- check string input
|
|
|
|
|
|
|
|
|
|
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add URL tag
|
|
|
|
|
|
|
|
|
|
* Sat Jan 05 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to newest debian patch 1.17.2-13
|
|
|
|
|
|
|
|
|
|
* Thu Dec 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to newest debian patch 1.17.2-12
|
2004-09-09 05:52:36 +00:00
|
|
|
|
|
2004-09-09 05:52:28 +00:00
|
|
|
|
* Wed Aug 15 2001 Mike A. Harris <mharris@redhat.com> 1.17.2-3
|
|
|
|
|
- Added symlink from soelim to zsoelim, fixing bug (#51037)
|
|
|
|
|
|
2004-09-09 05:52:25 +00:00
|
|
|
|
* Tue Aug 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- fixes security bug #50494
|
|
|
|
|
|
|
|
|
|
* Sun Aug 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.17.2
|
|
|
|
|
- strerror patch is not needed anymore
|
|
|
|
|
- apply newest debian patch
|
|
|
|
|
|
2004-09-09 05:52:16 +00:00
|
|
|
|
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- rebuild for C++ exception handling on ia64
|
|
|
|
|
|
2004-09-09 05:51:35 +00:00
|
|
|
|
* Tue Apr 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- do not change groff to use /etc/papersize. Deleted the changes
|
|
|
|
|
in the debian patch.
|
|
|
|
|
|
2007-02-27 14:03:49 +00:00
|
|
|
|
* Fri Mar 30 2001 Trond Eivind GlomsrĹd <teg@redhat.com>
|
2004-09-09 05:51:35 +00:00
|
|
|
|
- Add hyphen.cs - file generated as described in Czech how-to, 6.7
|
|
|
|
|
|
|
|
|
|
* Wed Mar 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- updated to newest debian patch to get nippon/ascii8 support
|
|
|
|
|
better working
|
|
|
|
|
|
|
|
|
|
* Fri Feb 9 2001 Crutcher Dunnavant <crutcher@redhat.com>
|
|
|
|
|
- switch to printconf filtration rules
|
|
|
|
|
|
|
|
|
|
* Tue Jan 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- change app-defaults to /usr/X11R6/lib/X11/app-defaults/
|
|
|
|
|
and do not mark it as config file
|
|
|
|
|
|
|
|
|
|
* Thu Dec 14 2000 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
- Add Japanese patch from RHL7J
|
|
|
|
|
|
|
|
|
|
* Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to bug-fix release 1.16.1
|
2004-09-09 05:51:21 +00:00
|
|
|
|
|
2004-09-09 05:50:51 +00:00
|
|
|
|
* Fri Jul 28 2000 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Install troff-to-ps.fpi in /usr/lib/rhs-printfilters (#13634).
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- rebuild with gcc-2.96-41.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- rebuild to fix miscompilation manifesting in alpha build of tcltk.
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
- Rebuild with new C++
|
|
|
|
|
|
|
|
|
|
* Fri Jun 9 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- move mmroff to -perl
|
|
|
|
|
|
|
|
|
|
* Wed Jun 7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Fix build
|
|
|
|
|
- FHS
|
|
|
|
|
- 1.16
|
|
|
|
|
|
|
|
|
|
* Sun May 14 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- install tmac.mse (FWIW tmac.se looks broken) to fix dangling symlink (#10757).
|
|
|
|
|
- add README.A4, how to set up for A4 paper (#8276).
|
|
|
|
|
- add other documents to package.
|
|
|
|
|
|
|
|
|
|
* Thu Mar 2 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- permit sourcing on regular files within cwd tree (unless -U specified).
|
|
|
|
|
|
|
|
|
|
* Wed Feb 9 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- fix incorrectly installed tmac.m file (#8362).
|
|
|
|
|
|
|
|
|
|
* Mon Feb 7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
|
|
|
|
- check if build system is sane again
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- fix description and summary
|
|
|
|
|
- man pages are compressed. This is ugly.
|
|
|
|
|
|
|
|
|
|
* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- put the binaries actually in the package *oops*
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- split perl components into separate subpackage
|
|
|
|
|
|
|
|
|
|
* Wed Dec 29 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 1.15
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 9)
|
|
|
|
|
* Tue Feb 16 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- glibc 2.1 patch for xditview (#992)
|
|
|
|
|
|
|
|
|
|
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- build for Raw Hide
|
|
|
|
|
|
|
|
|
|
* Thu Sep 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- fix makefiles to work with bash2
|
|
|
|
|
|
|
|
|
|
* Fri May 08 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
|
|
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- use g++ for C++ code
|
|
|
|
|
|
|
|
|
|
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- manhattan and buildroot
|
|
|
|
|
|
|
|
|
|
* Mon Nov 3 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- made xdefaults file a config file
|
|
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- split perl components into separate subpackage
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- updated to 1.11a
|
|
|
|
|
- added safe troff-to-ps.fpi
|
|
|
|
|
|
|
|
|
|
* Tue Oct 14 1997 Michael Fulbright <msf@redhat.com>
|
|
|
|
|
- removed troff-to-ps.fpi for security reasons.
|
|
|
|
|
|
|
|
|
|
* Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc
|
|
|
|
|
|