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