SUNWgnome-base-libs.spec
author jerrytan
Mon, 11 Aug 2008 07:35:57 +0000
branchgnome-2-22
changeset 12497 f4743e0d8120
parent 12335 63ed02f7e169
child 12568 4212c1c5b8b9
permissions -rw-r--r--
update spec for tracker from vermillion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): glib, cairo, pango, atk, gtk+, libglade,
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
     5
#                     libart_lgpl, gail, libgnomecanvas, pixman
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
#
11478
af99b2737279 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11354
diff changeset
     7
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
# Owner: erwannc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%include Solaris.inc
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    14
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    15
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    16
%include arch64.inc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    17
%define _sysconfdir /etc/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    18
%use glib_64 = glib2.spec
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
    19
%use pixman_64 = pixman.spec
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    20
%use cairo_64 = cairo.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    21
%use pango_64 = pango.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    22
%use atk_64 = atk.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    23
%use gtk_64 = gtk2.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    24
%use libglade_64 = libglade.spec
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    25
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    26
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    27
%include base.inc
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
    28
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%use glib = glib2.spec
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
    30
%use pixman = pixman.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%use cairo = cairo.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%use pango = pango.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%use atk = atk.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%use gtk = gtk2.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%use libglade = libglade.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%use libart_lgpl = libart_lgpl.spec
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
    37
%use gail = gail.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%use libgnomecanvas = libgnomecanvas.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Name:                    SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Summary:                 GNOME base GUI libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Source:                  %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
SUNW_BaseDir:            %{_basedir}
12042
821b7874d57c 2008-04-06 Erwann Chenede - <[email protected]>
erwannc
parents: 11504
diff changeset
    45
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWgnome-base-libs-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: SUNWxwxft
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    51
%if %option_with_fox
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    52
Requires: FSWxorg-clientlibs
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    53
Requires: FSWxwrtl
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    54
%else
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Requires: SUNWxwrtl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Requires: SUNWxwplt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
Requires: SUNWxorg-clientlibs
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    58
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Requires: SUNWfreetype2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Requires: SUNWfontconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Requires: SUNWpng
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires: SUNWTiff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
Requires: SUNWjpg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Requires: SUNWPython
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Requires: SUNWmlib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
Requires: SUNWperl584core
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    71
%if %option_with_gnu_iconv
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    72
Requires: SUNWgnu-libiconv
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    73
Requires: SUNWgnu-gettext
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    74
%else
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
Requires: SUNWuiu8
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
    76
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
BuildRequires: SUNWgnome-common-devel
10637
11751d9e16ee 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
    78
BuildRequires: SUNWgnome-doc-utils
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
BuildRequires: SUNWxorg-headers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
BuildRequires: SUNWjpg-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
BuildRequires: SUNWpng-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
BuildRequires: SUNWTiff-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
BuildRequires: SUNWPython-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
BuildRequires: SUNWmlib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
BuildRequires: SUNWmlibh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
BuildRequires: SUNWlxml-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%if %(/bin/test -e /usr/sfw/include/glib.h && echo 1 || echo 0)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
BuildConflicts: SUNWGlib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%package devel		
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
Requires: SUNWperl584usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
Requires: SUNWperl584core
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
Requires: SUNWPython
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
Requires: SUNWpapi
12335
63ed02f7e169 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12163
diff changeset
   107
