]> git.pld-linux.org Git - packages/sword.git/blobdiff - sword.spec
- release 2
[packages/sword.git] / sword.spec
index 63517510283713141ddcee289c81efd1bfb686e1..dc5a669f86ce950db3eaacdb40570a8ee8a1366e 100644 (file)
@@ -1,26 +1,27 @@
-#
 # TODO:
-# - Fix debug package. Patch Makefile so debugfiles.list is generated?
 # - Package icu-sword and add bcond for it here
-
-%define debug_package 0
-
+#
+# Conditional build:
 #%bcond_with   icusword
 %bcond_without clucene
 %bcond_without curl
 %bcond_without icu
 %bcond_without utilities
 
+%define debug_package 0
+
 Summary:       The SWORD Project framework for manipulating Bible texts
 Name:          sword
-Version:       1.6.1
-Release:       0.4
+Version:       1.6.2
+Release:       2
 License:       GPL
 Group:         Libraries
 Source0:       http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/%{name}-%{version}.tar.gz
-# Source0-md5: 347e72f73313ff3ba700368db76a5d50
+# Source0-md5: a7dc4456e20e915fec46d774b690e305
 Patch0:                %{name}-curl.patch
 URL:           http://www.crosswire.org/sword
+BuildRequires: pkgconfig
+BuildRequires: xulrunner-devel >= 1.9.2.3
 %{?with_clucene:BuildRequires: clucene-core-devel}
 %{?with_clucene:Requires:      clucene-core}
 %{?with_curl:BuildRequires:    curl-devel}
@@ -28,9 +29,9 @@ URL:          http://www.crosswire.org/sword
 %{?with_icu:BuildRequires:     icu}
 %{?with_icu:BuildRequires:     libicu-devel}
 %{?with_icu:Requires:  icu}
-BuildRequires: pkgconfig
 #%{?with_icusword:BuildRequires:       icu-sword}
 #%{?with_icusword:Requires:    icu-sword}
+Requires:      xulrunner >= 1.9.2.3
 Requires:      zlib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.080814 seconds and 4 git commands to generate.