commit 65e8455008137f71094351c7623ea6fe41a38fed
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jul 30 16:53:40 2016 +0100
Try fix rfbz #4137 , with upstream fixes.
wxsvg.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/wxsvg.spec b/wxsvg.spec
index 67b6325..c50c21d 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -7,6 +7,7 @@ Group: System Environment/Libraries
License: wxWidgets
URL:
http://sourceforge.net/projects/wxsvg
Source0:
http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
+Patch0: wxsvg-1.5.8-wxSVGMatrix.patch
BuildRequires: autoconf automake libtool gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
@@ -30,10 +31,12 @@ provides the files required to develop programs that use wxsvg.
%prep
%setup -q
-rm install-sh mkinstalldirs missing depcomp config.sub ltmain.sh config.guess compile
aclocal.m4 Makefile.in configure
-rm m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
+%patch0 -p1 -b wxSVGMatrix
%build
+#clean autogenerated files before run autoreconf
+rm install-sh mkinstalldirs missing depcomp config.sub ltmain.sh config.guess compile
aclocal.m4 Makefile.in configure
+rm m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
autoreconf -i
%configure \
--disable-dependency-tracking \
@@ -67,8 +70,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
-* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.5.8-3
-- Rebuilt for ffmpeg-3.1.1
+* Sat Jul 30 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.8-3
+- Try fix rfbz#4137 , with upstream fixes.
* Fri Jul 08 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.8-2
- Cleanup spec and add License tag