gnome-speech.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8564 df62c23d2955
child 8812 58949aef9e2e
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package gnome-speech
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8513
diff changeset
     8
# Owner: jedy
df62c23d2955 assign owners to spec files
laca
parents: 8513
diff changeset
     9
#
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    10
Name:         gnome-speech
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    11
License:      LGPL
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    12
Group:        System/Libraries
8513
6d4bff5f397c 2006-11-06 Damien Carbery <[email protected]>
dcarbery
parents: 8018
diff changeset
    13
Version:      0.4.6
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Release:      201
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    17
Summary:      GNOME text-to-speech engine
7626
3cc006da1cd8 Bump gnome-speech to 0.4.1 and split drivers into separate packages
wwalker
parents: 7447
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    19
URL:          http://developer.gnome.org/projects/gap/
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    21
Docdir:       %{_defaultdocdir}/%{name}
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    22
Autoreqprov:  on
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    23
Prereq:	      /sbin/ldconfig
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    24
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    25
%define libbonobo_version 2.4.0
6280
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 6080
diff changeset
    26
%define java_access_bridge_version 1.4.6
5206
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
    27
%define freetts_version 1.2.1
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    28
5206
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
    29
BuildRequires: jdk
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    30
BuildRequires: libbonobo-devel >= %{libbonobo_version}
2015
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    31
BuildRequires: java-access-bridge >= %{java_access_bridge_version}
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
    32
BuildRequires: freetts >= %{freetts_version}
5206
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
    33
Requires:      jdk
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    34
Requires:      libbonobo >= %{libbonobo_version}
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
    35
Requires:      freetts >= %{freetts_version}
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    36
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    37
%description
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    38
gnome-speech module is the GNOME text-to-speech engine.
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    39
2015
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    40
%package devel
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    41
Summary:      GNOME text-to-speech engine
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    42
Group:        Development/System/Libraries
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    43
Autoreqprov:  on
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    44
Requires:     %name = %version
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    45
Requires:     libbonobo-devel >= %{libbonobo_version}
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    46
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    47
%description devel
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    48
gnome-speech module is the GNOME text-to-speech engine.
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    49
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    50
%prep
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    51
%setup -q
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    52
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    53
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    54
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3815
diff changeset
    60
  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
    61
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
    66
%ifos solaris
2977
4a805a1dac56 gnome-speech.spec, jds-registration.spec and jdshelp.spec: Correct JDK path for Solaris 10.
dc144907
parents: 2958
diff changeset
    67
CFLAGS="-I/usr/jdk/jdk1.5.0/include -I/usr/jdk/jdk1.5.0/include/solaris $RPM_OPT_FLAGS"			\
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
    68
%else
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5518
diff changeset
    69
%define jdk_version 1.5.0_03
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5518
diff changeset
    70
export PATH="/usr/java/jdk%{jdk_version}/bin:$PATH"
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5518
diff changeset
    71
CFLAGS="-I/usr/java/jdk%{jdk_version}/include -I/usr/java/jdk%{jdk_version}include/linux $RPM_OPT_FLAGS"			\
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
    72
%endif
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    73
./configure --prefix=%{_prefix}			\
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    74
            --sysconfdir=%{_sysconfdir}		\
3666
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
    75
            --mandir=%{_mandir}			\
