summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2006-02-02 08:54:09 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2006-02-02 08:54:09 +0000
commitc283327c4272b8ee5e332626680bd18b4be8e78a (patch)
tree4794715527dc3123f1eec34b35bc8ca2304c7c33
parent4418b9abedcf58cd17630a7e14f427793eb85a3a (diff)
downloadgroff-c283327c4272b8ee5e332626680bd18b4be8e78a.tar.gz
groff-c283327c4272b8ee5e332626680bd18b4be8e78a.tar.xz
groff-c283327c4272b8ee5e332626680bd18b4be8e78a.zip
- remove gxditview from groff package (#179684)groff-1_18_1_1-9
- remove obsolete "--enable-japanese" configure option
-rw-r--r--groff.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/groff.spec b/groff.spec
index 3d26806..41f6e06 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system.
Name: groff
Version: 1.18.1.1
-Release: 8
+Release: 9
License: GPL
Group: Applications/Publishing
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -108,7 +108,7 @@ done
%build
#PATH=$PATH:%{_prefix}/X11R6/bin
#autoconf
-%configure --enable-japanese --enable-multibyte
+%configure --enable-multibyte
make
(cd doc && makeinfo groff.texinfo)
%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 | \
grep -v afmtodit | grep -v grog | grep -v mdoc.samples |\
grep -v mmroff |\
+ grep -v gxditview |\
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
@@ -209,6 +210,10 @@ fi
%endif
%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
- fix segfault in grotty on 64-bit big endian machines (#176904)
- fix assertion failure on abort message (#141912)