SUNWgnome-a11y-speech.spec
author davelam
Fri, 08 Aug 2008 01:12:57 +0000
branchgnome-2-22
changeset 12493 a4d9be4ee8a3
parent 12184 ae608219405c
child 13018 f2e9d53afe1b
permissions -rw-r--r--
2008-08-08 Dave Lin <[email protected]> * SUNWlibgsf: Correct the dependency as below to fix the integration issues(CR6734966) Requires: SUNWlibms BuildRequires: SUNWlibm
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_espeak %(pkginfo -q SFEespeak && echo 1 || echo 0)
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    16
%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
    17
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
%use gnome_speech = gnome-speech.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Name:                    SUNWgnome-a11y-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:                 GNOME text-to-speech engine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Version:                 %{default_pkg_version}
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
%if %build_espeak
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    55
%package espeak
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    56
Summary:                 %{summary} - eSpeak Synthesis Driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    57
SUNW_BaseDir:            %{_basedir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    58
Requires: SFEespeak
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
Requires: SUNWgnome-a11y-speech
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    60
BuildRequires: SFEespeak-devel
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    61
%include default-depend.inc
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    62
%endif
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    63
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    64
%if %build_swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    65
%package swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    66
Summary:                 %{summary} - Cepstral Swift Synthesis Driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    67
SUNW_BaseDir:            %{_basedir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
    68
Requires: SUNWgnome-a11y-speech
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%gnome_speech.prep -d %name-%version
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%{?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
   100
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_bindir}/test-speech
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{_libdir}/libgnomespeech.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%{_libdir}/orbit-2.0/GNOME_Speech_module.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_datadir}/idl/gnome-speech-*/GNOME_Speech*.idl
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   113
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%{_datadir}/jar/gnome-speech.jar
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   115
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%files festival
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_bindir}/festival-synthesis-driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   124
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%files freetts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%{_bindir}/freetts-synthesis-driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_libdir}/libfreettsdriver.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_FreeTTS.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_datadir}/jar/freetts-synthesis-driver.jar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_datadir}/gnome-speech/drivers/freetts/user_addenda.txt
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   135
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%if %build_dectalk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%files dectalk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_bindir}/dectalk-synthesis-driver
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Dectalk.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   146
%if %build_espeak
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   147
%files espeak
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   148
%defattr (-, root, bin)
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   149
%dir %attr (0755, root, bin) %{_bindir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   150
%{_bindir}/espeak-synthesis-driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   151
%dir %attr (0755, root, bin) %{_libdir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   152
%{_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
   153
%endif
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   154
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   155
%if %build_swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   156
%files swift
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   157
%defattr (-, root, bin)
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   158
%dir %attr (0755, root, bin) %{_bindir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   159
%{_bindir}/swift-synthesis-driver
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   160
%dir %attr (0755, root, bin) %{_libdir}
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   161
%{_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
   162
%endif
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   163
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
%{_includedir}/gnome-speech-*/gnome-speech/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
%changelog
12184
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   174
* Thu Apr 21 2008 - [email protected]
ae608219405c Add new optional espeak and swift packages. Also change the way
ww36193
parents: 11976
diff changeset
   175
- 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
   176
  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
   177
  different ways of shipping/installing their product.
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11928
diff changeset
   178
* Mon Mar 31 2008 - [email protected]
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11928
diff changeset
   179
- Add copyright file
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   180
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9397
diff changeset
   181
- 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
   182
* Thu Jul 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Add new packaging scheme
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Wed Sep 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- 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
   194
* Fri Jul 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Move freetts to SUNWgnome-a11y-libs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Add jar files that come from freetts module.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Mon Mar 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- 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
   202
* Mon Mar 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- add share, devel subpkgs