5206
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
    76
            --with-freetts-dir=%{_datadir}/lib/freetts
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
make -j $CPUS
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    78
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    79
%install
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    80
make DESTDIR=$RPM_BUILD_ROOT install
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    81
#Clean up unpackaged files
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    82
rm $RPM_BUILD_ROOT%{_libdir}/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    83
rm $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/*.la
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    84
rm -f $RPM_BUILD_ROOT%{_bindir}/theta-synthesis-driver
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    85
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Theta.server
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    86
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    87
%clean
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    88
rm -rf $RPM_BUILD_ROOT
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    89
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    90
%post
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    91
/sbin/ldconfig
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    92
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    93
%postun
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    94
/sbin/ldconfig
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    95
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    96
%files
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
    97
%defattr(-,root,root)
2015
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
    98
%{_bindir}/festival-synthesis-driver
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
    99
%{_bindir}/freetts-synthesis-driver
2469
30441f3792d6 gnome-speech.spec: Move bin and jar files from devel to root rpm.
dc144907
parents: 2398
diff changeset
   100
%{_bindir}/test-speech
2015
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   101
%{_libdir}/bonobo/servers/*
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   102
%{_libdir}/orbit-2.0/*.so
2114
d4656bca73f5 gnome-speech.spec: Correct line for .so files - was omitting libgnomespeech.so.
dc144907
parents: 2015
diff changeset
   103
%{_libdir}/*.so*
2469
30441f3792d6 gnome-speech.spec: Move bin and jar files from devel to root rpm.
dc144907
parents: 2398
diff changeset
   104
%{_datadir}/jar/*.jar
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   105
%{_datadir}/gnome-speech
7626
3cc006da1cd8 Bump gnome-speech to 0.4.1 and split drivers into separate packages
wwalker
parents: 7447
diff changeset
   106
%{_datadir}/idl/gnome-speech-1.0/*
2015
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   107
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   108
%files devel
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   109
%defattr(-,root,root)
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   110
%{_includedir}/gnome-speech-1.0/*
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
   111
%{_libdir}/pkgconfig/*.pc
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
   112
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
   113
%changelog
8513
6d4bff5f397c 2006-11-06 Damien Carbery <[email protected]>
dcarbery
parents: 8018
diff changeset
   114
* Mon Nov 06 2006 - [email protected]
6d4bff5f397c 2006-11-06 Damien Carbery <[email protected]>
dcarbery
parents: 8018
diff changeset
   115
- Bump to 0.4.6.
6d4bff5f397c 2006-11-06 Damien Carbery <[email protected]>
dcarbery
parents: 8018
diff changeset
   116
8018
a406b0ef7b16 2006-08-29 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
   117
* Tue Aug 29 2006 - [email protected]
a406b0ef7b16 2006-08-29 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
   118
- Bump to 0.4.5.
a406b0ef7b16 2006-08-29 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
   119
7950
eb1dcec5e949 2006-08-22 Damien Carbery <[email protected]>
dc144907
parents: 7865
diff changeset
   120
* Tue Aug 22 2006 - [email protected]
eb1dcec5e949 2006-08-22 Damien Carbery <[email protected]>
dc144907
parents: 7865
diff changeset
   121
- Bump to 0.4.4.
eb1dcec5e949 2006-08-22 Damien Carbery <[email protected]>
dc144907
parents: 7865
diff changeset
   122
7865
880c08518ece 2006-08-07 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   123
* Mon Aug 07 2006 - [email protected]
880c08518ece 2006-08-07 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   124
- Update to 0.4.3
880c08518ece 2006-08-07 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   125
7743
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7626
diff changeset
   126
* Mon Jul 24 2006 - [email protected]
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7626
diff changeset
   127
- Update to 0.4.2
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7626
diff changeset
   128
7626
3cc006da1cd8 Bump gnome-speech to 0.4.1 and split drivers into separate packages
wwalker
parents: 7447
diff changeset
   129
* Wed Jul 12 2006 - [email protected]
3cc006da1cd8 Bump gnome-speech to 0.4.1 and split drivers into separate packages
wwalker
parents: 7447
diff changeset
   130
- Update to 0.4.1
3cc006da1cd8 Bump gnome-speech to 0.4.1 and split drivers into separate packages
wwalker
parents: 7447
diff changeset
   131
7447
8f81aa6a3b1d Patch to prevent gnome-speech festival-synthesis-driver from dumping core
wwalker
parents: 6823
diff changeset
   132
* Wed Jun 14 2006 - [email protected]
8f81aa6a3b1d Patch to prevent gnome-speech festival-synthesis-driver from dumping core
wwalker
parents: 6823
diff changeset
   133
- Add patch for festival core dump (see bugzilla bug 341405)
8f81aa6a3b1d Patch to prevent gnome-speech festival-synthesis-driver from dumping core
wwalker
parents: 6823
diff changeset
   134
6823
76f503998a1d Bump to gnome-speech-0.3.10
wwalker
parents: 6280
diff changeset
   135
* Thu Feb 23 2006 - [email protected]
76f503998a1d Bump to gnome-speech-0.3.10
wwalker
parents: 6280
diff changeset
   136
- Bump to 0.3.10
76f503998a1d Bump to gnome-speech-0.3.10
wwalker
parents: 6280
diff changeset
   137
6280
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 6080
diff changeset
   138
* Mon Nov 14 2005 - [email protected]
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 6080
diff changeset
   139
- Bump to 0.3.9
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 6080
diff changeset
   140
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5565
diff changeset
   141
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5565
diff changeset
   142
- Bump to 0.3.8
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5565
diff changeset
   143
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5518
diff changeset
   144
* Tue Aug 23 2005 - [email protected]
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5518
diff changeset
   145
- Add variable to make updating JDK version easier.
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5518
diff changeset
   146
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   147
* Tue May 10 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   148
- Upgrade to gnome-speech 0.3.7; completes fix for bug #6216633.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   149
- Remove unnecessary patch 1 which is now in the tarball.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   150
- Remove Theta drivers if they happen to have been built.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   151
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   152
* Mon May 09 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   153
- New jdk (1.5.0_03)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   154
5206
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
   155
* Mon Feb 28 2005 - [email protected]
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
   156
- Upgrade to FreeTTS 1.2.1, fix for bug #6228329.
5052a925ff39 Upgrade to FreeTTS 1.2.1 for bug #6228329
wwalker
parents: 5152
diff changeset
   157
4202
c3d37f66fe0e Changes to freetts.spec, gnome-speech.spec (added replacement freetts.jar and
wh70179
parents: 4133
diff changeset
   158
* Fri Oct 08 2004 - [email protected]
c3d37f66fe0e Changes to freetts.spec, gnome-speech.spec (added replacement freetts.jar and
wh70179
parents: 4133
diff changeset
   159
- Added patch gnome-speech-01-freetts-perf.diff, part of fix for bug
c3d37f66fe0e Changes to freetts.spec, gnome-speech.spec (added replacement freetts.jar and
wh70179
parents: 4133
diff changeset
   160
  #5087408.
c3d37f66fe0e Changes to freetts.spec, gnome-speech.spec (added replacement freetts.jar and
wh70179
parents: 4133
diff changeset
   161
4021
a28f7c67de38 gnome-speech: new JDK path
dermotm
parents: 4007
diff changeset
   162
* Mon Sep 20 2004 - [email protected]
4022
9afa2679f8f1 gnome-speech: new JDK path
dermotm
parents: 4021
diff changeset
   163
- new path for JDK 1.5.0
4021
a28f7c67de38 gnome-speech: new JDK path
dermotm
parents: 4007
diff changeset
   164
3815
b6601aef1922 Uprevved gok, gnopernicus, and gnome-speech.
wh70179
parents: 3679
diff changeset
   165
* Mon Aug 30 2004 - [email protected]
b6601aef1922 Uprevved gok, gnopernicus, and gnome-speech.
wh70179
parents: 3679
diff changeset
   166
- Removed patch (it's in CVS now), and bumped to 0.3.5.
b6601aef1922 Uprevved gok, gnopernicus, and gnome-speech.
wh70179
parents: 3679
diff changeset
   167
3666
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   168
* Wed Aug 18 2004 - [email protected]
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   169
- removed --disable-gtk-doc since this isn't an option this module's
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   170
  configure takes.
8b78bc9006bf 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   171
3391
4fec3379a8b8 Added gnome-speech patch to freetts classpath, in gnome-speech.spec.
wh70179
parents: 3389
diff changeset
   172
* Thu Jul 22 2004 - [email protected]
4fec3379a8b8 Added gnome-speech patch to freetts classpath, in gnome-speech.spec.
wh70179
parents: 3389
diff changeset
   173
- Add patch to fix CLASSPATH in freetts-synthesis-driver script.
4fec3379a8b8 Added gnome-speech patch to freetts classpath, in gnome-speech.spec.
wh70179
parents: 3389
diff changeset
   174
  (Please remove patch when upgrading to gnome-speech-0.3.4)
4fec3379a8b8 Added gnome-speech patch to freetts classpath, in gnome-speech.spec.
wh70179
parents: 3389
diff changeset
   175
3389
bbed3a27443b gnome-speech.spec: Remove source1 tarball. Incorrectly overwrites source with
dc144907
parents: 3320
diff changeset
   176
* Thu Jul 22 2004 - [email protected]
bbed3a27443b gnome-speech.spec: Remove source1 tarball. Incorrectly overwrites source with
dc144907
parents: 3320
diff changeset
   177
- Remove source1 tarball. Incorrectly overwrites source with old files.
bbed3a27443b gnome-speech.spec: Remove source1 tarball. Incorrectly overwrites source with
dc144907
parents: 3320
diff changeset
   178
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   179
* Mon Jul 12 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   180
- ported to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   181
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   182
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   183
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   184
3111
fbc82df264eb Update gnome-speech and freetts (together) to use freetts 1.2.
wh70179
parents: 2977
diff changeset
   185
* Thu Jun 10 2004 - [email protected]
fbc82df264eb Update gnome-speech and freetts (together) to use freetts 1.2.
wh70179
parents: 2977
diff changeset
   186
- Upgrade to version 0.3.3, depend on FreeTTS 1.2 beta.
fbc82df264eb Update gnome-speech and freetts (together) to use freetts 1.2.
wh70179
parents: 2977
diff changeset
   187
2977
4a805a1dac56 gnome-speech.spec, jds-registration.spec and jdshelp.spec: Correct JDK path for Solaris 10.
dc144907
parents: 2958
diff changeset
   188
* Tue Jun 01 2004 - [email protected]
4a805a1dac56 gnome-speech.spec, jds-registration.spec and jdshelp.spec: Correct JDK path for Solaris 10.
dc144907
parents: 2958
diff changeset
   189
- Correct JDK path in CFLAGS for Solaris.
4a805a1dac56 gnome-speech.spec, jds-registration.spec and jdshelp.spec: Correct JDK path for Solaris 10.
dc144907
parents: 2958
diff changeset
   190
2958
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   191
* Sun May 30 2004 - dermot.mccluskey
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   192
- new JDK
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   193
2619
a032fc86f08a Incremented release numbers for build 09
dermotm
parents: 2494
diff changeset
   194
* Mon May 03 2004 - [email protected]
a032fc86f08a Incremented release numbers for build 09
dermotm
parents: 2494
diff changeset
   195
- moved Java to 1.5.0
a032fc86f08a Incremented release numbers for build 09
dermotm
parents: 2494
diff changeset
   196
2469
30441f3792d6 gnome-speech.spec: Move bin and jar files from devel to root rpm.
dc144907
parents: 2398
diff changeset
   197
* Thu Apr 15 2004 - [email protected]
30441f3792d6 gnome-speech.spec: Move bin and jar files from devel to root rpm.
dc144907
parents: 2398
diff changeset
   198
- Move bin and jar files from devel to root rpm.
30441f3792d6 gnome-speech.spec: Move bin and jar files from devel to root rpm.
dc144907
parents: 2398
diff changeset
   199
2200
aa471adba25d * gnome-speech.spec: Add JDK path to CFLAGS and PATH for Linux.
dc144907
parents: 2183
diff changeset
   200
* Mon Mar 15 2004 - [email protected]
aa471adba25d * gnome-speech.spec: Add JDK path to CFLAGS and PATH for Linux.
dc144907
parents: 2183
diff changeset
   201
- Add JDK path to CFLAGS and PATH for Linux.
aa471adba25d * gnome-speech.spec: Add JDK path to CFLAGS and PATH for Linux.
dc144907
parents: 2183
diff changeset
   202
2183
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
   203
* Thu Mar 11 2004 - [email protected]
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
   204
- Bump ver to 1.3.2. Reset release. Add --with-freetts-dir configure switch.
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
   205
- Add files created for freetts support.
ae69b08d304a * SUNWgnome-a11y-speech.spec: Add files introduced by building
dc144907
parents: 2182
diff changeset
   206
2114
d4656bca73f5 gnome-speech.spec: Correct line for .so files - was omitting libgnomespeech.so.
dc144907
parents: 2015
diff changeset
   207
* Tue Mar 02 2004 - [email protected]
d4656bca73f5 gnome-speech.spec: Correct line for .so files - was omitting libgnomespeech.so.
dc144907
parents: 2015
diff changeset
   208
- Correct line for .so files - was omitting libgnomespeech.so.
d4656bca73f5 gnome-speech.spec: Correct line for .so files - was omitting libgnomespeech.so.
dc144907
parents: 2015
diff changeset
   209
2009
eadee01ea092 GNOME text-to-speech engine.
dc144907
parents:
diff changeset
   210
* Tue Feb 24 2004 - [email protected]
2015
bbb3e015b63a 2004-02-26 Glynn Foster <[email protected]>
gman
parents: 2009
diff changeset
   211
- Created new spec file for gnome-speech