Added svg/libplot support

This commit is contained in:
Denis Leroy 2006-08-18 11:25:58 +00:00
parent a9494373df
commit 5fb0a0fe4d

View File

@ -1,6 +1,6 @@
Name: pstoedit Name: pstoedit
Version: 3.44 Version: 3.44
Release: 2%{?dist} Release: 3%{?dist}
Summary: Translates PostScript and PDF graphics into other vector formats Summary: Translates PostScript and PDF graphics into other vector formats
Group: Applications/Productivity Group: Applications/Productivity
@ -15,6 +15,7 @@ BuildRequires: ImageMagick-c++-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: ghostscript BuildRequires: ghostscript
BuildRequires: plotutils-devel
%description %description
Pstoedit converts PostScript and PDF files to various vector graphic Pstoedit converts PostScript and PDF files to various vector graphic
@ -41,7 +42,7 @@ applications
dos2unix doc/*.htm doc/readme.txt dos2unix doc/*.htm doc/readme.txt
%build %build
%configure --disable-static --without-emf --without-swf --without-libplot %configure --disable-static --without-emf --without-swf
make make
@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%changelog %changelog
* Fri Aug 18 2006 Denis Leroy <denis@poolshark.org> - 3.44-3
- Added svg/libplot support
* Thu Jun 15 2006 Denis Leroy <denis@poolshark.org> - 3.44-2 * Thu Jun 15 2006 Denis Leroy <denis@poolshark.org> - 3.44-2
- Added missing Requires and BuildRequires - Added missing Requires and BuildRequires
- Patched configure to prevent CXXFLAGS overwrite - Patched configure to prevent CXXFLAGS overwrite