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