gnome-spell.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19719 d184ca39d269
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     1
#
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     2
# spec file for package gnome-spell
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     7
#
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     8
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
     9
%define t_suffix -build38-linux-cb
2932
d9e62503fce0 use GMT when defining the date string for the nightly tarballs
laca
parents: 2930
diff changeset
    10
%{?nightly:%define t_suffix -%(TZ=GMT date +%Y%m%d)}
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    11
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    12
Name:     	gnome-spell
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    13
Version: 	1.0.4
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
    14
Release:	388
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    15
Vendor:		Sun Microsystems, Inc.
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    16
Distribution:	Java Desktop System
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    17
Copyright:	GPL
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    18
BuildRoot:	%{_tmppath}/%{name}-%{version}-build
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    19
Docdir:         %{_datadir}/doc
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    20
Autoreqprov:    on
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    21
URL:		http://www.sun.com/software/javadesktopsystem/
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    22
Source:		%{name}-%{version}%{t_suffix}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    23
Source1:	mkinstalldirs
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    24
Summary:	GNOME spell checking component
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    25
Group:		Applications/Text
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    26
4143
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    27
%define aspell_version 0.50.3
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4324
diff changeset
    28
%define libgnomeui_version 2.6.1
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    29
Requires:       aspell >= %{aspell_version}
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    30
BuildRequires:  aspell-devel >= %{aspell_version}
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4324
diff changeset
    31
Requires:       libgnomeui >= %libgnomeui_version
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4324
diff changeset
    32
