SUNWgnome-a11y-speech.spec
author hawklu
Mon, 17 Nov 2008 03:35:17 +0000
branchopensolaris-2008-11
changeset 14389 2b15c067f4e1
parent 13654 c8faa3142749
child 15650 dbcf7e3715dd
permissions -rw-r--r--
base-specs/firefox.spec: bump to 3.0.4
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-a11y-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): gnome-speech
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: 9397
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
#
11928
01a0605946a6 2008-03-27 Wang Xin <[email protected]>
jedy
parents: 10572
diff changeset
    10
# Owner: liyuan
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    14
%define build_dectalk %(test -f /usr/bin/say && echo 1 || echo 0)
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    15
%define build_swift %(test -d /opt/swift && echo 1 || echo 0)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
%use gnome_speech = gnome-speech.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Name:                    SUNWgnome-a11y-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:                 GNOME text-to-speech engine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Version:                 %{default_pkg_version}
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
    22
Source:                  %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
SUNW_BaseDir:            %{_basedir}
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11928
diff changeset
    24
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Requires: SUNWgnome-a11y-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires: SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: SUNWgnome-base-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%package festival
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Summary:                 %{summary} - Festival Synthesis Driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires: SUNWgnome-a11y-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%package freetts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Summary:                 %{summary} - FreeTTS Synthesis Driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: SUNWgnome-a11y-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%if %build_dectalk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%package dectalk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Summary:                 %{summary} - Fonix DECtalk Synthesis Driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
SUNW_BaseDir:            %{_basedir}
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    50
Requires: SUNWgnome-a11y-speech
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    51
%include default-depend.inc
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    52
%endif
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    53
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    54
%package espeak
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    55
Summary:                 %{summary} - eSpeak Synthesis Driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    56
SUNW_BaseDir:            %{_basedir}
13198
690186125954 Migrate SFEespeak.spec to SUNWespeak.spec
ww36193
parents: 13018
diff changeset
    57
Requires: SUNWespeak
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Requires: SUNWgnome-a11y-speech
13198
690186125954 Migrate SFEespeak.spec to SUNWespeak.spec
ww36193
parents: 13018
diff changeset
    59
BuildRequires: SUNWespeak-devel
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    60
%include default-depend.inc
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    61
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    62
%if %build_swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    63
%package swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    64
Summary:                 %{summary} - Cepstral Swift Synthesis Driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    65
SUNW_BaseDir:            %{_basedir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    66
Requires: SUNWgnome-a11y-speech
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%gnome_speech.prep -d %name-%version
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
    79
cd %{_builddir}/%name-%version
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
    80
gzcat %SOURCE0 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
export PKG_CONFIG_PATH=%{_pkg_config_path}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
export MSGFMT="/usr/bin/msgfmt"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
if [ `uname -r` = 5.9 ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
export CFLAGS="%optflags -I%{_includedir} -I/usr/j2se/include -I/usr/j2se/include/solaris"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
export CFLAGS="%optflags -I%{_includedir} -I/usr/jdk/instances/jdk1.5.0/include -I/usr/jdk/instances/jdk1.5.0/include/solaris"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
export RPM_OPT_FLAGS="$CFLAGS"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
export LD_RUN_PATH="%{_libdir}"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
export LDFLAGS="%_ldflags"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%gnome_speech.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%gnome_speech.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
    99
# install man page
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   100
rm -rf $RPM_BUILD_ROOT%{_mandir}
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   101
cd %{_builddir}/%name-%version/sun-manpages
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   102
make install DESTDIR=$RPM_BUILD_ROOT
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   103
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   104
9397
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%{_bindir}/test-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_libdir}/libgnomespeech.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{_libdir}/orbit-2.0/GNOME_Speech_module.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%dir %attr (0755, root, sys) %{_datadir}
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13202
diff changeset
   118
%doc -d gnome-speech-%{gnome_speech.version} README AUTHORS
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13202
diff changeset
   119
%doc(bzip2) -d gnome-speech-%{gnome_speech.version} COPYING NEWS ChangeLog
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13202
diff changeset
   120
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_datadir}/idl/gnome-speech-*/GNOME_Speech*.idl
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   122
%dir %attr(0755, root, bin) %{_mandir}
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   123
%dir %attr(0755, root, bin) %{_mandir}/*
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   124
%{_mandir}/*/*
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   125
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_datadir}/jar/gnome-speech.jar
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   127
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%files festival
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_bindir}/festival-synthesis-driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   136
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%files freetts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_bindir}/freetts-synthesis-driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_libdir}/libfreettsdriver.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_FreeTTS.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_datadir}/jar/freetts-synthesis-driver.jar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_datadir}/gnome-speech/drivers/freetts/user_addenda.txt
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   147
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%if %build_dectalk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%files dectalk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%{_bindir}/dectalk-synthesis-driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Dectalk.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   158
%files espeak
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   159
%defattr (-, root, bin)
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   160
%dir %attr (0755, root, bin) %{_bindir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   161
%{_bindir}/espeak-synthesis-driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   162
%dir %attr (0755, root, bin) %{_libdir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   163
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   164
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   165
%if %build_swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   166
%files swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   167
%defattr (-, root, bin)
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   168
%dir %attr (0755, root, bin) %{_bindir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   169
%{_bindir}/swift-synthesis-driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   170
%dir %attr (0755, root, bin) %{_libdir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   171
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Swift.server
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   172
%endif
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   173
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
%{_includedir}/gnome-speech-*/gnome-speech/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
%changelog
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13202
diff changeset
   184
* Thu Sep 18 2008 - [email protected]
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13202
diff changeset
   185
- Added %doc to %files for copyright.
13198
690186125954 Migrate SFEespeak.spec to SUNWespeak.spec
ww36193
parents: 13018
diff changeset
   186
* Wed Aug 20 2008 - [email protected]
13201
2ba3d54b58ff Force SUNWespeak to be built prior to SUNWgnome-a11y-speech.
ww36193
parents: 13198
diff changeset
   187
- Require SUNWespeak.spec so it will be built prior to
2ba3d54b58ff Force SUNWespeak to be built prior to SUNWgnome-a11y-speech.
ww36193
parents: 13198
diff changeset
   188
  SUNWgnome-a11y-speech.
2ba3d54b58ff Force SUNWespeak to be built prior to SUNWgnome-a11y-speech.
ww36193
parents: 13198
diff changeset
   189
* Wed Aug 20 2008 - [email protected]
13198
690186125954 Migrate SFEespeak.spec to SUNWespeak.spec
ww36193
parents: 13018
diff changeset
   190
- Migrate SFEespeak.spec to SUNWespeak.spec
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   191
* Tue Aug 05 2008 - [email protected]
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12184
diff changeset
   192
- Add manpages. 
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   193
* Thu Apr 21 2008 - [email protected]
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   194
- Add new optional espeak and swift packages.  Also change the way
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   195
  the DECtalk package was created since the DECtalk folks have
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   196
  different ways of shipping/installing their product.
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11928
diff changeset
   197
* Mon Mar 31 2008 - [email protected]
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11928
diff changeset
   198
- Add copyright file
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   199
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   200
- disable packaging java stuff if the --without-java option is used
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
* Thu Jul 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- Add new packaging scheme
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
* Wed Sep 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- Correct JDK path in CFLAGS so jni.h can be found.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
* Fri Jul 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Move freetts to SUNWgnome-a11y-libs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Add jar files that come from freetts module.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Mon Mar 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- add LD_RUN_PATH since -R{%_libdir} doesn't seem to work
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Mon Mar 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- add share, devel subpkgs