SPECS: openoffice.org.spec - add possibility to build without all ...

sls sls at pld-linux.org
Fri Jan 5 01:21:37 CET 2007


Author: sls                          Date: Fri Jan  5 00:21:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add possibility to build without all languages

---- Files affected:
SPECS:
   openoffice.org.spec (1.665 -> 1.666) 

---- Diffs:

================================================================
Index: SPECS/openoffice.org.spec
diff -u SPECS/openoffice.org.spec:1.665 SPECS/openoffice.org.spec:1.666
--- SPECS/openoffice.org.spec:1.665	Fri Jan  5 01:16:26 2007
+++ SPECS/openoffice.org.spec	Fri Jan  5 01:21:32 2007
@@ -24,7 +24,6 @@
 #	- add %{_libdir}/%{name}/share/autocorr/acor_(ll)-(LL).dat files to package (marked with %lang)
 #	- fix locale names and other locale related things
 #       - can't be just i18n-{be,gu,hi,kn,pa,ta} instead of *-{be_BY,*_IN}?
-#	- add option to build with {not} all lanquages
 #   - more system libs todo:
 #	$ grep SYSTEM ooo-build-ooe680-m6/build/ooe680-m6/config_office/config.log |grep NO
 #	SYSTEM_AGG='NO'
@@ -46,7 +45,7 @@
 %bcond_with	mono		# enable compilation of mono bindings
 %bcond_without	mozilla		# without mozilla
 %bcond_with	seamonkey	# use seamonkey instead of firefox
-%bcond_without	i18n	# do not create i18n packages (for debugging only)
+%bcond_without	i18n		# do not create i18n packages
 
 %bcond_without	system_db		# with internal berkeley db
 %bcond_without	system_mdbtools
@@ -2075,7 +2074,7 @@
 %endif
 	--without-binsuffix \
 	--with-installed-ooo-dirname=%{name} \
-	--with-lang=ALL \
+	--with-lang=%{?with_i18n:ALL} \
 %if %{with java}
 	--with-java \
 	--with-jdk-home=$JAVA_HOME \
@@ -3613,6 +3612,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.666  2007/01/05 00:21:32  sls
+- add possibility to build without all languages
+
 Revision 1.665  2007/01/05 00:16:26  glen
 - split to applications, inspired by FC openoffice.org-2.1.0-6.7.src.rpm
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openoffice.org.spec?r1=1.665&r2=1.666&f=u



More information about the pld-cvs-commit mailing list