Requires: SUNWcupsu
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
Summary:                 %{summary} - l10n content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
Requires: %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
mkdir %name-%version
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   120
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   121
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   122
mkdir %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   123
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   124
%glib_64.prep -d %name-%version/%_arch64
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   125
%pixman_64.prep -d %name-%version/%_arch64
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   126
%cairo_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   127
%pango_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   128
%atk_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   129
%gtk_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   130
%libglade_64.prep -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   131
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   132
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   133
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   134
mkdir %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   135
%glib.prep -d %name-%version/%{base_arch}
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   136
%pixman.prep -d %name-%version/%{base_arch}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   137
%cairo.prep -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   138
%pango.prep -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   139
%atk.prep -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   140
%gtk.prep -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   141
%libglade.prep -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   142
%libart_lgpl.prep -d %name-%version/%{base_arch}
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   143
%gail.prep -d %name-%version/%{base_arch}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   144
%libgnomecanvas.prep -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   145
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%ifarch amd64 sparcv9
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   150
cd %{_builddir}/%name-%version/%{_arch64}/cairo-%{cairo.version}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
cat > freetype-config <<EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
#!/bin/sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
PKG_CONFIG_PATH=/usr/lib/%{_arch64}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
export PKG_CONFIG_PATH
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
OPT="\$1"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
if [ "x\$OPT" = x--version ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
  OPT=--modversion
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
exec /usr/bin/pkg-config \$OPT freetype2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
chmod a+x freetype-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   164
cd %{_builddir}/%name-%version/%{base_arch}/libgnomecanvas-%{libgnomecanvas.version}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
ln -s ../libart_lgpl-%{libart_lgpl.version} libart_lgpl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
PKG_CONFIG_DISABLE_UNINSTALLED=
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
unset PKG_CONFIG_DISABLE_UNINSTALLED
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
export PERL_PATH=/usr/perl5/bin/perl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
export PERL=/usr/perl5/bin/perl
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   173
export CPPFLAGS="-I/usr/sfw/include"
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   174
save_PATH=$PATH
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   175
export ACLOCAL_FLAGS="-I %{_builddir}/%name-%version/%{base_arch}/glib-%{glib.version}/m4macros -I %{_builddir}/%name-%version/%{base_arch}/gtk+-%{gtk.version}/m4macros"
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   176
export PKG_CONFIG_PATH=../libart_lgpl-%{libart_lgpl.version}:../glib-%{glib.version}:../atk-%{atk.version}:../pixman-%{pixman.version}:../cairo-%{cairo.version}/src:../pango-%{pango.version}:../gtk+-%{gtk.version}:../libglade-%{libglade.version}:../gail-%{gail.version}:%{_pkg_config_path}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   178
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   179
export EXTRA_LDFLAGS="-L/usr/sfw/lib/%{_arch64} -R/usr/sfw/lib/%{_arch64} -L/usr/X11/lib/%{_arch64} -R/usr/X11/lib/%{_arch64} -L%{_builddir}/%name-%version/%{_arch64}/cairo-%{cairo.version}/src/.libs"
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   180
export PATH=%{_builddir}/%name-%version/%{_arch64}/glib-%{glib.version}/gobject:$save_PATH
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   181
export EXTRA_CFLAGS="-I/usr/sfw/include -I%{_builddir}/%name-%version/%{_arch64}/cairo-%{cairo.version}/src"
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   182
%if %option_with_gnu_iconv
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   183
export EXTRA_CFLAGS="-I /usr/gnu/include $EXTRA_CFLAGS"
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   184
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   186
%glib_64.build -d %name-%version/%_arch64
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   187
%pixman_64.build -d %name-%version/%_arch64
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   188
%cairo_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   189
%pango_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   190
%atk_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   191
%gtk_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   192
%libglade_64.build -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   193
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   195
export EXTRA_LDFLAGS="-L/usr/sfw/lib -R/usr/sfw/lib -L/usr/X11/lib -R/usr/X11/lib -L%{_builddir}/%name-%version/%{base_arch}/cairo-%{cairo.version}/src/.libs"
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   196
export PATH=%{_builddir}/%name-%version/%{base_arch}/glib-%{glib.version}/gobject:%{_builddir}/%name-%version/%{base_arch}/libgnomecanvas-%{libgnomecanvas.version}/libgnomecanvas:$save_PATH
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   197
export EXTRA_CFLAGS="-I/usr/sfw/include -I%{_builddir}/%name-%version/%{base_arch}/cairo-%{cairo.version}/src"
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   198
%if %option_with_gnu_iconv
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   199
export EXTRA_CFLAGS="-I /usr/gnu/include $EXTRA_CFLAGS"
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   200
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   202
%glib.build -d %name-%version/%{base_arch}
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   203
%pixman.build -d %name-%version/%{base_arch}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   204
%cairo.build -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   205
%pango.build -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   206
%atk.build -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   207
%gtk.build -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   208
%libglade.build -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   209
%libart_lgpl.build -d %name-%version/%{base_arch}
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   210
%gail.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
#	we need this because libgnomecanvas-scan cannot find libXrand
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
#	without it - this seems solairs specific so it is here
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/X11/lib"
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   214
%libgnomecanvas.build -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   215
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
%install
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   218
rm -rf $RPM_BUILD_ROOT
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   219
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   220
%ifarch amd64 sparcv9
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   221
%glib_64.install -d %name-%version/%_arch64
12163
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   222
# Don't install pixman since we are linking it directly into libcairo.
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   223
# %pixman_64.install -d %name-%version/%_arch64
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   224
%cairo_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   225
%pango_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   226
export PATH=%{_builddir}/%name-%version/%{_arch64}/glib-%{glib.version}/gobject:$PATH
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   227
%atk_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   228
%gtk_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   229
%libglade_64.install -d %name-%version/%_arch64
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   230
%endif
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   231
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   232
%glib.install -d %name-%version/%{base_arch}
12163
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   233
# Don't install pixman since we are linking it directly into libcairo.
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   234
# %pixman.install -d %name-%version/%{base_arch}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   235
%cairo.install -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   236
%pango.install -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
export PATH=%{_builddir}/%name-%version/glib-%{glib.version}/gobject:$PATH
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   238
%atk.install -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   239
%gtk.install -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   240
%libglade.install -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   241
%libart_lgpl.install -d %name-%version/%{base_arch}
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   242
%gail.install -d %name-%version/%{base_arch}
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   243
%libgnomecanvas.install -d %name-%version/%{base_arch}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   244
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
# Move demo to demo directory.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
install -d $RPM_BUILD_ROOT%{_prefix}/demo/jds/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
mv $RPM_BUILD_ROOT%{_bindir}/gtk-demo $RPM_BUILD_ROOT%{_prefix}/demo/jds/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/immodules/im-[a-wyz]*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
# on linux, these config files are created in %post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
# that would be more complicated on Solaris, especially
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
# during jumpstart or live upgrade, so it's better to do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
# it during the build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
$RPM_BUILD_ROOT%{_bindir}/pango-querymodules \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
    $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.so \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
    > $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
$RPM_BUILD_ROOT%{_bindir}/gtk-query-immodules-2.0 \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
    $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/immodules/im-xim.so \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
    > $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/gtk.immodules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
$RPM_BUILD_ROOT%{_bindir}/gdk-pixbuf-query-loaders \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
    $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.so \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
    > $RPM_BUILD_ROOT%{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
rm -f $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gtk-2.0/*/immodules/im-[a-wyz]*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
$RPM_BUILD_ROOT%{_bindir}/%{_arch64}/pango-querymodules \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
    $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/pango/*/modules/*.so \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
    > $RPM_BUILD_ROOT%{_sysconfdir}/%{_arch64}/pango/pango.modules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
mkdir  -p $RPM_BUILD_ROOT%{_sysconfdir}/%{_arch64}/gtk-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
$RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gtk-query-immodules-2.0 \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
    $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gtk-2.0/*/immodules/im-xim.so \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
    > $RPM_BUILD_ROOT%{_sysconfdir}/%{_arch64}/gtk-2.0/gtk.immodules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
$RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gdk-pixbuf-query-loaders \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
    $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gtk-2.0/*/loaders/*.so \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
    | sed -e "s%%$RPM_BUILD_ROOT%%%%" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
    > $RPM_BUILD_ROOT%{_sysconfdir}/%{_arch64}/gtk-2.0/gdk-pixbuf.loaders
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/libglade-convert
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   299
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gdk-pixbuf-csource
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   300
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/glib-{genmarshal,gettextize,mkenums}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   301
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gobject-query
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   302
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/pango-view
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   303
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gtk-update-icon-cache
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   304
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   305
mkdir -p $RPM_BUILD_ROOT%{_prefix}/demo/jds/bin/%{_arch64}
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   306
mv $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/gtk-demo \
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   307
    $RPM_BUILD_ROOT%{_prefix}/demo/jds/bin/%{_arch64}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
( echo 'test -d %{_sysconfdir}/gtk-2.0 || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
  echo 'test -x %{_bindir}/gdk-pixbuf-query-loaders || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
  echo '%{_bindir}/gdk-pixbuf-query-loaders \';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
  echo '    > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders' ) | \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
      $BASEDIR/lib/postrun -u -c JDS
10577
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   329
( echo 'test -d %{_sysconfdir}/gtk-2.0 || exit 0';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   330
  echo 'test -x %{_bindir}/gtk-query-immodules-2.0 || exit 0';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   331
  echo '%{_bindir}/gtk-query-immodules-2.0 \';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   332
  echo '%{_libdir}/gtk-2.0/*/immodules/*.so \';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   333
  echo '    > %{_sysconfdir}/gtk-2.0/gtk.immodules' ) | \
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   334
      $BASEDIR/lib/postrun -u -c JDS
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
( echo "/bin/isainfo | /bin/egrep -s '(amd64|sparcv9)' || exit 0";
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
  echo 'test -d %{_sysconfdir}/%{_arch64}/gtk-2.0 || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
  echo 'test -x %{_bindir}/%{_arch64}/gdk-pixbuf-query-loaders || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
  echo '%{_bindir}/%{_arch64}/gdk-pixbuf-query-loaders \';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
  echo '    > %{_sysconfdir}/%{_arch64}/gtk-2.0/gdk-pixbuf.loaders' ) | \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
      $BASEDIR/lib/postrun -u -c JDS
10577
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   342
( echo "/bin/isainfo | /bin/egrep -s '(amd64|sparcv9)' || exit 0";
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   343
  echo 'test -d %{_sysconfdir}/%{_arch64}/gtk-2.0 || exit 0';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   344
  echo 'test -x %{_bindir}/%{_arch64}/gtk-query-immodules-2.0 || exit 0';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   345
  echo '%{_bindir}/%{_arch64}/gtk-query-immodules-2.0 \';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   346
  echo '%{_libdir}/%{_arch64}/gtk-2.0/*/immodules/*.so \';
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   347
  echo '    > %{_sysconfdir}/%{_arch64}/gtk-2.0/gtk.immodules' ) | \
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   348
      $BASEDIR/lib/postrun -u -c JDS
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
%post root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
( echo 'test -d %{_sysconfdir}/gtk-2.0 || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
  echo 'test -x %{_bindir}/gdk-pixbuf-query-loaders || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
  echo '%{_bindir}/gdk-pixbuf-query-loaders \';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
  echo '    > %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders' ) | \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
      $BASEDIR/var/lib/postrun/postrun -u -c JDS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
( echo "/bin/isainfo | /bin/egrep -s '(amd64|sparcv9)' || exit 0";
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
  echo 'test -d %{_sysconfdir}/%{_arch64}/gtk-2.0 || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
  echo 'test -x %{_bindir}/%{_arch64}/gdk-pixbuf-query-loaders || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
  echo '%{_bindir}/%{_arch64}/gdk-pixbuf-query-loaders \';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
  echo '    > %{_sysconfdir}/%{_arch64}/gtk-2.0/gdk-pixbuf.loaders' ) | \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
      $BASEDIR/var/lib/postrun/postrun -u -c JDS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
%{_bindir}/pango-querymodules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
%{_bindir}/pango-view
10158
d870f459443c 2007-07-04 Damien Carbery <[email protected]>
dcarbery
parents: 9959
diff changeset
   371
%{_bindir}/gtk-builder-convert
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
%{_bindir}/gtk-query-immodules-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
%{_bindir}/gtk-update-icon-cache
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
%{_bindir}/gdk-pixbuf-query-loaders
11354
efe7f4d753de 2007-12-26 Damien Carbery <[email protected]>
dcarbery
parents: 10637
diff changeset
   375
%{_bindir}/gtester
efe7f4d753de 2007-12-26 Damien Carbery <[email protected]>
dcarbery
parents: 10637
diff changeset
   376
%{_bindir}/gtester-report
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
%{_libdir}/libglade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
%{_libdir}/charset.alias
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
%{_libdir}/pango/*/*/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
%{_libdir}/gtk*/*/engines/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
%{_libdir}/gtk*/*/loaders/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
%{_libdir}/gtk*/*/immodules/im-xim.so
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   385
%{_libdir}/gtk-2.0/modules/*.so
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
%{_bindir}/%{_arch64}/pango-querymodules
10158
d870f459443c 2007-07-04 Damien Carbery <[email protected]>
dcarbery
parents: 9959
diff changeset
   389
%{_bindir}/%{_arch64}/gtk-builder-convert
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
%{_bindir}/%{_arch64}/gtk-query-immodules-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
%{_bindir}/%{_arch64}/gdk-pixbuf-query-loaders
11354
efe7f4d753de 2007-12-26 Damien Carbery <[email protected]>
dcarbery
parents: 10637
diff changeset
   392
%{_bindir}/%{_arch64}/gtester
efe7f4d753de 2007-12-26 Damien Carbery <[email protected]>
dcarbery
parents: 10637
diff changeset
   393
%{_bindir}/%{_arch64}/gtester-report
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
%{_libdir}/%{_arch64}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
%{_libdir}/%{_arch64}/charset.alias
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
%{_libdir}/%{_arch64}/pango/*/*/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
%{_libdir}/%{_arch64}/gtk*/*/loaders/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
%{_libdir}/%{_arch64}/gtk*/*/engines/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   400
%{_libdir}/%{_arch64}/gtk*/*/immodules/im-xim.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   402
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
%{_datadir}/themes
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   404
%{_datadir}/xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
%dir %attr(0755, root, bin) %{_mandir}/entities
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
%{_mandir}/entities/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
%dir %attr(0755, root, bin) %{_mandir}/man1
10469
e846db8b79b4 2007-09-07 Damien Carbery <[email protected]>
dcarbery
parents: 10184
diff changeset
   409
%{_mandir}/man1/gtk-builder-convert.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
%{_mandir}/man1/gtk-query-immodules-2.0.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
%{_mandir}/man1/pango-querymodules.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
%{_mandir}/man1/gdk-pixbuf-query-loaders.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
%{_mandir}/man1/gtk-update-icon-cache.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
%dir %attr(0755, root, bin) %{_mandir}/man5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
%{_mandir}/man5/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
%dir %attr (0755, root, bin) %dir %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
%{_libdir}/glib*/include
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
%{_libdir}/gtk*/include
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
%{_libdir}/gtk*/*/printbackends
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
%dir %attr (0755, root, bin) %dir %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
%{_bindir}/glib-genmarshal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
%{_bindir}/glib-gettextize
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
%{_bindir}/glib-mkenums
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
%{_bindir}/gobject-query
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
%{_bindir}/gdk-pixbuf-csource
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
%{_bindir}/libart2-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
%{_bindir}/libglade-convert
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
%dir %attr (0755, root, bin) %dir %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
%dir %attr (0755, root, bin) %dir %{_prefix}/demo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   436
%dir %attr (0755, root, bin) %dir %{_prefix}/demo/jds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
%dir %attr (0755, root, bin) %dir %{_prefix}/demo/jds/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   438
%{_prefix}/demo/jds/bin/gtk-demo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   440
%dir %attr (0755, root, bin) %dir %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
%{_libdir}/%{_arch64}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   443
%{_libdir}/%{_arch64}/glib*/include
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   444
%{_libdir}/%{_arch64}/gtk*/include
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
%{_libdir}/%{_arch64}/gtk*/*/printbackends
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   446
%{_prefix}/demo/jds/bin/%{_arch64}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   447
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   448
%dir %attr (0755, root, sys) %dir %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   449
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   450
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   451
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   452
%{_datadir}/glib-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   453
%{_datadir}/gtk-2.0/demo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   454
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   455
%dir %attr(0755, root, bin) %{_mandir}/man3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   456
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   457
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   458
%{_mandir}/man1/gdk-pixbuf-csource.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   459
%{_mandir}/man1/glib-genmarshal.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   460
%{_mandir}/man1/glib-gettextize.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   461
%{_mandir}/man1/glib-mkenums.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   462
%{_mandir}/man1/gobject-query.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   463
%{_mandir}/man1/libart2-config.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   464
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   465
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   466
%defattr (-, root, sys)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   467
%attr (0755, root, sys) %dir %{_sysconfdir}
10577
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   468
%ghost %{_sysconfdir}/gtk-2.0/gtk.immodules
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   469
%config %{_sysconfdir}/pango
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   470
%ghost %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
9959
6d55eaa0a725 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9946
diff changeset
   471
%{_sysconfdir}/gtk-2.0/im-multipress.conf
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   472
%ifarch amd64 sparcv9
10577
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   473
%ghost %{_sysconfdir}/%{_arch64}/gtk-2.0/gtk.immodules
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   474
%config %{_sysconfdir}/%{_arch64}/pango
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   475
%ghost %{_sysconfdir}/%{_arch64}/gtk-2.0/gdk-pixbuf.loaders
9959
6d55eaa0a725 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9946
diff changeset
   476
%{_sysconfdir}/%{_arch64}/gtk-2.0/im-multipress.conf
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   477
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   478
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   479
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   480
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   481
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   482
%dir %attr (0755, root, sys) %dir %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   483
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   484
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   485
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   486
%changelog
12335
63ed02f7e169 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12163
diff changeset
   487
* Wed May 21 2008 - [email protected]
63ed02f7e169 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12163
diff changeset
   488
- Add 'Requires: SUNWcupsu' to devel package to fix #6705123.
12163
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   489
* Fri Apr 18 2008 - [email protected]
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   490
- Statically link in pixman into cairo, so don't ship libpixman.
cac3f11df8dd 2008-04-18 Darren Kenny <[email protected]>
dkenny
parents: 12140
diff changeset
   491
- This is a temporary workaround until the X server provide libpixman.
12140
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   492
* Tue Apr 15 2008 - [email protected]
243843936f1e 2008-04-16 Erwann Chenede - <[email protected]>
erwannc
parents: 12042
diff changeset
   493
- added pixman module
11504
80a0f3123533 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11478
diff changeset
   494
* Tue Jan 22 2008 - [email protected]
80a0f3123533 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11478
diff changeset
   495
- Remove pixman module as cairo has been reverted to 1.4.14.
11478
af99b2737279 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11354
diff changeset
   496
* Thu Jan 17 2008 - [email protected]
af99b2737279 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11354
diff changeset
   497
- Add pixman module, as required by cairo 1.5.6.
11354
efe7f4d753de 2007-12-26 Damien Carbery <[email protected]>
dcarbery
parents: 10637
diff changeset
   498
* Wed Dec 26 2007 - [email protected]
efe7f4d753de 2007-12-26 Damien Carbery <[email protected]>
dcarbery
parents: 10637
diff changeset
   499
- Add gtester and gtester-report to %files, introduced by glib 2.15.0.
10637
11751d9e16ee 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   500
* Wed Oct 10 2007 - [email protected]
11751d9e16ee 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   501
- Remove 'Requires: SUNWgnome-doc-utils' as it is only used during building;
11751d9e16ee 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   502
  change SUNWgnome-doc-utils-devel to SUNWgnome-doc-utils to match change in
11751d9e16ee 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   503
  SUNWgnome-doc-utils.spec.
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   504
* Tue Oct  2 2007 - [email protected]
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10577
diff changeset
   505
- set CFLAGS and LDFLAGS for GNU libintl/libiconv
10577
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   506
* Sat Sep 29 2007 - [email protected]
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   507
- Run gtk-query-immodules-2.0 in %post instead of using a class action script
4cb06a9c8928 2007-09-29 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   508
  which does not remove invalid entries. Fixes 6550492.
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
   509
* Fri Sep 28 2007 - [email protected]
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
   510
- add optional GNU libiconv and FOX dependencies instead of the Nevada
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10469
diff changeset
   511
  equivalents
10469
e846db8b79b4 2007-09-07 Damien Carbery <[email protected]>
dcarbery
parents: 10184
diff changeset
   512
* Fri Sep 07 2007 - [email protected]
e846db8b79b4 2007-09-07 Damien Carbery <[email protected]>
dcarbery
parents: 10184
diff changeset
   513
- Add gtk-builder-convert.1 manpage to %files.
10184
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   514
* Thu Jul 12 2007 - [email protected]
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   515
- Add gail module and associated %files. It is a prerequisite of libgnomecanvas
9e2210ee7f2b 2007-07-12 Damien Carbery <[email protected]>
dcarbery
parents: 10158
diff changeset
   516
  now.
10158
d870f459443c 2007-07-04 Damien Carbery <[email protected]>
dcarbery
parents: 9959
diff changeset
   517
* Wed Jul 04 2007 - [email protected]
d870f459443c 2007-07-04 Damien Carbery <[email protected]>
dcarbery
parents: 9959
diff changeset
   518
- Add gtk-builder-convert to %files.
9959
6d55eaa0a725 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9946
diff changeset
   519
* Mon May 29 2007 - [email protected]
6d55eaa0a725 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9946
diff changeset
   520
- Remove 'rm $RPM_BUILD_ROOT/var' and add im-multipress.conf to %files root as
6d55eaa0a725 2007-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 9946
diff changeset
   521
  issue has been resolved.
9946
9c6e99651c34 2007-05-25 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   522
* Fri May 25 2007 - [email protected]
9c6e99651c34 2007-05-25 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   523
- Remove $RPM_BUILD_ROOT/var in %install because gtk+ is installing to
9c6e99651c34 2007-05-25 Damien Carbery <[email protected]>
dcarbery
parents: 9926
diff changeset
   524
  $RPM_BUILD_ROOT$RPM_BUILD_ROOT !
9879
0c26756597a0 2007-05-11 Damien Carbery <[email protected]>
dcarbery
parents: 9576
diff changeset
   525
* Fri May 11 2007 - [email protected]
0c26756597a0 2007-05-11 Damien Carbery <[email protected]>
dcarbery
parents: 9576
diff changeset
   526
- Add Build/Requires SUNWgnome-doc-utils/-devel as required by atk.
9576
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   527
* Thu Mar 15 2007 - [email protected]
8b6438adb524 2007-03-16 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   528
- convert to new style of building multiple ISAs as per docs/multi-ISA.txt
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   529
* Mon Feb  5 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   530
- Add Requires SUNWpapi after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   531
* Fri Dec 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   532
- Added SUNWuiu8 dependency. Fixes 6499071
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   533
* Mon Oct 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   534
- Fix comment.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   535
* Fri Oct 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   536
- Delete .a and .la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   537
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   538
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   539
* Sun Aug 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   540
- delete %pre script (hack) and SUNWj5rt dep since we changed the icon dirs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   541
  back to root:other
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   542
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   543
- set PERL to /usr/perl5/bin/perl as per CR6454456
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   544
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   545
- Add cairo dir to CFLAGS; update %install and %files for printbackends files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   546
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   547
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   548
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   549
* Thu Jul 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   550
- Add %{_bindir}/%{_arch64}/gtk-demo because of new tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   551
* Thu Jul  6 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   552
- Add BuildRequires SUNWlxml-devel as required by libglade.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   553
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   554
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   555
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   556
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   557
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   558
- Move gtk-demo to /usr/demo/jds/bin to meet ARC requirements.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   559
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   560
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   561
* Sat Dec  3 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   562
- postrunify the gdk-pixbuf.loaders stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   563
* Thu Sep 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   564
- Verified builds fine on Solaris, bump to 2.12.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   565
* Tue Sep 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   566
- add to %files or remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   567
- add %post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   568
- change _sysconfdir files to volatile (config)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   569
* Fri Aug 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   570
- Add cairo.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   571
* Mon Aug  1 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   572
- Add SUNWPython/-devel dependencies so that libglade-convert builds.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   573
* Tue Jul 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   574
- Moved librsvg to SUNWlibrsvg.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   575
* Mon Jul 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   576
- Added bin/rsvg-view and datadir/pixmaps to complete librsvg 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   577
  packaging
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   578
* Tue Jun 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   579
- Added symlink to gdk/x11 so that the build can find gdkx.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   580
* Wed May 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   581
- Added libglade-convert to packaging.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   582
* Mon May 9 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   583
- Fix setting of ACLOCAL_FLAGS so it builds with the 2.10 code.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   584
* Tue Dec 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   585
- Add Requires SUNWmlib since we require SUNWmlib at runtime, not just
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   586
  build time.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   587
* Tue Nov 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   588
- moved section 5 man page to share from devel-share
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   589
* Thu Nov 4 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   590
- Changed spec file to remove /etc/profile.d directory before packaging
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   591
  Fixes bug# 5097097
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   592
* Thu Oct 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   593
- fix typos for _arch64/gtk.immodules, fixes 6176001
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   594
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   595
- set PERL and PERL_PATH, fixes 5100958
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   596
* Wed Oct 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   597
- use _pkg_config_path64 in $PKG_CONFIG_PATH64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   598
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   599
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   600
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   601
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   602
* Sat Sep 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   603
- Set LD_LIBRARY_PATH so Xrandr and Xrender found when running built files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   604
* Sat Sep 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   605
- Set LDFLAGS so Xrandr and Xrender can be found.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   606
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   607
- Added librsvg-2.3, rsvg.1 manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   608
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   609
- Bug 5091588 : include files and sman3/4 files should be in a separate devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   610
  package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   611
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   612
- s/SUNWpl5u/SUNWperl584usr/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   613
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   614
- Changed more manpage modes to 0755 for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   615
* Mon Aug 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   616
- Changed multiple manpage modes to 0755 for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   617
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   618
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   619
* Wed Jun 1 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   620
- remove unsupported input method modules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   621
* Wed May 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   622
- add l10n subpackage
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   623
* Tue May 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   624
- add buildconflicts tags against glib/gtk 1.2 packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   625
* Wed May 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   626
- Added missing man pages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   627
* Fri Apr 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   628
- added SUNWfontconfig, MediaLib dependencies
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   629
* Sun Apr 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   630
- add some missing files to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   631
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   632
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   633
* Web Mar 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   634
- escape % chars in the sed commands
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   635
* Sat Feb 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   636
- add -D__STDC_VERSION__=199409L recommended by the compiler cteam
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   637
* Web Feb 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   638
- move libgnomecanvas here from SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   639
- move libart_lgpl here from SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   640
- move librsvg here from SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   641
* Fri Feb 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   642
- add "-xc99=none -xCC" to make glib build on s10_51.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   643
- fix mandir permissions
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   644
* Thu Feb 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   645
- insert dir attribute in front of directories so as not
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   646
  to recursively suck up all it's contents
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   647
* Mon Jan 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   648
- generate module list config files in %install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   649
* Fri Jan 9 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   650
- initial Sun release.