[xastir] build against graphicsmagic

Lucian Langa lucilanga at fedoraproject.org
Thu Jan 23 22:43:57 UTC 2014


commit 6340dff21ceaccdd2e684b99e23e3c9a99cc68c5
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Thu Jan 23 23:44:08 2014 +0100

    build against graphicsmagic

 xastir.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/xastir.spec b/xastir.spec
index 7bfa448..5ae990b 100644
--- a/xastir.spec
+++ b/xastir.spec
@@ -2,7 +2,7 @@ Summary: Amateur Station Tracking and Reporting system for amateur radio
 Name:    xastir
 Epoch:   1
 Version: 2.0.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group:   Applications/Internet
 Source0: http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
@@ -11,7 +11,7 @@ Source2: %{name}.png
 URL:     http://www.xastir.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: wget
-BuildRequires: wget, lesstif-devel, libXt-devel, festival, ImageMagick-devel
+BuildRequires: wget, lesstif-devel, libXt-devel, festival, GraphicsMagick-devel
 BuildRequires: dos2unix, libax25-devel, curl-devel, pcre-devel, proj-devel
 BuildRequires: python-devel, gpsman, gdal-devel, db4-devel
 BuildRequires: desktop-file-utils, xorg-x11-apps, hdf5-devel
@@ -28,7 +28,7 @@ software.
 
 %build
 #./bootstrap.sh
-%configure --without-graphicsmagick --with-geotiff=/usr/include/libgeotiff
+%configure --with-geotiff=/usr/include/libgeotiff
 make %{?_smp_mflags}
 for f in README ChangeLog ; do
     mv $f $f.iso88591
@@ -78,6 +78,9 @@ rm -rf %{buildroot}
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Thu Jan 23 2014 Lucian Langa <cooly at gnome.eu.org> - 1:2.0.4-6
+- prefer graphicsmagick (#919713, #1036204)
+
 * Tue Aug 27 2013 Orion Poplawski <orion at cora.nwra.com> - 1:2.0.4-5
 - Rebuild for gdal 1.10.0
 


More information about the scm-commits mailing list