SUNWgnome-meeting.spec
author davelam
Sat, 18 Apr 2009 12:26:03 +0000
changeset 15650 dbcf7e3715dd
parent 15582 aece1b26afa9
child 15903 7fbe82f1cc38
child 18816 52db45387e33
permissions -rw-r--r--
2009-04-18 Dave Lin <[email protected]> Update dependencies for the following spec files: o move the dependencies to the split gnome-base-libs o add other missed dependencies
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-meeting
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
     4
# includes module(s): ptlib, opal, ekiga
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15206
diff changeset
     6
# Copyright 2009 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
#
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    10
# Owner: elaine
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
# DO NOT REMOVE NEXT LINE
15582
aece1b26afa9 2009-04-07 Brian Cameron <[email protected]>
yippi
parents: 15556
diff changeset
    13
# PACKAGE NOT INCLUDED IN GNOME UMBRELLA ARC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%include Solaris.inc
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    16
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    17
%include base.inc
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    18
%define ekiga_libdir %{_libdir}/ekiga
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    19
%use ptlib = ptlib.spec
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    20
%use opal = opal.spec
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    21
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    22
%define ptlib_dir %{_builddir}/SUNWgnome-meeting-%{default_pkg_version}/%base_arch/ptlib-%{ptlib.version}
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    23
%define ptlib_opt --with-ptlib-dir=%{ptlib_dir}
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    24
%define opal_opt --with-opal-dir=%{_builddir}/SUNWgnome-meeting-%{default_pkg_version}/%base_arch/opal-%{opal.version}
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    25
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%use ekiga = ekiga.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Name:          SUNWgnome-meeting
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Summary:       GNOME video conference application
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    30
Version:       %{default_pkg_version}
10490
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
    31
Source:        %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
SUNW_BaseDir:  %{_basedir}
11935
fa2b34838439 Add SUNWsigcpp and SUNWgnome-meeting copyright files.
elaine
parents: 11370
diff changeset
    33
