rpms/lyx/FC-4 lyx-1.3.5-helpers.patch,1.2,1.3 lyx.spec,1.9,1.10

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Aug 5 19:39:08 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/lyx/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1031

Modified Files:
	lyx-1.3.5-helpers.patch lyx.spec 
Log Message:
* Fri Aug 05 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.3.6-3
- touchup helpers script
- fix for (sometimes missing) PSres.upr


lyx-1.3.5-helpers.patch:

Index: lyx-1.3.5-helpers.patch
===================================================================
RCS file: /cvs/extras/rpms/lyx/FC-4/lyx-1.3.5-helpers.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lyx-1.3.5-helpers.patch	5 Aug 2005 18:39:46 -0000	1.2
+++ lyx-1.3.5-helpers.patch	5 Aug 2005 19:39:06 -0000	1.3
@@ -44,7 +44,7 @@
 +echo "$ac_t""("htmlview file://\$\$p\$\$i" "mozilla file://\$\$p\$\$i" netscape)"
  HTML_VIEWER=
 -for ac_prog in "mozilla file://\$\$p\$\$i" netscape
-+for ac_prog in ""htmlview file://\$\$p\$\$i" mozilla file://\$\$p\$\$i" netscape
++for ac_prog in "htmlview file://\$\$p\$\$i" "mozilla file://\$\$p\$\$i" netscape
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog ; ac_word=$2


Index: lyx.spec
===================================================================
RCS file: /cvs/extras/rpms/lyx/FC-4/lyx.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lyx.spec	5 Aug 2005 18:39:46 -0000	1.9
+++ lyx.spec	5 Aug 2005 19:39:06 -0000	1.10
@@ -1,11 +1,10 @@
-# $Id$
 
 Summary: WYSIWYM (What You See Is What You Mean) document processor
 Name:	 lyx
 Version: 1.3.6
-Release: 2%{?dist}
-License: GPL
+Release: 3%{?dist}
 
+License: GPL
 Group: 	 Applications/Publishing
 Url: 	 http://www.lyx.org/
 Source:	 ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.3.6.tar.gz
@@ -22,6 +21,8 @@
 BuildRequires: aspell-devel
 BuildRequires: tetex-latex
 BuildRequires: tetex-fonts
+#BuildRequires: /usr/X11R6/bin/makepsres
+BuildRequires: xorg-x11
 
 # For texhash
 Requires(post): tetex-fonts
@@ -105,6 +106,8 @@
 
 %find_lang %{name} || touch %{name}.lang
 
+touch $RPM_BUILD_ROOT%{_datadir}/%{name}/xfonts/PSres.upr
+
 
 %post
 # Make TeX understand where LyX-specific packages are
@@ -149,6 +152,10 @@
 
 
 %changelog 
+* Fri Aug 05 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.3.6-3
+- touchup helpers script
+- fix for (sometimes missing) PSres.upr
+
 * Mon Aug 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.3.6-2
 - use triggers to configure/unconfigure helper (ps/pdf/html) apps
 
@@ -175,7 +182,6 @@
 - Requires: htmlview, gsview (so build-time-detected helper apps are
   available at runtime)
 
-
 * Thu Oct 21 2004 Rex Dieter <rexdieter[At]users.sf.net> 0:1.3.5-0.fdr.3
 - BR: htmlview
 - Requires: htmlview, gsview (so build-time-detected helper apps are 




More information about the scm-commits mailing list