]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- added eps15 patch (fixes build with eps-1.5)
authorgrzegol <grzegol@pld-linux.org>
Tue, 15 Aug 2006 10:18:56 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed without eps bcond
- BR: eps-devel >= 1.5

Changed files:
    abiword.spec -> 1.129

abiword.spec

index 710c2d47bdd0fbb98c709a1a480d42d18d7d0d44..e05fb0ca84d437ac81a280f27f3a10c53fd60152 100644 (file)
@@ -5,8 +5,6 @@
 #
 #%bcond_without        gnome   # without GNOME libs
 #%bcond_without        gda     # libgda support
-%bcond_without eps     # without inter7 EPS support (doesn't build with
-                       # eps-1.5)
 #
 %define                mver    2.4
 #
@@ -25,6 +23,7 @@ Patch1:               %{name}-home_etc.patch
 Patch2:                %{name}-mailmerge.patch
 Patch3:                %{name}-poppler05x.patch
 Patch4:                %{name}-goffice03.patch
+Patch5:                %{name}-eps15.patch
 URL:           http://www.abisource.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -33,10 +32,7 @@ BuildRequires:       aspell-devel >= 0.60.4
 BuildRequires: bzip2-devel
 BuildRequires: curl-devel
 BuildRequires: enchant-devel >= 1.2.6
-%if %{with eps}
-BuildRequires: eps-devel >= 1.2
-BuildConflicts:        eps-devel >= 1.5
-%endif
+BuildRequires: eps-devel >= 1.5
 BuildRequires: fontconfig-devel >= 1:2.3.95
 BuildRequires: fribidi-devel >= 0.10.4
 BuildRequires: glib2-devel >= 1:2.12.1
@@ -729,6 +725,7 @@ Jest to teczka clipart
 %patch2 -p1
 %patch3 -p1
 %patch4 -p0
+%patch5 -p1
 
 # use generic icon name
 sed -i -e 's|abiword_48.png|abiword.png|' abi/GNUmakefile.am
@@ -753,8 +750,7 @@ cd abi
 
 cd ../abiword-plugins
 ./nextgen.sh
-%configure \
-       %{!?with_eps:--with-inter7eps=no}
+%configure
 %{__make}
 
 %install
This page took 0.037047 seconds and 4 git commands to generate.