rpms/lyx/devel lyx-1.3.5-helpers.patch,1.2,1.3 lyx.spec,1.10,1.11

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


Author: rdieter

Update of /cvs/extras/rpms/lyx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv652

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/devel/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	3 Aug 2005 17:51:33 -0000	1.2
+++ lyx-1.3.5-helpers.patch	5 Aug 2005 19:07:02 -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/devel/lyx.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lyx.spec	5 Aug 2005 18:37:18 -0000	1.10
+++ lyx.spec	5 Aug 2005 19:07:02 -0000	1.11
@@ -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
 




More information about the scm-commits mailing list