]> git.pld-linux.org Git - packages/abiword.git/blobdiff - abiword.spec
- release 4
[packages/abiword.git] / abiword.spec
index 646b265190e53cbf83f907d7da383d2380ff9251..38af23d7a7f45bc2e9e056086fdd570e05b4c8be 100644 (file)
@@ -4,9 +4,9 @@
 #         /usr/share/mime-info/abiword.keys
 #
 %bcond_without gda             # libgda support
+%bcond_without goffice         # without plugin-goffice
 %bcond_without gnome           # without GNOME libs
 %bcond_with    gnomevfs        # gnome-vfs support
-%bcond_with    goffice         # without plugin-goffice
 %bcond_with    ots             # try build plugin-ots (requires ots >= 0.5.0)
 #
 %define                mver    2.8
 Summary:       Multi-platform word processor
 Summary(pl.UTF-8):     Wieloplatformowy procesor tekstu
 Name:          abiword
-Version:       2.8.1
-Release:       3
+Version:       2.8.2
+Release:       4
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Editors
 Source0:       http://www.abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
-# Source0-md5: 284fe25289c160c3797b527a8aacad12
+# Source0-md5: b44ffbebd5bd0f5f98f34dc8c688b4ed
 Patch0:                %{name}-desktop.patch
-Patch1:                libpngX.patch
+Patch1:                %{name}-mht.patch
 URL:           http://www.abisource.com/
 BuildRequires: aiksaurus-gtk-devel >= 1.2.1
-BuildRequires: aspell-devel >= 0.60.4
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: boost-devel >= 1.33.1
 BuildRequires: bzip2-devel
 BuildRequires: cairo-devel
-BuildRequires: curl-devel
 BuildRequires: enchant-devel >= 1.2.6
+BuildRequires: eps-devel
 BuildRequires: fontconfig-devel >= 1:2.3.95
 BuildRequires: fribidi-devel >= 0.10.4
 BuildRequires: glib2-devel >= 1:2.12.1
-#BuildRequires:        gnome-scan-devel < 0.6
 BuildRequires: gtk+2-devel >= 2:2.12.0
 BuildRequires: gtkmathview-devel >= 0.7.6
 BuildRequires: gucharmap-devel >= 1.7.0
-%{?with_gda:BuildRequires:     libgda-devel >= 1:1.2.3}
-%{?with_gda:BuildRequires:     libgnomedb-devel >= 1:1.2.0}
-BuildRequires: libgnomeprintui-devel >= 2.12.1
+%if %{with gda}
+BuildRequires: libgda-devel >= 1:1.2.3
+BuildRequires: libgnomedb-devel >= 1:1.2.0
+%else
+Obsoletes:     abiword-plugin-gda
+%endif
 BuildRequires: libgnomeui-devel >= 2.15.91
-BuildRequires: libgoffice-devel >= 0.6.0
-%{?with_goffice:BuildRequires: libgoffice-devel >= 0.8.0}
-%{?with_gnomevfs:BuildRequires:        libgsf-gnome-devel >= 1.14.1}
+%if %{with goffice}
+BuildRequires: libgoffice-devel >= 0.8.0
+%else
+Obsoletes:     abiword-plugin-goffice
+%endif
 BuildRequires: libgsf-devel >= 1.14.9
+#%{?with_gnomevfs:BuildRequires:       libgsf-gnome-devel >= 1.14.1}
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: librsvg-devel >= 1:2.16.0
@@ -373,6 +377,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/abiword-%{mver}/xsltml
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
+%{_mandir}/man1/abiword.1*
 
 # These don't add any additional dependencies so there's no reason to split
 %attr(755,root,root) %{_libdir}/abiword-%{mver}/plugins/applix.so
This page took 0.038466 seconds and 4 git commands to generate.