rpms/xfig/F-11 xfig-3.2.5a-default-apps.patch, 1.1, 1.2 xfig.spec, 1.60, 1.61

Hans de Goede jwrdegoede at fedoraproject.org
Wed Jun 3 11:41:42 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/xfig/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3116

Modified Files:
	xfig-3.2.5a-default-apps.patch xfig.spec 
Log Message:
* Wed Jun  3 2009 Hans de Goede <hdegoede at redhat.com> 3.2.5-20.a
- Fix eps preview (#503911)


xfig-3.2.5a-default-apps.patch:

Index: xfig-3.2.5a-default-apps.patch
===================================================================
RCS file: /cvs/extras/rpms/xfig/F-11/xfig-3.2.5a-default-apps.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xfig-3.2.5a-default-apps.patch	28 Mar 2009 09:00:01 -0000	1.1
+++ xfig-3.2.5a-default-apps.patch	3 Jun 2009 11:41:41 -0000	1.2
@@ -1,12 +1,7 @@
 diff -up xfig.3.2.5a/Fig.ad~ xfig.3.2.5a/Fig.ad
 --- xfig.3.2.5a/Fig.ad~	2007-04-14 04:17:24.000000000 +0200
 +++ xfig.3.2.5a/Fig.ad	2009-03-27 15:15:27.000000000 +0100
-@@ -19,22 +19,20 @@ Fig*AllowShellResize: false
- Fig.image_editor:		xv
- 
- ! name of ghostscript (not ghostview)
--Fig.ghostscript:		gs
-+Fig.ghostscript:		xdg-open
+@@ -23,18 +23,16 @@ Fig*AllowShellResize: false
  
  ! Browser - put your favorite browser here.  
  ! 		This is for viewing the xfig html reference.


Index: xfig.spec
===================================================================
RCS file: /cvs/extras/rpms/xfig/F-11/xfig.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- xfig.spec	8 Apr 2009 14:46:54 -0000	1.60
+++ xfig.spec	3 Jun 2009 11:41:41 -0000	1.61
@@ -3,7 +3,7 @@
 Summary: An X Window System tool for drawing basic vector graphics
 Name: xfig
 Version: 3.2.5
-Release: 19.a%{?dist}
+Release: 20.a%{?dist}
 License: MIT
 Group: Applications/Multimedia
 URL: http://www.xfig.org/
@@ -47,8 +47,6 @@ BuildRequires: desktop-file-utils
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# for xrdb for merging of the color resources
-Requires: xorg-x11-server-utils
 Requires: %{name}-common = %{version}-%{release}
 Provides: %{name}-executable = %{version}-%{release}
 # Xaw3d used to be the one in a subpackage, now the plain Xaw version is
@@ -84,9 +82,12 @@ version you probably don't want this ver
 Summary:        Common xfig files
 Group:          Applications/Multimedia
 Requires:       transfig >= 1:3.2.5, xdg-utils, aspell, urw-fonts
+Requires:       hicolor-icon-theme
 Requires:       xorg-x11-fonts-base
 # So that this will get uninstalled together with xfig / xfig-Xaw3d
 Requires:       %{name}-executable = %{version}-%{release}
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
 
 %description common
 Files common to both the plain Xaw and the Xaw3d version of xfig.
@@ -135,6 +136,8 @@ rm -rf %{buildroot}
 
 make DESTDIR=%{buildroot} XFIGDOCDIR=%{_docdir}/%{name}-%{version} \
      INSTALL="install -p" install.all
+install -p -m 644 CHANGES README LATEX.AND.XFIG* FIGAPPS \
+  %{buildroot}%{_docdir}/%{name}-%{version}
 
 # install the Xaw3d version and the wrapper for the .desktop file
 mv %{buildroot}%{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}-plain
@@ -196,6 +199,9 @@ fi
 
 
 %changelog
+* Wed Jun  3 2009 Hans de Goede <hdegoede at redhat.com> 3.2.5-20.a
+- Fix eps preview (#503911)
+
 * Wed Apr  8 2009 Hans de Goede <hdegoede at redhat.com> 3.2.5-19.a
 - Fix crash when printing (#494193), thanks to Ian Dall for the patch
 




More information about the fedora-extras-commits mailing list