SUNWgnome-spell.spec
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 13617 eb5927fd2fdf
child 15650 dbcf7e3715dd
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: jefftsai
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
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    16
%use enchant_64 = enchant.spec
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    17
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    18
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    19
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
%use enchant = enchant.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Name:          SUNWgnome-spell
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Summary:       GNOME spell checker component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Version:       %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
SUNW_BaseDir:  %{_basedir}
12003
a0f5eab9100b 2008-04-03 Jeff Cai<[email protected]>
qc161282
parents: 10572
diff changeset
    26
SUNW_Copyright:%{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires:      SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires:      SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires:      SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires:      SUNWgnome-libs
12592
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
    33
Requires:      SUNWiso-codes
9568
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9504
diff changeset
    34
Requires:      SUNWlibC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: SUNWgnome-base-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: SUNWgnome-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRequires: SUNWgnome-component-devel
12592
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
    39
BuildRequires: SUNWiso-codes-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    41
Source1:    %{name}-manpages-0.1.tar.gz
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    42
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires:                %{name} = %{version}
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
mkdir -p %name-%version
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    52
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    53
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    54
mkdir %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    55
%enchant_64.prep -d %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    56
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    57
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%enchant.prep -d %name-%version
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    59
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    60
mkdir %name-%version/%base_arch
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    61
%enchant.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    63
# Expand manpages tarball
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    64
cd %{_builddir}/%name-%version
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    65
gzcat %SOURCE1 | tar xf -
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
    66
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%build
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    68
%if %cc_is_gcc
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    69
%else
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    70
export CXX="${CXX} -norunpath"
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    71
%endif
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
    72
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
# 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
    74
# to $CXX.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
export LD=$CXX
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9794
diff changeset
    76
export LDFLAGS="%_ldflags"
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    77
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    78
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    79
%enchant_64.build -d %name-%version/%_arch64
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    80
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    81
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
    82
%enchant.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
export CFLAGS="%optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
export CXXFLAGS="%cxx_optflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
export PKG_CONFIG_PATH=../enchant-%{enchant.version}:%{_pkg_config_path}
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{?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
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%files
13617
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   111
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   112
%doc -d enchant-%{enchant.version} AUTHORS README
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   113
%doc(bzip2) -d enchant-%{enchant.version} ChangeLog
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   114
%doc(bzip2) -d enchant-%{enchant.version} COPYING.LIB
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   115
%doc(bzip2) -d enchant-%{enchant.version} NEWS
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   116
%dir %attr (0755, root, other) %{_datadir}/doc
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   117
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%dir %attr (0755, root, bin) %{_bindir}
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   120
%{_bindir}/enchant*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   121
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   122
%dir %attr (0755, root, bin) %{_bindir}/%{_arch64}
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   123
%{_bindir}/%{_arch64}/enchant*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   124
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_libdir}/libenchant*
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   127
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   128
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   129
%{_libdir}/%{_arch64}/libenchant*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   130
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   131
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%dir %{_libdir}/enchant
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_libdir}/enchant/*.so
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   134
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   135
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}/enchant
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   136
%{_libdir}/%{_arch64}/enchant/*.so
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   137
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   138
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_datadir}/enchant
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_mandir}/man1/*
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   144
%dir %attr(0755, root, bin) %{_mandir}/man3
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   145
%{_mandir}/man3/*
9397
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
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%{_libdir}/pkgconfig/*
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   152
%ifarch amd64 sparcv9
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   153
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   154
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   155
%{_libdir}/%{_arch64}/pkgconfig/*
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   156
%endif
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   157
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{_includedir}/*
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
%changelog
13617
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   162
* Wed Sep 17 2008 - [email protected]
eb5927fd2fdf 2008-09-17 Jeff Cai<[email protected]>
qc161282
parents: 12953
diff changeset
   163
- Add copyright.
12953
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   164
* Tue Jul 29 2008 - [email protected]
68df4c34a049 2008-07-30 Jeff Cai <[email protected]>
qc161282
parents: 12790
diff changeset
   165
- Add man page.
12769
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   166
* Mon Jul 07 2008 - [email protected]
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   167
- Remove gnome-spell because Evolution doesn't depends on it.
fa231116bc80 2008-07-08 Jeff Cai <[email protected]>
qc161282
parents: 12592
diff changeset
   168
- Add 64bit build support.
12592
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
   169
* Thu Jun 05 2008 - [email protected]
e58c13cd2fc9 2008-06-04 Damien Carbery <[email protected]>
dcarbery
parents: 12003
diff changeset
   170
- Add Build/Requires SUNWiso-codes/-devel for gnome-spell.
12003
a0f5eab9100b 2008-04-03 Jeff Cai<[email protected]>
qc161282
parents: 10572
diff changeset
   171
* Wed Apr 02 2008 - [email protected]
a0f5eab9100b 2008-04-03 Jeff Cai<[email protected]>
qc161282
parents: 10572
diff changeset
   172
- Add copyright file.
9794
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
   173
* Thu Apr 26 2007 - [email protected]
b8f6ab13caf3 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9660
diff changeset
   174
- 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
   175
  and leaves compiler paths in the binaries
9660
4509f8aba37c 2007-04-04 Irene Huang <[email protected]>
sh162551
parents: 9618
diff changeset
   176
* Wed Apr 4 2007 - [email protected]
4509f8aba37c 2007-04-04 Irene Huang <[email protected]>
sh162551
parents: 9618
diff changeset
   177
- remove enchant++.h from the package.
9618
98e25c78e20f 2007-03-23 Damien Carbery <[email protected]>
dcarbery
parents: 9568
diff changeset
   178
* Fri Mar 23 2007 - [email protected]
98e25c78e20f 2007-03-23 Damien Carbery <[email protected]>
dcarbery
parents: 9568
diff changeset
   179
- 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
   180
  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
   181
* Thu Mar 15 2007 - [email protected]
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9504
diff changeset
   182
- Add Requires SUNWlibC after check-deps.pl run.
9504
808524c779dc 2007-03-09 Jeff Cai<[email protected]>
jefftsai
parents: 9397
diff changeset
   183
* Thu Mar 08 2007 - [email protected]
808524c779dc 2007-03-09 Jeff Cai<[email protected]>
jefftsai
parents: 9397
diff changeset
   184
- Remove dependency on aspell.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Make gnome-spell use enchant.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Sun Jan 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- 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
   189
* Mon Dec 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- 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
   191
* Fri Dec 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- Add enchant.spec module and update %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
* Thu May 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
- Merge -share pkg(s) into the base pkg(s).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
* Fri Apr 21 2006 - [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
- Add %{_libdir}/aspell to PATH,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
  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
   200
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Sat Oct 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- 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
   204
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
* Thu Sep 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
- 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
   208
  gnome-spell.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Thu Mar 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- initial version created