Author: caleb Date: Thu Jun 3 12:34:47 2010 GMT Module: packages Tag: HEAD ---- Log message: - R: xulrunner, BR: xulrunner-devel. Versions less than 1.9.2.3 sometimes render blank screens.
---- Files affected: packages/sword: sword.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/sword/sword.spec diff -u packages/sword/sword.spec:1.7 packages/sword/sword.spec:1.8 --- packages/sword/sword.spec:1.7 Thu Jun 3 14:01:19 2010 +++ packages/sword/sword.spec Thu Jun 3 14:34:42 2010 @@ -1,7 +1,6 @@ # $Revision$, $Date$ # # TODO: -# - Fix debug package. Patch Makefile so debugfiles.list is generated? # - Package icu-sword and add bcond for it here %define debug_package 0 @@ -15,13 +14,15 @@ Summary: The SWORD Project framework for manipulating Bible texts Name: sword Version: 1.6.1 -Release: 0.4 +Release: 0.5 License: GPL Group: Libraries Source0: http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/%{name}-%{version}.tar.gz # Source0-md5: 347e72f73313ff3ba700368db76a5d50 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} @@ -29,9 +30,9 @@ %{?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) @@ -134,6 +135,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/06/03 12:34:42 caleb +- R: xulrunner, BR: xulrunner-devel. Versions less than 1.9.2.3 sometimes render blank screens. + Revision 1.7 2010/06/03 12:01:19 caleb - Disable tests and examples, not installed anyway. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sword/sword.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