SUNW_Copyright:%{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15582
diff changeset
    37
Requires:      SUNWxorg-clientlibs
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15582
diff changeset
    38
Requires:      SUNWspeex
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15582
diff changeset
    39
Requires:      SUNWlibtheora
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15582
diff changeset
    40
Requires:      SUNWgtk2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires:      SUNWlibC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires:      SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires:      SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires:      SUNWlibmsr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires:      SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires:      SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires:      SUNWgnutls
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires:      SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires:      SUNWgnome-meeting-root
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15206
diff changeset
    50
Requires:      SUNWdesktop-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires:      SUNWevolution-data-server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires:      SUNWgnome-audio
11189
90738b70c192 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10645
diff changeset
    53
Requires:      SUNWavahi-bridge-dsd
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    54
Requires:      SUNWdbus
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    55
Requires:      SUNWsigcpp
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    56
Requires:      SUNWlibsdl
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15582
diff changeset
    57
BuildRequires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: SUNWgnome-config-devel
10645
54c531404d86 2007-10-11 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
    59
BuildRequires: SUNWgnome-doc-utils
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    60
BuildRequires: SUNWdbus-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: SUNWlxml-python
11189
90738b70c192 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10645
diff changeset
    62
BuildRequires: SUNWavahi-bridge-dsd-devel
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    63
BuildRequires: SUNWlibsdl-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
Summary:                %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
SUNW_BaseDir:           /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%include default-depend.inc
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
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
Summary:                %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
SUNW_BaseDir:           %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
Requires:               %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
rm -rf %name-%version
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    80
mkdir %name-%version
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    81
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    82
mkdir %name-%version/%base_arch
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
    83
%ptlib.prep -d %name-%version/%base_arch
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    84
%opal.prep -d %name-%version/%base_arch
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    85
%ekiga.prep -d %name-%version/%base_arch
10490
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
    86
cd %{_builddir}/%name-%version
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
    87
gzcat %SOURCE0 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
# to fix performace CR#6401342 on sparc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%ifarch sparc
14600
451bbe4c0945 Remove -xlinkopt option for Sparc in SS12. This option causes fatal error using SS12.
elaine
parents: 13605
diff changeset
    92
export EXTRA_CXXFLAGS="-features=tmplife -xO5 -xF=lcldata,gbldata -Qoption postopt -dataredundancy=on,-tune:optimizer:data-alignment=4 -xbuiltin=%%all"
9692
fae4909558e5 fix a typo in if/else statement related to EXTRA_CXXFLAGS
elaine
parents: 9688
diff changeset
    93
%else
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    94
export EXTRA_CXXFLAGS="-features=tmplife -xbuiltin=%%all"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%endif
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
    96
9791
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
    97
%if %cc_is_gcc
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
    98
%else
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
    99
export CXX="${CXX} -norunpath"
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
   100
%endif
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
   101
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   102
#export PWLIBDIR=`pwd`/%name-%version/%base_arch/pwlib-%{pwlib.version}
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   103
export PKG_CONFIG_PATH=%{_builddir}/%name-%version/%base_arch/ptlib-%{ptlib.version}:%{_builddir}/%name-%version/%base_arch/opal-%{opal.version}:%{_pkg_config_path}
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   104
%ptlib.build -d %name-%version/%base_arch
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   105
%opal.build -d %name-%version/%base_arch
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   106
%ekiga.build -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%install
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   109
rm -rf $RPM_BUILD_ROOT
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   110
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   111
%ptlib.install -d %name-%version/%base_arch
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   112
%opal.install -d %name-%version/%base_arch
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   113
%ekiga.install -d %name-%version/%base_arch
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   114
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{ekiga.name}/pkgconfig
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   115
rm -f  $RPM_BUILD_ROOT%{_libdir}/%{ekiga.name}/lib*a
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   116
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   117
%if %can_isaexec
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   118
mkdir $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   119
mv $RPM_BUILD_ROOT%{_bindir}/ekiga $RPM_BUILD_ROOT%{_bindir}/%{base_isa}
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   120
cd $RPM_BUILD_ROOT%{_bindir}
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   121
ln -s ../lib/isaexec ekiga
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   122
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/help/%{ekiga.name}/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/%{ekiga.name}/%{ekiga.name}-[a-z]*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
10490
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   132
# install man page
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   133
rm -rf $RPM_BUILD_ROOT%{_mandir}
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   134
cd %{_builddir}/%name-%version/sun-manpages
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   135
make install DESTDIR=$RPM_BUILD_ROOT
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   136
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{?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
   138
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15206
diff changeset
   143
%restart_fmri desktop-mime-cache icon-cache gconf-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%postun
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15206
diff changeset
   146
%restart_fmri desktop-mime-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%files
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   149
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/mpl-1.0.htm 
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   150
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/History.txt 
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   151
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ReadMe.txt
14605
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   152
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_0_2.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   153
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_1_2.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   154
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_1_3.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   155
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_2_0.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   156
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_2_1.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   157
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_2_2.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   158
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_3_0.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   159
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_3_1.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   160
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_4_0.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   161
%doc(bzip2) -d %{base_arch} ptlib-%{ptlib.version}/ChangeLog-ptlib-v2_4_1.txt
13605
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   162
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/mpl-1.0.htm
14605
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   163
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_0_2.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   164
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_1_2.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   165
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_2_0.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   166
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_2_1.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   167
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_2_2.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   168
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_3_0.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   169
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_3_1.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   170
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_4_0.txt
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   171
%doc(bzip2) -d %{base_arch} opal-%{opal.version}/ChangeLog-opal-v3_4_1.txt
13605
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   172
%doc(bzip2) -d %{base_arch} ekiga-%{ekiga.version}/COPYING 
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   173
%doc -d %{base_arch} ekiga-%{ekiga.version}/AUTHORS 
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   174
%doc(bzip2) -d %{base_arch} ekiga-%{ekiga.version}/NEWS
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   175
%doc(bzip2) -d %{base_arch} ekiga-%{ekiga.version}/ChangeLog
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   176
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
%dir %attr (0755, root, bin) %{_bindir}
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   179
%hard %{_bindir}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
%{_libdir}/%{ekiga.name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
%{_datadir}/applications/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
%{_datadir}/pixmaps/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
%{_datadir}/sounds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
%{_datadir}/gnome/help/%{ekiga.name}/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
%{_datadir}/omf/%{ekiga.name}/%{ekiga.name}-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
%dir %attr(0755, root, bin) %{_mandir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
%{_mandir}/*/*
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   194
%dir %attr (0755, root, other) %{_datadir}/icons
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   195
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   196
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/16x16
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   197
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/16x16/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   198
%{_datadir}/icons/hicolor/16x16/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   199
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/22x22/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   200
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/22x22/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   201
%{_datadir}/icons/hicolor/22x22/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   202
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/32x32/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   203
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/32x32/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   204
%{_datadir}/icons/hicolor/32x32/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   205
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/48x48/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   206
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/48x48/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   207
%{_datadir}/icons/hicolor/48x48/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   208
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/64x64/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   209
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/64x64/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   210
%{_datadir}/icons/hicolor/64x64/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   211
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/72x72/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   212
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/72x72/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   213
%{_datadir}/icons/hicolor/72x72/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   214
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/128x128/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   215
%dir %attr (0755, root, other) %{_datadir}/icons/hicolor/128x128/apps/
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   216
%{_datadir}/icons/hicolor/128x128/apps/*
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   217
%{_datadir}/dbus-1/*/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
%defattr (-, root, sys)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
%dir %attr(0755, root, sys) %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
%{_sysconfdir}/gconf/schemas/ekiga.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
%{_datadir}/gnome/help/%{ekiga.name}/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
%{_datadir}/omf/%{ekiga.name}/*-[a-z]*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
%changelog
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15206
diff changeset
   235
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15206
diff changeset
   236
- use desktop-cache instead of postrun
15206
aa843a2b14e2 Remove SSE2 support to fix bugster#6808201.
elaine
parents: 14605
diff changeset
   237
* Mon Feb 23 2009 - [email protected]
aa843a2b14e2 Remove SSE2 support to fix bugster#6808201.
elaine
parents: 14605
diff changeset
   238
- Remove SSE2 support to fix bugster#6808201. Because there is no 
aa843a2b14e2 Remove SSE2 support to fix bugster#6808201.
elaine
parents: 14605
diff changeset
   239
  significant performance impact brought by SSE2 support since 3.0.
aa843a2b14e2 Remove SSE2 support to fix bugster#6808201.
elaine
parents: 14605
diff changeset
   240
  Furthermore it is inappropriate to put SSE2 binaries in pentium+mmx.
14600
451bbe4c0945 Remove -xlinkopt option for Sparc in SS12. This option causes fatal error using SS12.
elaine
parents: 13605
diff changeset
   241
* Fri Nov 14 2008 - [email protected]
14605
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   242
- Update copyright entries.
535c809e3f41 Update copyright for ekiga 3.0. and fix a typo in my last checkin.
elaine
parents: 14603
diff changeset
   243
* Fri Nov 14 2008 - [email protected]
14603
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   244
- bump to Ekiga 3.0. 
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   245
- change some build options to fit new version.
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   246
- rename pwlib component to ptlib.
95ff85de553a Bump to Ekiga 3.0.
elaine
parents: 14600
diff changeset
   247
* Fri Nov 14 2008 - [email protected]
14600
451bbe4c0945 Remove -xlinkopt option for Sparc in SS12. This option causes fatal error using SS12.
elaine
parents: 13605
diff changeset
   248
- remove -xlinkopt option that causes error in SS12. 
13605
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   249
* Tue Sep 16 2008 - [email protected]
8d89870f3a42 Update for new copyright.
elaine
parents: 11935
diff changeset
   250
- Add %doc to %files for new copyright.
11935
fa2b34838439 Add SUNWsigcpp and SUNWgnome-meeting copyright files.
elaine
parents: 11370
diff changeset
   251
* Thu Mar 27 2008 - [email protected]
fa2b34838439 Add SUNWsigcpp and SUNWgnome-meeting copyright files.
elaine
parents: 11370
diff changeset
   252
- Add file SUNWgnome-meeting.copyright.
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11189
diff changeset
   253
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11189
diff changeset
   254
- use gconf-install.script instead of an inline script
11189
90738b70c192 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10645
diff changeset
   255
* Wed Nov 14 2007 - [email protected]
90738b70c192 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10645
diff changeset
   256
- Add Build/Requires SUNWavahi-bridge-dsd/-devel as required by ekiga.
10645
54c531404d86 2007-10-11 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   257
* Thu Oct 11 2007 - [email protected]
54c531404d86 2007-10-11 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   258
- Remove install dependency on SUNWgnome-doc-utils and change the build
54c531404d86 2007-10-11 Damien Carbery <[email protected]>
dcarbery
parents: 10569
diff changeset
   259
  dependency from SUNWgnome-doc-utils-devel to SUNWgnome-doc-utils.
10569
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10490
diff changeset
   260
* Fri Sep 28 2007 - [email protected]
db3674d56c7f 2007-09-28 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10490
diff changeset
   261
- delete SUNWxw* deps -- this pkg already depends on SUNWgnome-base-libs
10490
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   262
* Thu Sep 13 2007 - [email protected]
a359f86ee987 Add SGML format man page.
elaine
parents: 10406
diff changeset
   263
- Add SGML format man page.
10406
8f8266c6d0ad Disable DBUS component due to weak support.
elaine
parents: 10137
diff changeset
   264
* Thu Aug 30 2007 - [email protected]
8f8266c6d0ad Disable DBUS component due to weak support.
elaine
parents: 10137
diff changeset
   265
- simply cancel my last checkin about DBUS.
10137
55c4fc5207f5 enable the DBUS component explicitly.
elaine
parents: 9791
diff changeset
   266
* Thu Jun 28 2007 - [email protected]
55c4fc5207f5 enable the DBUS component explicitly.
elaine
parents: 9791
diff changeset
   267
- pack the DBUS service files to pkg since DBUS enabled.
9791
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
   268
* Thu Apr 26 2007 - [email protected]
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
   269
- set CXX to $CXX -norunpath because libtool swallows this option sometimes
a30158528b91 2007-04-26 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9692
diff changeset
   270
  and leaves compiler paths in the binaries, fixes 6497744
9692
fae4909558e5 fix a typo in if/else statement related to EXTRA_CXXFLAGS
elaine
parents: 9688
diff changeset
   271
* Sat Apr  7 2007 - [email protected]
fae4909558e5 fix a typo in if/else statement related to EXTRA_CXXFLAGS
elaine
parents: 9688
diff changeset
   272
- correct if/else statement related to EXTRA_CXXFLAGS. 
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   273
* Thu Apr  5 2007 - [email protected]
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   274
- explode ekiga.spec into individual spec files for each component and
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   275
  add SSE2 optimized versions
9535
9fceb2e50ce2 Cancel partly my last checkin on SUNWgnome-meeting.spec since the optimization option should be added in a better way.
elaine
parents: 9515
diff changeset
   276
* Tue Mar 13 2007 - [email protected]
9688
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   277
- cancel part of last checking to make sure each env var change is solid and
8704ef44a589 2007-04-05 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9535
diff changeset
   278
  worthful.  
9535
9fceb2e50ce2 Cancel partly my last checkin on SUNWgnome-meeting.spec since the optimization option should be added in a better way.
elaine
parents: 9515
diff changeset
   279
* Sun Mar 11 2007 - [email protected]
9fceb2e50ce2 Cancel partly my last checkin on SUNWgnome-meeting.spec since the optimization option should be added in a better way.
elaine
parents: 9515
diff changeset
   280
- add some optimization options to get more optimized binary
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
* Mon Nov 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- add patch comment
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Thu Otc 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- Move patch ekiga-06-opal-jitter.diff, ekiga-07-conststr.diff from
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
  spec-files/Solaris/patches to spec-files/patches, rename the patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
  to solve the patch number conflict there(the new name are 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
  ekiga-11-opal-jitter.diff, ekiga-12-conststr.diff) 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
* Thu Sep 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- Remove upstream patch, ekiga-08-pwlib-audiodev.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Mon Aug 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- add patch ekiga-08-pwlib-audiodev.diff to fix the bug CR#6462870
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
* Mon Jul 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
- change to use Ekiga 2.0.2 release
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
- add patch ekiga-08-pwlib-audiodev.diff to get Ekiga worked on SunRay 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
* Fri Jun 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
- fix the libraries missed problem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Mon Jun 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- add BuildRequires SUNWlxml-python
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
- comment out Build/Requires SUNWdbus,SUNWdbus-devel since dbus's removed from
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
  the build temporarily.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Sat Jun  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- use post/preun scripts to install schemas into the merged gconf files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Fri Jun 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Add Build/Requires SUNWgnome-doc-utils/-devel otherwise build fails.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Fri May 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- add "-features=tmplife" in CXXFLAGS to fix hang problem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
* Mon May 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- add patch ekiga-05-pwlib-jitter.diff, ekiga-06-opal-jitter.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
  to fix CR#6416969, add patch ekiga-07-conststr.diff to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
  fix bug CR#6401342 on i386, and to fix this bug on sparc, add options in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
  CFLAGS, CXXFLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Fri Apr 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- delete SUNW_Category tag to use the general one 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- change all reference of "gnomemeeting" to "ekiga" 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
* Fri Mar 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
- initial version created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15582
diff changeset
   324