- remove gxditview from groff package (#179684)

- remove obsolete "--enable-japanese" configure option
This commit is contained in:
Miroslav Lichvar 2006-02-02 08:54:09 +00:00
parent 4418b9abed
commit c283327c42

View File

@ -3,7 +3,7 @@
Summary: A document formatting system. Summary: A document formatting system.
Name: groff Name: groff
Version: 1.18.1.1 Version: 1.18.1.1
Release: 8 Release: 9
License: GPL License: GPL
Group: Applications/Publishing Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@ -108,7 +108,7 @@ done
%build %build
#PATH=$PATH:%{_prefix}/X11R6/bin #PATH=$PATH:%{_prefix}/X11R6/bin
#autoconf #autoconf
%configure --enable-japanese --enable-multibyte %configure --enable-multibyte
make make
(cd doc && makeinfo groff.texinfo) (cd doc && makeinfo groff.texinfo)
%if %{with_x} %if %{with_x}
@ -163,6 +163,7 @@ cat debian/mandoc.local >> ${RPM_BUILD_ROOT}%{_datadir}/groff/site-tmac/man.loca
find ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_mandir} -type f -o -type l | \ find ${RPM_BUILD_ROOT}%{_bindir} ${RPM_BUILD_ROOT}%{_mandir} -type f -o -type l | \
grep -v afmtodit | grep -v grog | grep -v mdoc.samples |\ grep -v afmtodit | grep -v grog | grep -v mdoc.samples |\
grep -v mmroff |\ grep -v mmroff |\
grep -v gxditview |\
sed "s|${RPM_BUILD_ROOT}||g" | sed "s|\.[0-9]|\.*|g" > groff-files sed "s|${RPM_BUILD_ROOT}||g" | sed "s|\.[0-9]|\.*|g" > groff-files
install -m 644 %SOURCE6 $RPM_BUILD_ROOT%{_datadir}/groff/%version/tmac/hyphen.cs install -m 644 %SOURCE6 $RPM_BUILD_ROOT%{_datadir}/groff/%version/tmac/hyphen.cs
@ -209,6 +210,10 @@ fi
%endif %endif
%changelog %changelog
* 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
* Fri Jan 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-8 * Fri Jan 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 1.18.1.1-8
- fix segfault in grotty on 64-bit big endian machines (#176904) - fix segfault in grotty on 64-bit big endian machines (#176904)
- fix assertion failure on abort message (#141912) - fix assertion failure on abort message (#141912)