SUNWgnome-component.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 15650 dbcf7e3715dd
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
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-component
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): libIDL, ORBit2, libbonobo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
     6
# Copyright 2007 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# 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
     8
# 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
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15650
diff changeset
    10
%define owner gheet
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    13
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    14
%ifarch amd64 sparcv9
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    15
%include arch64.inc
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    16
%define _sysconfdir /etc/%{_arch64}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    17
%define _sbindir %{_prefix}/sbin/%{_arch64}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    18
%use idl_64 = libIDL.spec
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    19
%use orbit_64 = ORBit2.spec
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    20
%use bonobo_64 = libbonobo.spec
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    21
%endif
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    22
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    23
%define _sbindir %{_prefix}/sbin
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    24
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%use idl = libIDL.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%use orbit = ORBit2.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%use bonobo = libbonobo.spec
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    28
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Name:                    SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Summary:                 GNOME CORBA ORB and component framework
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Source:                  %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
SUNW_BaseDir:            %{_basedir}
11996
8c03a9e45131 2008-04-01 Ghee Teo <[email protected]>
gheet
parents: 10716
diff changeset
    34
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15324
diff changeset
    38
BuildRequires: SUNWglib2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
BuildRequires: SUNWlibpopt-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires: SUNWgnome-component-devel
12691
aefa6abd1fb5 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12116
diff changeset
    41
BuildRequires: SUNWdbus-devel
15324
36b720a1ae2c 2009-03-06 Brian Cameron <[email protected]>
yippi
parents: 13662
diff changeset
    42
BuildRequires: SUNWdbus-glib-devel
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15324
diff changeset
    43
Requires: SUNWglib2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: SUNWgnome-component-root
12691
aefa6abd1fb5 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12116
diff changeset
    46
Requires: SUNWdbus
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: SUNWperl584usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: SUNWperl584core
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWlxml
15324
36b720a1ae2c 2009-03-06 Brian Cameron <[email protected]>
yippi
parents: 13662
diff changeset
    50
Requires: SUNWdbus-glib
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10579
diff changeset
    51
%if %option_with_gnu_iconv
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10579
diff changeset
    52
# for /usr/gnu/bin/printf needed in po/Makefile
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10579
diff changeset
    53
BuildRequires: SUNWgnu-coreutils
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10579
diff changeset
    54
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%package devel		
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires: SUNWgnome-common-devel
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15324
diff changeset
    66
Requires: SUNWglib2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Requires: SUNWgnome-component
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15324
diff changeset
    69
Requires: SUNWglib2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
Requires: %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
mkdir %name-%version
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    84
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    85
%ifarch amd64 sparcv9
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    86
mkdir %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    87
%idl_64.prep -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    88
%orbit_64.prep -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    89
%bonobo_64.prep -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    90
%endif
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    91
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    92
mkdir %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    93
%idl.prep -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    94
%orbit.prep -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    95
%bonobo.prep -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
    96
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
PKG_CONFIG_DISABLE_UNINSTALLED=
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
unset PKG_CONFIG_DISABLE_UNINSTALLED
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
export PERL=/usr/perl5/bin/perl
9795
7d7c85f7e8d8 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   105
export PERL_PATH=/usr/perl5/bin/perl
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
export CPP=/usr/lib/cpp
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   107
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   108
%ifarch amd64 sparcv9
10716
ec28c9ee3e14 2007-10-26 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   109
%if %option_with_gnu_iconv
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   110
export EXTRA_LDFLAGS="-L/usr/gnu/lib/%_arch64 -R/usr/gnu/lib/%_arch64"
10716
ec28c9ee3e14 2007-10-26 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   111
%endif
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   112
export PKG_CONFIG_PATH=../ORBit2-%{orbit.version}:../libIDL-%{idl.version}:../libbonobo-%{bonobo.version}:/usr/lib/%{_arch64}/pkgconfig
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   114
%idl_64.build -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   115
%orbit_64.build -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   116
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   117
export EXTRA_LDFLAGS="-L%{_builddir}/%name-%version/%_arch64/ORBit2-%{orbit.version}/src/services/name -R/usr/lib/%{_arch64}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   119
%bonobo_64.build -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   120
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13100
diff changeset
   122
