Fix building on AArch64
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
db968bb6be
commit
7e686a66fd
@ -1,6 +1,6 @@
|
|||||||
Name: autotrace
|
Name: autotrace
|
||||||
Version: 0.31.1
|
Version: 0.31.1
|
||||||
Release: 35%{?dist}
|
Release: 36%{?dist}
|
||||||
Summary: Utility for converting bitmaps to vector graphics
|
Summary: Utility for converting bitmaps to vector graphics
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
@ -20,8 +20,11 @@ BuildRequires: libjpeg-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
#BuildRequires: pstoedit-devel
|
BuildRequires: pstoedit-devel
|
||||||
BuildConflicts: pstoedit-devel
|
# For autoreconf
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: libtool
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,7 +40,7 @@ Group: Development/Libraries
|
|||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: ImageMagick-devel
|
Requires: ImageMagick-devel
|
||||||
#Requires: pstoedit-devel
|
Requires: pstoedit-devel
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -51,6 +54,7 @@ This package contains header files and development libraries for autotrace.
|
|||||||
%patch3 -p1 -b .libpng15
|
%patch3 -p1 -b .libpng15
|
||||||
%patch4 -p1 -b .CVE-2013-1953
|
%patch4 -p1 -b .CVE-2013-1953
|
||||||
%patch5 -p1 -b .multilib-fix
|
%patch5 -p1 -b .multilib-fix
|
||||||
|
autoreconf -ivf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -90,6 +94,10 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 21 2013 Peter Lemenkov <lemenkov@gmail.com> - 0.31.1-36
|
||||||
|
- Fix building on AArch64
|
||||||
|
- Enable pstoedit back
|
||||||
|
|
||||||
* Fri Jul 19 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 0.31.1-35
|
* Fri Jul 19 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 0.31.1-35
|
||||||
- Fixed multilib conflict in devel package (by multilib-fix patch)
|
- Fixed multilib conflict in devel package (by multilib-fix patch)
|
||||||
- Removed rpaths
|
- Removed rpaths
|
||||||
|
Loading…
Reference in New Issue
Block a user