Added svg/libplot support
This commit is contained in:
parent
a9494373df
commit
5fb0a0fe4d
@ -1,6 +1,6 @@
|
||||
Name: pstoedit
|
||||
Version: 3.44
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||
|
||||
Group: Applications/Productivity
|
||||
@ -15,6 +15,7 @@ BuildRequires: ImageMagick-c++-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: plotutils-devel
|
||||
|
||||
%description
|
||||
Pstoedit converts PostScript and PDF files to various vector graphic
|
||||
@ -41,7 +42,7 @@ applications
|
||||
dos2unix doc/*.htm doc/readme.txt
|
||||
|
||||
%build
|
||||
%configure --disable-static --without-emf --without-swf --without-libplot
|
||||
%configure --disable-static --without-emf --without-swf
|
||||
make
|
||||
|
||||
|
||||
@ -82,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%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
|
||||
- Added missing Requires and BuildRequires
|
||||
- Patched configure to prevent CXXFLAGS overwrite
|
||||
|
Loading…
Reference in New Issue
Block a user