export EXTRA_LDFLAGS=
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13100
diff changeset
   123
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   124
export PKG_CONFIG_PATH=../ORBit2-%{orbit.version}:../libIDL-%{idl.version}:../libbonobo-%{bonobo.version}:/usr/lib/pkgconfig
10716
ec28c9ee3e14 2007-10-26 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   125
%if %option_with_gnu_iconv
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   126
export EXTRA_LDFLAGS="-L/usr/gnu/lib -R/usr/gnu/lib"
10716
ec28c9ee3e14 2007-10-26 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   127
%endif
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   128
%idl.build -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   129
%orbit.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   131
export EXTRA_LDFLAGS="-L%{_builddir}/%name-%version/%{base_arch}/ORBit2-%{orbit.version}/src/services/name"
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   132
 
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   133
%bonobo.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%install
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   136
rm -rf $RPM_BUILD_ROOT
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   137
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   138
%ifarch amd64 sparcv9
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   139
%idl_64.install -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   140
%orbit_64.install -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   141
%bonobo_64.install -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   142
%endif
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   143
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   144
%idl.install -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   145
%orbit.install -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   146
%bonobo.install -d %name-%version/%{base_arch}
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   147
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
rm -f $RPM_BUILD_ROOT%{_mandir}/*/*.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
rm -rf $RPM_BUILD_ROOT%{_datadir}/info
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%ifarch amd64 sparcv9
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   155
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/libIDL-config-2
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   156
rm $RPM_BUILD_ROOT%{_libexecdir}/%{_arch64}/bonobo-activation-server
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   157
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/orbit2-config
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   158
rm $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/bonobo-slay
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
%{?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
   168
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%clean
13100
ba8066731a9a Enable the %clean section
dcarbery
parents: 12696
diff changeset
   170
rm -rf $RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
%files
13504
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   173
%doc -d %{base_arch} libIDL-%{idl.version}/AUTHORS
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   174
%doc -d %{base_arch} libIDL-%{idl.version}/README
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   175
%doc(bzip2) -d %{base_arch} libIDL-%{idl.version}/NEWS
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   176
%doc(bzip2) -d %{base_arch} libIDL-%{idl.version}/COPYING
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   177
%doc(bzip2) -d %{base_arch} libIDL-%{idl.version}/ChangeLog
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   178
%doc -d %{base_arch} ORBit2-%{orbit.version}/AUTHORS
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   179
%doc -d %{base_arch} ORBit2-%{orbit.version}/README
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   180
%doc(bzip2) -d %{base_arch} ORBit2-%{orbit.version}/NEWS
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   181
%doc(bzip2) -d %{base_arch} ORBit2-%{orbit.version}/COPYING
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   182
%doc(bzip2) -d %{base_arch} ORBit2-%{orbit.version}/COPYING.LIB
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   183
%doc(bzip2) -d %{base_arch} ORBit2-%{orbit.version}/ChangeLog
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   184
%doc -d %{base_arch} libbonobo-%{bonobo.version}/AUTHORS
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   185
%doc -d %{base_arch} libbonobo-%{bonobo.version}/README
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   186
%doc(bzip2) -d %{base_arch} libbonobo-%{bonobo.version}/NEWS
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   187
%doc(bzip2) -d %{base_arch} libbonobo-%{bonobo.version}/COPYING
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   188
%doc(bzip2) -d %{base_arch} libbonobo-%{bonobo.version}/COPYING.LIB
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   189
%doc(bzip2) -d %{base_arch} libbonobo-%{bonobo.version}/ChangeLog
13662
a34ddd71fed6 2008-09-18 Ghee Teo <[email protected]>
gheet
parents: 13561
diff changeset
   190
%dir %attr (0755, root, sys) %{_datadir}
a34ddd71fed6 2008-09-18 Ghee Teo <[email protected]>
gheet
parents: 13561
diff changeset
   191
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
%{_bindir}/activation-client
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
%{_bindir}/bonobo-activation-run-query
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%{_bindir}/bonobo-slay
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%{_bindir}/ior-decode-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
%{_bindir}/linc-cleanup-sockets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
%{_bindir}/typelib-dump
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
%{_bindir}/echo-client-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
%dir %attr (0755, root, bin) %{_sbindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
%{_sbindir}/bonobo-activation-sysconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
%{_libdir}/bonobo/monikers/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
%{_libdir}/bonobo/servers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
%{_libdir}/bonobo-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
%{_libdir}/orbit*/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
%{_libexecdir}/bonobo-activation-server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
%{_bindir}/%{_arch64}/activation-client
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
%{_bindir}/%{_arch64}/bonobo-activation-run-query
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
%{_bindir}/%{_arch64}/ior-decode-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
%{_bindir}/%{_arch64}/linc-cleanup-sockets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
%{_bindir}/%{_arch64}/typelib-dump
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
%{_bindir}/%{_arch64}/echo-client-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
%dir %attr (0755, root, bin) %{_sbindir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
%{_sbindir}/%{_arch64}/bonobo-activation-sysconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
%{_libdir}/%{_arch64}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
%{_libdir}/%{_arch64}/bonobo/monikers/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
%{_libdir}/%{_arch64}/bonobo/servers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%{_libdir}/%{_arch64}/bonobo-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%{_libdir}/%{_arch64}/orbit*/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
%{_bindir}/libIDL*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
%{_bindir}/orbit*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
%{_libdir}/%{_arch64}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
%{_bindir}/%{_arch64}/orbit-idl-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
%{_datadir}/idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
%dir %attr(0755, root, bin) %{_mandir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
%{_mandir}/*/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
%defattr (-, root, sys)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
%{_sysconfdir}/[bo]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
%ifarch sparcv9 amd64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
%{_sysconfdir}/%{_arch64}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
%endif
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
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
%changelog
15324
36b720a1ae2c 2009-03-06 Brian Cameron <[email protected]>
yippi
parents: 13662
diff changeset
   270
* Thu Mar 05 2009 - [email protected]
36b720a1ae2c 2009-03-06 Brian Cameron <[email protected]>
yippi
parents: 13662
diff changeset
   271
- Change SUNWdbus-bindings to SUNWdbus-glib.
13561
6254353ad4f0 2008-09-12 Christian Kelly <[email protected]>
chrisk
parents: 13504
diff changeset
   272
* Fri Sep 12 2008 - [email protected]
6254353ad4f0 2008-09-12 Christian Kelly <[email protected]>
chrisk
parents: 13504
diff changeset
   273
- Take out %{_datadir}/doc as it's no longer there.
13504
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   274
* Wed Sep 10 2008 - [email protected]
d224b579290b 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13206
diff changeset
   275
- Made changes to use new copyright format.
13206
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13100
diff changeset
   276
* Thu Aug 21 2008 - [email protected]
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13100
diff changeset
   277
- reset EXTRA_LDFLAGS before starting the 32-bit build to avoid adding
dd5c5a2288db 2008-08-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13100
diff changeset
   278
  the 64-bit runpath to the 32-bit binaries, fixes 6738781
12691
aefa6abd1fb5 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12116
diff changeset
   279
* Wed Jun 18 2008 - [email protected]
12696
e06b2c2e8935 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12691
diff changeset
   280
- Add Build/Requires SUNWdbus/-devel as required by libbonobo. Add
e06b2c2e8935 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12691
diff changeset
   281
  SUNWdbus-bindings/-devel too as /usr/lib/bonobo-activation-server requires 
e06b2c2e8935 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12691
diff changeset
   282
  /usr/lib/libdbus-glib-1.so.2
10716
ec28c9ee3e14 2007-10-26 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   283
* Fri Oct 26 2007 - [email protected]
ec28c9ee3e14 2007-10-26 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   284
- Only add /usr/gnu/lib to EXTRA_LDFLAGS when using GNU iconv.
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10579
diff changeset
   285
* Tue Oct  2 2007 - [email protected]
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10579
diff changeset
   286
- add SUNWgnu-coreutils dep for /usr/bin/printf
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   287
* Sun Sep 30 2007 - [email protected]
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9795
diff changeset
   288
- convert to new style multi-ISA build
9795
7d7c85f7e8d8 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   289
* Thu Apr 26 2007 - [email protected]
7d7c85f7e8d8 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   290
- set PERL_PATH for bonobo-slay, part of 6454456
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
* Fri Sep 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
- Remove "rm" of _mandir during %install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- 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
   297
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
* Sun Feb 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
* Thu Feb  2 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
- Add hack to use /usr/xpg4/bin/sed for libbonobo so last line of file not 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
  dropped.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
* Sun Sep 18 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
- remove unpackaged 64-bit files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Wed May 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Create symlink when building ORBit2 to allow uninstalled.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
  files to find header files properly.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
- set PERL and PERL_PATH, fixes 5100958
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Wed Oct 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
- use _pkg_config_path64 in $PKG_CONFIG_PATH64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- Added bonobo-slay.1 manpage
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- Bug 5091588 : Added BuildRequires SUNWgnome-base-libs-devel since 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
  SUNWgnome-base-libs was split
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- s/SUNWpl5u/SUNWperl584usr/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
- Changed manpage mode to 0755 for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Tue Aug 17 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- Changed manpage mode to 0755 for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
* Mon Aug 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- Changed multiple manpage modes to 0755 for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Thu May 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- added l10n subpkg, remove share, since it only contained the l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
* Wed May 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
- Added missing man pages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
* Thu May 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
- Removed libraries from devel package since they are already
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
  in the SUNWgnome-component package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Fri Mar 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
- more missing files: sbindir, bonobo monikiers and servers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Mon Mar 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- added missing bonobo/activation binaries to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
  files map. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
* Fri Feb 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
- added %dir flags
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
* Mon Jan 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
- initial Sun release.
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15324
diff changeset
   354