Rebase to 3.73 upstream version
Add automake call to regenerate Makefile, as libpstoedit.so was not generated at the right time.
This commit is contained in:
parent
7f84643560
commit
f7947a6fdc
@ -1,6 +1,6 @@
|
||||
Name: pstoedit
|
||||
Version: 3.70
|
||||
Release: 11%{?dist}
|
||||
Version: 3.73
|
||||
Release: 1%{?dist}
|
||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||
|
||||
Group: Applications/Productivity
|
||||
@ -8,14 +8,16 @@ License: GPLv2+
|
||||
URL: http://www.pstoedit.net/
|
||||
Source0: http://downloads.sourceforge.net/pstoedit/pstoedit-%{version}.tar.gz
|
||||
|
||||
Patch0: pstoedit-pkglibdir.patch
|
||||
Patch1: remove-libpng-ldflags.patch
|
||||
|
||||
Requires: ghostscript
|
||||
BuildRequires: texlive-latex2man
|
||||
BuildRequires: texlive-latex
|
||||
BuildRequires: texlive-collection-langeuropean
|
||||
BuildRequires: texlive-collection-latex
|
||||
BuildRequires: gd-devel
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: plotutils-devel
|
||||
BuildRequires: automake
|
||||
%ifnarch ia64
|
||||
BuildRequires: libEMF-devel
|
||||
%endif
|
||||
@ -40,12 +42,10 @@ applications
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# correctly load plugins (#1247187)
|
||||
%patch0 -p1 -b .pkglibdir
|
||||
%patch1 -p1
|
||||
|
||||
dos2unix doc/*.htm doc/readme.txt
|
||||
|
||||
aclocal
|
||||
automake
|
||||
|
||||
%build
|
||||
# Buildling without ImageMagick support, to work around bug 507035
|
||||
@ -57,7 +57,6 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
||||
@ -72,14 +71,13 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%files
|
||||
%doc copying doc/readme.txt doc/pstoedit.htm
|
||||
%doc copying doc/readme.txt doc/pstoedit.htm doc/changelog.htm doc/pstoedit.pdf
|
||||
%{_datadir}/pstoedit
|
||||
%{_mandir}/man1/*
|
||||
%{_bindir}/pstoedit
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/pstoedit
|
||||
|
||||
|
||||
%files devel
|
||||
%doc doc/changelog.htm
|
||||
%{_includedir}/pstoedit
|
||||
@ -89,6 +87,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2018 Sebastian Kisela <skisela@redhat.com> - 3.73-1
|
||||
- Rebase to 3.73.
|
||||
- Add automake call to regenerate Makefile, as libpstoedit.so was not generated at the right time.
|
||||
|
||||
* Mon Apr 16 2018 Sebastian Kisela <skisela@redhat.com> - 3.70-11
|
||||
- Revert back due to unnoticed ABI changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user