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