rpms/groff/devel groff.spec,1.30,1.31 nroff,1.1,1.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 6 19:36:48 UTC 2006


Author: jnovy

Update of /cvs/dist/rpms/groff/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18301

Modified Files:
	groff.spec nroff 
Log Message:
* Fri Jan 06 2006 Jindrich Novy <jnovy at redhat.com> - 1.18.1.1-7
- require X dependencies only for gxditview (#177118)
- work if bash's noclobber is on (#127492)



Index: groff.spec
===================================================================
RCS file: /cvs/dist/rpms/groff/devel/groff.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- groff.spec	5 Jan 2006 15:15:06 -0000	1.30
+++ groff.spec	6 Jan 2006 19:36:42 -0000	1.31
@@ -3,7 +3,7 @@
 Summary: A document formatting system.
 Name: groff
 Version: 1.18.1.1
-Release: 6
+Release: 7
 License: GPL
 Group: Applications/Publishing
 Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -36,13 +36,8 @@
 Buildroot: %{_tmppath}/%{name}-root
 Obsoletes: groff-tools
 Provides: nroff-i18n
-BuildRequires: netpbm-progs zlib-devel texinfo imake
-BuildRequires: xorg-x11-proto-devel libX11-devel libXaw-devel
-BuildRequires: libXt-devel libXpm-devel libXp-devel libXext-devel
+BuildRequires: netpbm-progs zlib-devel texinfo
 BuildPrereq: byacc
-%if %{with_x}
-#BuildRequires: xorg-x11-devel
-%endif
 
 %description
 Groff is a document formatting system. Groff takes standard text and
@@ -71,6 +66,8 @@
 %package gxditview
 Summary: An X previewer for groff text processor output.
 Group: Applications/Publishing
+BuildRequires: imake xorg-x11-proto-devel libX11-devel libXaw-devel
+BuildRequires: libXt-devel libXpm-devel libXp-devel libXext-devel
 
 %description gxditview
 Gxditview displays the groff text processor's output on an X Window
@@ -208,6 +205,10 @@
 %endif
 
 %changelog
+* Fri Jan 06 2006 Jindrich Novy <jnovy at redhat.com> - 1.18.1.1-7
+- require X dependencies only for gxditview (#177118)
+- work if bash's noclobber is on (#127492)
+
 * Thu Jan 05 2006 Jindrich Novy <jnovy at redhat.com> - 1.18.1.1-6
 - add BuildRequires imake and update dependencies for modular X
 - spec cleanup


Index: nroff
===================================================================
RCS file: /cvs/dist/rpms/groff/devel/nroff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nroff	9 Sep 2004 05:56:32 -0000	1.1
+++ nroff	6 Jan 2006 19:36:42 -0000	1.2
@@ -47,7 +47,7 @@
 TMPFILE=$(mktemp /tmp/man.XXXXXX)
 trap "rm -f $TMPFILE" 0 1 2 3 15
 
-cat ${1+"$@"} > ${TMPFILE}
+cat ${1+"$@"} >| ${TMPFILE}
 
 if iconv -f utf-8 -t utf-8 -o /dev/null ${TMPFILE} 2>/dev/null
 then




More information about the fedora-cvs-commits mailing list