Update to 3.78
This commit is contained in:
parent
de0b455eee
commit
270f0d148a
Binary file not shown.
BIN
pstoedit-3.78.tar.gz
Normal file
BIN
pstoedit-3.78.tar.gz
Normal file
Binary file not shown.
17
pstoedit-pkglibdir.patch
Normal file
17
pstoedit-pkglibdir.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
--- a/config/pstoedit.pc.orig.in 2018-04-16 14:26:28.000000000 +0200
|
||||||
|
+++ b/config/pstoedit.pc.in 2020-10-05 14:37:16.750980762 +0200
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
-includedir=@includedir@
|
||||||
|
+includedir=@includedir@/pstoedit
|
||||||
|
|
||||||
|
Name: pstoedit
|
||||||
|
Description: converts PostScript(TM) and PDF files to other vector graphic formats
|
||||||
|
@@ -8,4 +8,4 @@
|
||||||
|
Version: @VERSION@.0
|
||||||
|
Requires:
|
||||||
|
Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@
|
||||||
|
-Cflags: -I@includedir@
|
||||||
|
+Cflags: -I@includedir@/pstoedit
|
||||||
@ -1,13 +1,13 @@
|
|||||||
Name: pstoedit
|
Name: pstoedit
|
||||||
Version: 3.73
|
Version: 3.78
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.pstoedit.net/
|
URL: http://www.pstoedit.net/
|
||||||
Source0: http://downloads.sourceforge.net/pstoedit/pstoedit-%{version}.tar.gz
|
Source0: https://sourceforge.net/projects/pstoedit/files/pstoedit/%{version}/pstoedit-%{version}.tar.gz
|
||||||
|
Patch0: pstoedit-pkglibdir.patch
|
||||||
Requires: ghostscript
|
Requires: ghostscript
|
||||||
BuildRequires: texlive-latex2man texlive-latex texlive-collection-langeuropean
|
BuildRequires: gd-devel dos2unix ghostscript libzip-devel
|
||||||
BuildRequires: texlive-collection-latex gd-devel dos2unix ghostscript
|
|
||||||
BuildRequires: plotutils-devel automake gcc-c++ libEMF-devel
|
BuildRequires: plotutils-devel automake gcc-c++ libEMF-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,14 +29,11 @@ The package contains man information for pstoedit.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
aclocal
|
|
||||||
automake
|
dos2unix doc/*.htm doc/readme.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-emf --without-swf --without-magick
|
%configure --disable-static --with-emf --without-swf --without-magick --with-libzip-include=%{_includedir}
|
||||||
|
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -69,6 +66,9 @@ install -D doc/pstoedit.1 $RPM_BUILD_ROOT%{_mandir}/man1/
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 10 2023 yaoxin <yaoxin30@h-partners.com> - 3.78-1
|
||||||
|
- Update to 3.78
|
||||||
|
|
||||||
* Thu Dec 12 2019 lijin Yang <yanglijin@huawei.com> - 3.73-4
|
* Thu Dec 12 2019 lijin Yang <yanglijin@huawei.com> - 3.73-4
|
||||||
- init package
|
- init package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user