Author: caleb Date: Thu Jun 3 12:01:27 2010 GMT Module: packages Tag: HEAD ---- Log message: - Disable tests and examples, not installed anyway.
---- Files affected: packages/sword: sword.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: packages/sword/sword.spec diff -u packages/sword/sword.spec:1.6 packages/sword/sword.spec:1.7 --- packages/sword/sword.spec:1.6 Sat May 22 21:32:58 2010 +++ packages/sword/sword.spec Thu Jun 3 14:01:19 2010 @@ -1,15 +1,12 @@ # $Revision$, $Date$ # # TODO: -# - Split out subpackages for tests, examples # - Fix debug package. Patch Makefile so debugfiles.list is generated? # - Package icu-sword and add bcond for it here -# + %define debug_package 0 -%bcond_with examples #%bcond_with icusword -%bcond_with tests %bcond_without clucene %bcond_without curl %bcond_without icu @@ -18,7 +15,7 @@ Summary: The SWORD Project framework for manipulating Bible texts Name: sword Version: 1.6.1 -Release: 0.3 +Release: 0.4 License: GPL Group: Libraries Source0: http://www.crosswire.org/ftpmirror/pub/sword/source/v1.6/%{name}-%{version}.tar.gz @@ -74,14 +71,15 @@ %build %{configure} \ + --with-conf \ --with%{!?with_clucene:out}-clucene \ --with%{!?with_curl:out}-curl \ --with%{!?with_icu:out}-icu \ - --%{?with_utilities:en}%{!?with_utilities:dis}able-utilities \ - --%{?with_tests:en}%{!?with_tests:dis}able-tests \ - --with-conf \ --disable-debug \ - --disable-dependency-tracking + --disable-dependency-tracking \ + --disable-examples \ + --disable-tests \ + --%{?with_utilities:en}%{!?with_utilities:dis}able-utilities \ #--with%{!?with_icusword:out}-icusword \ %{__make} @@ -136,6 +134,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2010/06/03 12:01:19 caleb +- Disable tests and examples, not installed anyway. + Revision 1.6 2010/05/22 19:32:58 caleb - BR: libicu-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sword/sword.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