BuildRequires:  libgnomeui-devel >= %libgnomeui_version
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    33
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    34
%description
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    35
Gnome Spell is GNOME/Bonobo component for spell checking. It
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    36
contains the GNOME::Spell::Dictionary object, which provides a spell
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    37
checking dictionary (see Spell.idl for exact API definition). It is
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    38
based on pspell.
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    39
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    40
%files
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    41
%defattr(-, root, root)
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    42
%doc AUTHORS ChangeLog COPYING NEWS README
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    43
%dir %{_libdir}/gnome-spell
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    44
%{_libdir}/gnome-spell/*.so
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    45
%{_datadir}/control-center-2.0/icons/*
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    46
%{_datadir}/gnome-spell-1.0.4
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    47
%{_datadir}/idl/*
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    48
%{_libdir}/bonobo/servers/*
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    49
%{_prefix}/*/locale/*/LC_MESSAGES/*
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    50
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    51
%prep
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    52
%setup  -q -n %{name}-%{version}
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    53
cp %SOURCE1 .
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    54
4963
61653a44ac12 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
    55
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    56
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    60
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    61
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3683
diff changeset
    62
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    66
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    67
2930
5ac0cfddfa80 2004-05-28 Laszlo Peter <[email protected]>
laca
parents: 2908
diff changeset
    68
%ifos linux
2933
0e13a8991efe 2004-05-28 Laszlo Peter <[email protected]>
laca
parents: 2932
diff changeset
    69
    export LDFLAGS="-lstdc++"
2930
5ac0cfddfa80 2004-05-28 Laszlo Peter <[email protected]>
laca
parents: 2908
diff changeset
    70
%endif
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    71
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    72
aclocal $ACLOCAL_FLAGS
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    73
libtoolize --force
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    74
glib-gettextize --force --copy
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    75
intltoolize --force --automake
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    76
autoheader
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    77
automake -a -f -c --gnu
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    78
autoconf
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    79
./configure \
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    80
    --prefix=%{_prefix} \
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    81
    --sysconfdir=%{_sysconfdir} \
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    82
    --mandir=%{_mandir} \
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    83
    --infodir=%{_datadir}/info \
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    84
    --localstatedir=/var \
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    85
    --disable-static
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    86
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    87
make -j $CPUS
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    88
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    89
%install
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    90
make install DESTDIR=$RPM_BUILD_ROOT
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    91
#clean up unpackaged files
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    92
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    93
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    94
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    95
%clean
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    96
rm -rf $RPM_BUILD_ROOT
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    97
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    98
%changelog
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    99
* Fri Aug 05 2005 - [email protected]
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
   100
- simplify spec file
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
   101
19643
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   102
* Mon Jun 20 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   103
- Bump source tarball to build 38 (linux)
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   104
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   105
* Mon Jun 06 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   106
- Bump source tarball to build 37 (linux)
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   107
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   108
* Mon May 23 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   109
- Bump source tarball to build 36 (linux)
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   110
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   111
* Mon May 09 2005 - [email protected]
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   112
- Bump source tarball to build 35 (linux)
798139c9a46e 2005-08-03 Laszlo Peter <[email protected]>
laca
parents: 19243
diff changeset
   113
5368
7fd27956304d bump src tarballs for moz/evo/apoc
dermotm
parents: 5333
diff changeset
   114
* Mon Apr 25 2005 - [email protected]
7fd27956304d bump src tarballs for moz/evo/apoc
dermotm
parents: 5333
diff changeset
   115
- Bump source tarball to build 34 (linux)
7fd27956304d bump src tarballs for moz/evo/apoc
dermotm
parents: 5333
diff changeset
   116
5331
e460fe70e4dc bump src tarballs for moz/evo/apoc
dermotm
parents: 5281
diff changeset
   117
* Mon Apr 11 2005 - [email protected]
e460fe70e4dc bump src tarballs for moz/evo/apoc
dermotm
parents: 5281
diff changeset
   118
- Bump source tarball to build 33 (linux)
e460fe70e4dc bump src tarballs for moz/evo/apoc
dermotm
parents: 5281
diff changeset
   119
5279
9852d590a892 bump src tarballs for moz/evo/apoc
dermotm
parents: 5277
diff changeset
   120
* Mon Mar 28 2005 - [email protected]
9852d590a892 bump src tarballs for moz/evo/apoc
dermotm
parents: 5277
diff changeset
   121
- Bump source tarball to build 32 (linux)
9852d590a892 bump src tarballs for moz/evo/apoc
dermotm
parents: 5277
diff changeset
   122
5235
c6bb3829b901 bump src tarballs for moz/evo/apoc
dermotm
parents: 5229
diff changeset
   123
* Mon Mar 14 2005 - [email protected]
c6bb3829b901 bump src tarballs for moz/evo/apoc
dermotm
parents: 5229
diff changeset
   124
- Bump source tarball to build 31 (linux)
c6bb3829b901 bump src tarballs for moz/evo/apoc
dermotm
parents: 5229
diff changeset
   125
5150
5874c18703ea bump src tarballs for moz/evo/apoc
dermotm
parents: 5082
diff changeset
   126
* Mon Feb 28 2005 - [email protected]
5874c18703ea bump src tarballs for moz/evo/apoc
dermotm
parents: 5082
diff changeset
   127
- Bump source tarball to build 30 (linux)
5874c18703ea bump src tarballs for moz/evo/apoc
dermotm
parents: 5082
diff changeset
   128
5080
6cc3a0b90130 bump src tarballs for moz/evo/apoc
dermotm
parents: 4980
diff changeset
   129
* Mon Feb 14 2005 - [email protected]
6cc3a0b90130 bump src tarballs for moz/evo/apoc
dermotm
parents: 4980
diff changeset
   130
- Bump source tarball to build 29 (linux)
6cc3a0b90130 bump src tarballs for moz/evo/apoc
dermotm
parents: 4980
diff changeset
   131
4978
97ac951ef359 bump src tarballs for moz/evo/apoc
dermotm
parents: 4973
diff changeset
   132
* Mon Jan 31 2005 - [email protected]
97ac951ef359 bump src tarballs for moz/evo/apoc
dermotm
parents: 4973
diff changeset
   133
- Bump source tarball to build 28 (linux)
97ac951ef359 bump src tarballs for moz/evo/apoc
dermotm
parents: 4973
diff changeset
   134
4963
61653a44ac12 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
   135
* Fri Jan 28 2005 - [email protected]
61653a44ac12 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
   136
- Fix the wrong description by script failure.
61653a44ac12 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
   137
4857
6f1ed1a9e25c bump src tarballs for moz/evo/apoc
dermotm
parents: 4846
diff changeset
   138
* Mon Jan 17 2005 - [email protected]
6f1ed1a9e25c bump src tarballs for moz/evo/apoc
dermotm
parents: 4846
diff changeset
   139
- Bump source tarball to build 27 (linux)
6f1ed1a9e25c bump src tarballs for moz/evo/apoc
dermotm
parents: 4846
diff changeset
   140
4799
74585ec05adb bump src tarballs for moz/evo/apoc
dermotm
parents: 4748
diff changeset
   141
* Tue Jan 04 2005 - [email protected]
74585ec05adb bump src tarballs for moz/evo/apoc
dermotm
parents: 4748
diff changeset
   142
- Bump source tarball to build 26 (linux)
74585ec05adb bump src tarballs for moz/evo/apoc
dermotm
parents: 4748
diff changeset
   143
4742
c9dee2ee2d86 bump src tarballs for moz/evo/apoc
dermotm
parents: 4689
diff changeset
   144
* Mon Dec 13 2004 - [email protected]
c9dee2ee2d86 bump src tarballs for moz/evo/apoc
dermotm
parents: 4689
diff changeset
   145
- Bump source tarball to build 25 (linux)
c9dee2ee2d86 bump src tarballs for moz/evo/apoc
dermotm
parents: 4689
diff changeset
   146
4688
5d076c1d9de9 bump src tarballs for moz/evo/apoc
dermotm
parents: 4632
diff changeset
   147
* Mon Nov 29 2004 - [email protected]
5d076c1d9de9 bump src tarballs for moz/evo/apoc
dermotm
parents: 4632
diff changeset
   148
- Bump source tarball to build 24
5d076c1d9de9 bump src tarballs for moz/evo/apoc
dermotm
parents: 4632
diff changeset
   149
4577
0f434c6785e9 Bump source tarballs for moz/evo/apoc
dc144907
parents: 4541
diff changeset
   150
* Mon Nov 15 2004 - [email protected]
0f434c6785e9 Bump source tarballs for moz/evo/apoc
dc144907
parents: 4541
diff changeset
   151
- Bump source tarball to build 23.
0f434c6785e9 Bump source tarballs for moz/evo/apoc
dc144907
parents: 4541
diff changeset
   152
4407
3998122f0b52 bump src tarballs for moz/evo/apoc
dermotm
parents: 4387
diff changeset
   153
* Mon Nov 01 2004 - [email protected]
3998122f0b52 bump src tarballs for moz/evo/apoc
dermotm
parents: 4387
diff changeset
   154
- bump src tarball to build22
3998122f0b52 bump src tarballs for moz/evo/apoc
dermotm
parents: 4387
diff changeset
   155
4363
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4324
diff changeset
   156
* Wed Oct 27 2004 - [email protected]
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4324
diff changeset
   157
- add libgnomeui dependency
620ba35630d9 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4324
diff changeset
   158
4324
bd92ccc2a72f 2004-10-26 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   159
* Tue Oct 26 2004 - [email protected]
bd92ccc2a72f 2004-10-26 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   160
- disable building static libs
bd92ccc2a72f 2004-10-26 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   161
4274
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4265
diff changeset
   162
* Mon Oct 18 2004 - [email protected]
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4265
diff changeset
   163
- bump src tarball to build21
db01cec80c59 bump src tarballs for moz/evo
dermotm
parents: 4265
diff changeset
   164
4219
2edb7d543be2 bump src tarballs for b20b
dermotm
parents: 4143
diff changeset
   165
* Mon Oct 11 2004 - [email protected]
2edb7d543be2 bump src tarballs for b20b
dermotm
parents: 4143
diff changeset
   166
- bump src tarball to build20b
2edb7d543be2 bump src tarballs for b20b
dermotm
parents: 4143
diff changeset
   167
4143
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
   168
* Mon Oct 04 2004 - [email protected]
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
   169
- change aspell dep. version to 0.50.3
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
   170
4002
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 3858
diff changeset
   171
* Mon Sep 20 2004 - [email protected]
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 3858
diff changeset
   172
- bump src tarball to build19
a095b252e7ea bump src tarballs for moz/evo/apoc
dermotm
parents: 3858
diff changeset
   173
3856
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3846
diff changeset
   174
* Mon Sep 06 2004 - [email protected]
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3846
diff changeset
   175
- bump src tarball to build18
6197938f0c07 bump src tarballs for moz/evo
dermotm
parents: 3846
diff changeset
   176
3676
50e1dc37e58f bump src tarballs for moz/evo
dermotm
parents: 3628
diff changeset
   177
* Mon Aug 23 2004 - [email protected]
50e1dc37e58f bump src tarballs for moz/evo
dermotm
parents: 3628
diff changeset
   178
- bump src tarball to build17
50e1dc37e58f bump src tarballs for moz/evo
dermotm
parents: 3628
diff changeset
   179
3517
c4021f3cc4c6 bump src tarballs for moz/evo
dermotm
parents: 3425
diff changeset
   180
* Mon Aug 09 2004 - [email protected]
c4021f3cc4c6 bump src tarballs for moz/evo
dermotm
parents: 3425
diff changeset
   181
- bump src tarball to build16
c4021f3cc4c6 bump src tarballs for moz/evo
dermotm
parents: 3425
diff changeset
   182
3423
d691633721dc bump src tarballs for moz/evo
dermotm
parents: 3320
diff changeset
   183
* Mon Jul 26 2004 - [email protected]
d691633721dc bump src tarballs for moz/evo
dermotm
parents: 3320
diff changeset
   184
- bump src tarball to build15
d691633721dc bump src tarballs for moz/evo
dermotm
parents: 3320
diff changeset
   185
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   186
* Tue Jul 13 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   187
- ported to sles 9, add build requirement on
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   188
  aspell-devel. Remove unpackaged files.
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   189
3683
9a325c8fb9c0 gnome-spell.spec: fixed changelog order
dermotm
parents: 3679
diff changeset
   190
* Thu Jul 08 2004 - [email protected]
9a325c8fb9c0 gnome-spell.spec: fixed changelog order
dermotm
parents: 3679
diff changeset
   191
- Updated l10n content to gnome-spell-l10n-po-1.2.tar.bz2
9a325c8fb9c0 gnome-spell.spec: fixed changelog order
dermotm
parents: 3679
diff changeset
   192
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   193
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   194
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   195
3215
1eef068d1043 bump src tarballs for moz/evo
dermotm
parents: 3120
diff changeset
   196
* Fri Jun 25 2004 - [email protected]
1eef068d1043 bump src tarballs for moz/evo
dermotm
parents: 3120
diff changeset
   197
- bump src tarball to build13
3103
b91224e6d3c5 bump src tarballs for moz/evo
dermotm
parents: 2958
diff changeset
   198
* Thu Jun 10 2004 - [email protected]
b91224e6d3c5 bump src tarballs for moz/evo
dermotm
parents: 2958
diff changeset
   199
- bump src tarball to build12
2957
2a687845ed52 bump src tarballs for moz/evo
dermotm
parents: 2933
diff changeset
   200
* Sun May 30 2004 - [email protected]
2a687845ed52 bump src tarballs for moz/evo
dermotm
parents: 2933
diff changeset
   201
- bump src tarball to build11
2930
5ac0cfddfa80 2004-05-28 Laszlo Peter <[email protected]>
laca
parents: 2908
diff changeset
   202
* Fri May 28 2004 - [email protected]
2933
0e13a8991efe 2004-05-28 Laszlo Peter <[email protected]>
laca
parents: 2932
diff changeset
   203
- add -lstdc++ to LDFLAGS on Linux
2908
24aef5c3c3fd 2004-05-27 Laszlo Peter <[email protected]>
laca
parents: 2798
diff changeset
   204
* Thu May 27 2004 - [email protected]
24aef5c3c3fd 2004-05-27 Laszlo Peter <[email protected]>
laca
parents: 2798
diff changeset
   205
- add mkinstalldirs to the source tree
2763
7805d9b71279 bump src tarballs for moz/evo
dermotm
parents: 2740
diff changeset
   206
* Fri May 14 2004 - [email protected]
7805d9b71279 bump src tarballs for moz/evo
dermotm
parents: 2740
diff changeset
   207
- bump src tarball to build10
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   208
* Wed May 12 2004 - [email protected]
2740
e5f1519bc2ab 2004-05-12 Brian Cameron <[email protected]>
bc99092
parents: 2736
diff changeset
   209
- replace tar jxf with the more solaris friendly
e5f1519bc2ab 2004-05-12 Brian Cameron <[email protected]>
bc99092
parents: 2736
diff changeset
   210
  bzcat piped through tar
e5f1519bc2ab 2004-05-12 Brian Cameron <[email protected]>
bc99092
parents: 2736
diff changeset
   211
* Wed May 12 2004 - [email protected]
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   212
- Adding gnome-spell-l10n-po-1.1.tar.bz2 l10n content
2602
c60fd07ecf43 moz and evo: bump src tarballs to build 09
dermotm
parents: 2494
diff changeset
   213
* Fri Apr 30 2004 - [email protected]
c60fd07ecf43 moz and evo: bump src tarballs to build 09
dermotm
parents: 2494
diff changeset
   214
- bump src tarball to build09