SUNWgnome-spell.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16320 1bc718df6936
child 16753 7ac47663ace4
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-spell
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
     4
# includes module(s): enchant
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
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: 16320
diff changeset
    10
%define owner wangke
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
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    13
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    14
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    15
%include arch64.inc
16320
1bc718df6936 2009-08-20 Ke Wang <[email protected]>
wangke
parents: 16318
diff changeset
    16
%define _ldflags    %ldadd -Wl,-zignore -Wl,-zcombreloc -Wl,-Bdirect ${EXTRA_LDFLAGS}
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    17
%use enchant_64 = enchant.spec
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    18
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    19
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    20
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
%use enchant = enchant.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Name:          SUNWgnome-spell
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Summary:       GNOME spell checker component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Version:       %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
SUNW_BaseDir:  %{_basedir}
12003
a0f5eab9100b 2008-04-03 Jeff Cai<[email protected]>
qc161282
parents: 10572
diff changeset
    27
SUNW_Copyright:%{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 13617
diff changeset
    30
Requires:      SUNWglib2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires:      SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires:      SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Requires:      SUNWgnome-libs
12592
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
    34
Requires:      SUNWiso-codes
9568
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9504
diff changeset
    35
Requires:      SUNWlibC
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 13617
diff changeset
    36
BuildRequires: SUNWglib2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRequires: SUNWgnome-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
BuildRequires: SUNWgnome-component-devel
12592
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
    40
BuildRequires: SUNWiso-codes-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    42
Source1:    %{name}-manpages-0.1.tar.gz
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    43
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires:                %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%include default-depend.inc
15833
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
    49
Requires:      SUNWglib2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
mkdir -p %name-%version
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    54
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    55
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    56
mkdir %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    57
%enchant_64.prep -d %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    58
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    59
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%enchant.prep -d %name-%version
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    61
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    62
mkdir %name-%version/%base_arch
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    63
%enchant.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    65
# Expand manpages tarball
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    66
cd %{_builddir}/%name-%version
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    67
gzcat %SOURCE1 | tar xf -
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    68
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%build
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    70
%if %cc_is_gcc
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    71
%else
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    72
export CXX="${CXX} -norunpath"
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    73
%endif
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    74
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
# See http://bugzilla.abisource.com/show_bug.cgi?id=10668 for why LD is set 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
# to $CXX.
16320
1bc718df6936 2009-08-20 Ke Wang <[email protected]>
wangke
parents: 16318
diff changeset
    77
#export LD=$CXX
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    78
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    79
%ifarch amd64 sparcv9
16318
011a2e090b03 2009-08-20 Ke Wang <[email protected]>
wangke
parents: 15998
diff changeset
    80
export PKG_CONFIG_LIBDIR=%{_pkg_config_path64}
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    81
%enchant_64.build -d %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    82
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    83
16318
011a2e090b03 2009-08-20 Ke Wang <[email protected]>
wangke
parents: 15998
diff changeset
    84
export PKG_CONFIG_LIBDIR=%{_pkg_config_path}
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    85
%enchant.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%install
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    88
rm -rf $RPM_BUILD_ROOT
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    89
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    90
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    91
%enchant_64.install -d %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    92
rm $RPM_BUILD_ROOT%{_libdir}/%_arch64/*.la
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    93
rm $RPM_BUILD_ROOT%{_libdir}/%_arch64/enchant/*.la
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    94
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    95
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    96
%enchant.install -d %name-%version/%base_arch
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    97
rm $RPM_BUILD_ROOT%{_libdir}/*.la
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    98
rm $RPM_BUILD_ROOT%{_libdir}/enchant/*.la
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    99
rm $RPM_BUILD_ROOT%{_mandir}/man1/*
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   100
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   101
cd %{_builddir}/%name-%version/sun-manpages
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   102
make install DESTDIR=$RPM_BUILD_ROOT
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   103
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%{?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
   105
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%files
13617
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   110
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   111
%doc -d enchant-%{enchant.version} AUTHORS README
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   112
%doc(bzip2) -d enchant-%{enchant.version} ChangeLog
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   113
%doc(bzip2) -d enchant-%{enchant.version} COPYING.LIB
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   114
%doc(bzip2) -d enchant-%{enchant.version} NEWS
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   115
%dir %attr (0755, root, other) %{_datadir}/doc
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   116
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%dir %attr (0755, root, bin) %{_bindir}
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   119
%{_bindir}/enchant*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   120
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   121
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   122
%{_bindir}/%{_arch64}/enchant*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   123
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%{_libdir}/libenchant*
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   126
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   127
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   128
%{_libdir}/%{_arch64}/libenchant*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   129
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   130
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%dir %{_libdir}/enchant
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_libdir}/enchant/*.so
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   133
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   134
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}/enchant
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   135
%{_libdir}/%{_arch64}/enchant/*.so
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   136
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   137
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%{_datadir}/enchant
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_mandir}/man1/*
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   143
%dir %attr(0755, root, bin) %{_mandir}/man3
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   144
%{_mandir}/man3/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_libdir}/pkgconfig/*
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   151
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   152
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   153
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   154
%{_libdir}/%{_arch64}/pkgconfig/*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   155
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   156
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%changelog
15998
b56b5df0fca8 2009-07-06 Harry Lu <[email protected]>
harrylu
parents: 15833
diff changeset
   161
* Mon Jul 06 2009 - [email protected]
b56b5df0fca8 2009-07-06 Harry Lu <[email protected]>
harrylu
parents: 15833
diff changeset
   162
- change owner to Ke Wang.
15833
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
   163
* Tue Jun 02 2009 - [email protected]
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
   164
- fixed dependency issue(CR6843587).
13617
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   165
* Wed Sep 17 2008 - [email protected]
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   166
- Add copyright.
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   167
* Tue Jul 29 2008 - [email protected]
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   168
- Add man page.
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   169
* Mon Jul 07 2008 - [email protected]
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   170
- Remove gnome-spell because Evolution doesn't depends on it.
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   171
- Add 64bit build support.
12592
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
   172
* Thu Jun 05 2008 - [email protected]
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
   173
- Add Build/Requires SUNWiso-codes/-devel for gnome-spell.
12003
a0f5eab9100b 2008-04-03 Jeff Cai<[email protected]>
qc161282
parents: 10572
diff changeset
   174
* Wed Apr 02 2008 - [email protected]
a0f5eab9100b 2008-04-03 Jeff Cai<[email protected]>
qc161282
parents: 10572
diff changeset
   175
- Add copyright file.
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
   176
* Thu Apr 26 2007 - [email protected]
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
   177
- set CXX to $CXX -norunpath because libtool swallows this option sometimes
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
   178
  and leaves compiler paths in the binaries
9660
4509f8aba37c 2007-04-04 Irene Huang <[email protected]>
sh162551
parents: 9618
diff changeset
   179
* Wed Apr 4 2007 - [email protected]
4509f8aba37c 2007-04-04 Irene Huang <[email protected]>
sh162551
parents: 9618
diff changeset
   180
- remove enchant++.h from the package.
9618
98e25c78e20f 2007-03-23 Damien Carbery <[email protected]>
dcarbery
parents: 9568
diff changeset
   181
* Fri Mar 23 2007 - [email protected]
98e25c78e20f 2007-03-23 Damien Carbery <[email protected]>
dcarbery
parents: 9568
diff changeset
   182
- Change %{_datadir}/control-center-2.0 perms to root:other on snv to match
98e25c78e20f 2007-03-23 Damien Carbery <[email protected]>
dcarbery
parents: 9568
diff changeset
   183
  SUNWj5rt and SUNWj6rt who set the perms in their postinstall scripts.
9568
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9504
diff changeset
   184
* Thu Mar 15 2007 - [email protected]
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9504
diff changeset
   185
- Add Requires SUNWlibC after check-deps.pl run.
9504
808524c779dc 2007-03-09 Jeff Cai<[email protected]>
jefftsai
parents: 9397
diff changeset
   186
* Thu Mar 08 2007 - [email protected]
808524c779dc 2007-03-09 Jeff Cai<[email protected]>
jefftsai
parents: 9397
diff changeset
   187
- Remove dependency on aspell.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Make gnome-spell use enchant.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Sun Jan 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- update %files so that dir attributes work on both s10 and nevada
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Mon Dec 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Set LD to $CXX so that linking to C++ libs works in enchant.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Fri Dec 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Add enchant.spec module and update %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Merge -share pkg(s) into the base pkg(s).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Fri Apr 21 2006 - [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Add %{_libdir}/aspell to PATH,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
  this is becuase aspell change, refer to LSARC/2006/231
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Sat Oct 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- change version to 2.6.0 to match other GNOME pkgs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Thu Sep 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Add BuildRequires SUNWgnome-libs-devel so libgnomeui is available for 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
  gnome-spell.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- initial version created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 13617
diff changeset
   216