productversion.mk (cdf0e10c) productversion.mk (451f97f9)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 29 unchanged lines hidden (view full) ---

38PKGDIR:=$(ABSLOCALOUT)$/bin$/desktop-integration
39RPMMACROS= \
40 --define "_rpmdir $(PKGDIR)" \
41 --define "_rpmfilename %%{{NAME}}-%%{{VERSION}}-%%{{RELEASE}}.%%{{ARCH}}.rpm"
42.ELSE
43PKGDIR=$(BIN)
44.ENDIF
45
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#

--- 29 unchanged lines hidden (view full) ---

38PKGDIR:=$(ABSLOCALOUT)$/bin$/desktop-integration
39RPMMACROS= \
40 --define "_rpmdir $(PKGDIR)" \
41 --define "_rpmfilename %%{{NAME}}-%%{{VERSION}}-%%{{RELEASE}}.%%{{ARCH}}.rpm"
42.ELSE
43PKGDIR=$(BIN)
44.ENDIF
45
46PRODUCTLIST = openoffice.org broffice.org
46PRODUCTLIST = openoffice.org
47
48# default values to minimize maintainance effort
49PRODUCTVERSION = 3.4
50PRODUCTVERSIONSHORT = 3
51PKGVERSION = $(PRODUCTVERSION)
52# gnome-vfs treats everything behind the last '.' as an icon extension,
53# even though the "icon_filename" in '.keys' is specified as filename
54# without extension. Since it also does not know how to handle "2-writer"

--- 8 unchanged lines hidden (view full) ---

63
64PRODUCTNAME.openoffice.org = OpenOffice.org
65PRODUCTVERSION.openoffice.org = $(PRODUCTVERSION)
66PRODUCTVERSIONSHORT.openoffice.org = $(PRODUCTVERSIONSHORT)
67PKGVERSION.openoffice.org = $(PKGVERSION)
68UNIXFILENAME.openoffice.org = $(PRODUCTNAME.openoffice.org:l)$(PRODUCTVERSIONSHORT.openoffice.org)
69ICONPREFIX.openoffice.org = $(UNIXFILENAME.openoffice.org:s/.//g)
70
47
48# default values to minimize maintainance effort
49PRODUCTVERSION = 3.4
50PRODUCTVERSIONSHORT = 3
51PKGVERSION = $(PRODUCTVERSION)
52# gnome-vfs treats everything behind the last '.' as an icon extension,
53# even though the "icon_filename" in '.keys' is specified as filename
54# without extension. Since it also does not know how to handle "2-writer"

--- 8 unchanged lines hidden (view full) ---

63
64PRODUCTNAME.openoffice.org = OpenOffice.org
65PRODUCTVERSION.openoffice.org = $(PRODUCTVERSION)
66PRODUCTVERSIONSHORT.openoffice.org = $(PRODUCTVERSIONSHORT)
67PKGVERSION.openoffice.org = $(PKGVERSION)
68UNIXFILENAME.openoffice.org = $(PRODUCTNAME.openoffice.org:l)$(PRODUCTVERSIONSHORT.openoffice.org)
69ICONPREFIX.openoffice.org = $(UNIXFILENAME.openoffice.org:s/.//g)
70
71PRODUCTNAME.broffice.org = BrOffice.org
72PRODUCTVERSION.broffice.org = $(PRODUCTVERSION)
73PRODUCTVERSIONSHORT.broffice.org = $(PRODUCTVERSIONSHORT)
74PKGVERSION.broffice.org = $(PKGVERSION)
75UNIXFILENAME.broffice.org = $(PRODUCTNAME.broffice.org:l)$(PRODUCTVERSIONSHORT.broffice.org)
76ICONPREFIX.broffice.org = $(UNIXFILENAME.broffice.org:s/.//g)
77
78