rpms/pstoedit/FC-5 pstoedit.spec,1.2,1.3

Denis Leroy (denis) fedora-extras-commits at redhat.com
Thu Nov 23 09:51:36 UTC 2006


Author: denis

Update of /cvs/extras/rpms/pstoedit/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19831

Modified Files:
	pstoedit.spec 
Log Message:
Added libEMF support


Index: pstoedit.spec
===================================================================
RCS file: /cvs/extras/rpms/pstoedit/FC-5/pstoedit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pstoedit.spec	18 Aug 2006 22:07:22 -0000	1.2
+++ pstoedit.spec	23 Nov 2006 09:51:06 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           pstoedit
 Version:        3.44
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Translates PostScript and PDF graphics into other vector formats
 
 Group:          Applications/Productivity
@@ -13,6 +13,7 @@
 BuildRequires:	gd-devel
 BuildRequires:  ImageMagick-c++-devel
 BuildRequires:	libpng-devel
+BuildRequires:  libEMF-devel
 BuildRequires:	dos2unix
 BuildRequires:	ghostscript
 BuildRequires:	plotutils-devel
@@ -42,7 +43,7 @@
 dos2unix doc/*.htm doc/readme.txt
 
 %build
-%configure --disable-static --without-emf --without-swf
+%configure --disable-static --with-emf --without-swf
 make
 
 
@@ -83,6 +84,9 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Thu Nov 23 2006 Denis Leroy <denis at poolshark.org> - 3.44-4
+- Add support for libEMF
+
 * Fri Aug 18 2006 Denis Leroy <denis at poolshark.org> - 3.44-3
 - Added svg/libplot support
 




More information about the scm-commits mailing list