Added EMF support
This commit is contained in:
parent
475ee32d21
commit
2377fb63d9
@ -1,6 +1,6 @@
|
||||
Name: pstoedit
|
||||
Version: 3.44
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||
|
||||
Group: Applications/Productivity
|
||||
@ -16,6 +16,7 @@ BuildRequires: libpng-devel
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: plotutils-devel
|
||||
BuildRequires: libEMF-devel
|
||||
|
||||
%description
|
||||
Pstoedit converts PostScript and PDF files to various vector graphic
|
||||
@ -42,7 +43,7 @@ applications
|
||||
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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2006 Denis Leroy <denis@poolshark.org> - 3.44-5
|
||||
- Added libEMF support
|
||||
|
||||
* Mon Aug 28 2006 Denis Leroy <denis@poolshark.org> - 3.44-4
|
||||
- FE6 Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user