|
@@ -5,7 +5,7 @@ Summary: The AbiWord word processor
|
|
Summary(ja): AbiWord ワードプロセッサ
|
|
Summary(ja): AbiWord ワードプロセッサ
|
|
Name: abiword
|
|
Name: abiword
|
|
Version: 2.8.6
|
|
Version: 2.8.6
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
Epoch: 1
|
|
Epoch: 1
|
|
Group: Applications/Productivity
|
|
Group: Applications/Productivity
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
@@ -22,6 +22,8 @@ Distribution: Vine Linux
|
|
#Packager:
|
|
#Packager:
|
|
|
|
|
|
# for abiword
|
|
# for abiword
|
|
|
|
+BuildRequires: flex
|
|
|
|
+BuildRequires: bison
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpng-devel
|
|
@@ -61,7 +63,8 @@ URL: http://www.abisource.com/
|
|
Patch0: abiword-2.6.0-windowshelppaths.patch
|
|
Patch0: abiword-2.6.0-windowshelppaths.patch
|
|
Patch1: abiword-2.6.4-desktop.patch
|
|
Patch1: abiword-2.6.4-desktop.patch
|
|
Patch2: abiword-2.6.0-boolean.patch
|
|
Patch2: abiword-2.6.0-boolean.patch
|
|
-Patch3: abiword-plugins-2.6.0-boolean.patch
|
|
+Patch3: abiword-2.8.6-no-undefined.patch
|
|
|
|
+
|
|
|
|
|
|
%description
|
|
%description
|
|
AbiWord is a cross-platform Open Source word processor. The goal is to make
|
|
AbiWord is a cross-platform Open Source word processor. The goal is to make
|
|
@@ -99,9 +102,7 @@ libabiword で開発するためのインクルードファイル及び定義フ
|
|
## %patch1 -p1 -b .desktop
|
|
## %patch1 -p1 -b .desktop
|
|
%patch2 -p1 -b .boolean
|
|
%patch2 -p1 -b .boolean
|
|
|
|
|
|
-# setup abiword-plugins
|
|
+%patch3 -p1 -b .undefined
|
|
-## %setup -q -T -b 1 -n abiword-plugins-%{version}
|
|
|
|
-## %patch3 -p1 -b .boolean
|
|
|
|
|
|
|
|
# setup abiword extras
|
|
# setup abiword extras
|
|
## %setup -q -T -b 2 -n abiword-extras-%{version}
|
|
## %setup -q -T -b 2 -n abiword-extras-%{version}
|
|
@@ -223,6 +224,10 @@ update-desktop-database -q %{_datadir}/applications
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Dec 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-4
|
|
|
|
+- add Patch3 (abiword-2.8.6-no-undefined.patch)
|
|
|
|
+- add BuildRequires: flex, bison
|
|
|
|
+
|
|
* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-3
|
|
* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1:2.8.6-3
|
|
- rebuild with poppler-0.14.2
|
|
- rebuild with poppler-0.14.2
|
|
|
|
|