Browse Source

* sigil: updated to 0.3.4-2
- add Patch2 to fix build failure on ppc


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4109 ec354946-7b23-47d6-9f5a-488ba84defc7

shaolin 13 years ago
parent
commit
516c2e65c7
1 changed files with 6 additions and 1 deletions
  1. 6 1
      s/sigil/sigil-vl.spec

+ 6 - 1
s/sigil/sigil-vl.spec

@@ -4,7 +4,7 @@
 
 Name:		sigil
 Version:	0.3.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A WYSIWYG ebook editor
 Summary(ja):	WYSIWYG 電子書籍エディタ
 License:	GPLv3
@@ -19,6 +19,7 @@ Patch0:		sigil-0.2.2-fix-format-string.patch
 # from Anssi: this makes it use system libs instead of bundled ones. Except for
 # libtidy which has some local hacks not present in system-provided libtidy.
 Patch1:		sigil-0.3.4-use-system-libs-vine.patch
+Patch2:		sigil-0.3.4-add-msse2-only-on-x86-archs.patch
 
 BuildRequires:  desktop-file-utils
 BuildRequires:	unzip
@@ -52,6 +53,7 @@ ePub 形式の電子書籍を編集するように設計されています。
 %setup -q -n %{pkgname}-%{version}-Code
 %patch0 -p0 -b .format-string
 %patch1 -p1 -b .system-libs
+%patch2 -p1 -b .x86-archs-only
 
 #%__rm -fr src/BoostParts
 # fix end of line encoding for the docs:
@@ -124,6 +126,9 @@ update-desktop-database &> /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/*.png
 
 %changelog
+* Sat Jun 11 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.3.4-2
+- add Patch2 to fix build failure on ppc
+
 * Sun Feb 20 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.3.4-1
 - new upstream release
 - added BuildRequires: libboost-filesystem, libboost-regex