SUNWgtk-vnc.spec
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 14173 fe63d4719576
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
#
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     2
# spec file for package SUNWgtk-vnc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
#
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     4
# includes module(s): gtk-vnc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     5
#
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     6
# Copyright 2008 Sun Microsystems, Inc.
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     8
# package are under the same license as the package itself.
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     9
#
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    10
# Owner: halton
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    11
#
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    12
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    13
%include Solaris.inc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    14
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    15
%ifarch amd64 sparcv9
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    16
%include arch64.inc
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    17
%define with_64 1
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    18
%define with_brower_plugin 0
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    19
%define pythonver 2.4
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    20
%use gvnc_64 = gtk-vnc.spec
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    21
%endif
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    22
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    23
%include base.inc
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    24
%define with_64 0
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    25
%define with_brower_plugin 1
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    26
%define pythonver 2.4
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    27
%use gvnc = gtk-vnc.spec
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    28
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    29
Name:               SUNWgtk-vnc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    30
Summary:            gtk-vnc - A GTK widget for VNC clients
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    31
Version:            %{gvnc.version}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    32
SUNW_Copyright:     %{name}.copyright
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    33
SUNW_BaseDir:       %{_basedir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    34
BuildRoot:          %{_tmppath}/%{name}-%{version}-build
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    35
Source1:            %{name}-manpages-0.1.tar.gz
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    36
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    37
%include default-depend.inc
14128
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
    38
Requires:      SUNWgnome-base-libs
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
    39
Requires:      SUNWgnutls
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
    40
Requires:      SUNWxwplt
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
    41
Requires:      SUNWzlibr
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
    42
BuildRequires: SUNWgnome-base-libs-devel
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
    43
BuildRequires: SUNWgnutls-devel
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    44
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    45
%package devel
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    46
Summary:       %{summary} - development files
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    47
SUNW_BaseDir:  %{_basedir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    48
%include default-depend.inc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    49
Requires:      %{name}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    50
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    51
%package python24
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    52
Summary:       %{summary} - Python 2.4 binding files
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    53
SUNW_BaseDir:  %{_basedir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    54
%include default-depend.inc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    55
Requires:      %{name}
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    56
Requires:      SUNWPython
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    57
Requires:      SUNWgnome-python-libs
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    58
BuildRequires: SUNWPython-devel
14173
fe63d4719576 2009-01-19 Brian Cameron <[email protected]>
yippi
parents: 14128
diff changeset
    59
BuildRequires: SUNWpython-setuptools
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
    60
BuildRequires: SUNWgnome-python-libs-devel
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    61
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    62
%prep
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    63
rm -rf %name-%version
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    64
mkdir -p %name-%version
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    65
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    66
%ifarch amd64 sparcv9
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    67
mkdir %name-%version/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    68
%gvnc_64.prep -d %name-%version/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    69
%endif
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    70
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    71
mkdir %name-%version/%{base_arch}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    72
%gvnc.prep -d %name-%version/%{base_arch}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    73
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    74
cd %{_builddir}/%name-%version
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    75
gzcat %SOURCE1 | tar xf -
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    76
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    77
%build
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    78
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    79
%ifarch amd64 sparcv9
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    80
export LDFLAGS="$FLAG64"
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    81
export CFLAGS="%optflags64"
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    82
export RPM_OPT_FLAGS="$CFLAGS"
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    83
%gvnc_64.build -d %name-%version/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    84
%endif
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    85
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    86
export LDFLAGS="%_ldflags"
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    87
export CFLAGS="%optflags"
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    88
export RPM_OPT_FLAGS="$CFLAGS"
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    89
%gvnc.build -d %name-%version/%{base_arch}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    90
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    91
%install
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    92
rm -rf $RPM_BUILD_ROOT
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    93
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    94
%ifarch amd64 sparcv9
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    95
%gvnc_64.install -d %name-%version/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    96
%endif
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    97
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    98
%gvnc.install -d %name-%version/%{base_arch}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    99
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   100
# rename plugin dir to firefox
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   101
cd $RPM_BUILD_ROOT%{_libdir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   102
mv mozilla firefox
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   103
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   104
# remove empty bindir, refer to bugzilla #560112
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   105
rmdir $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   106
rmdir $RPM_BUILD_ROOT%{_bindir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   107
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   108
# install man page
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   109
rm -rf $RPM_BUILD_ROOT%{_mandir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   110
cd %{_builddir}/%name-%version/sun-manpages
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   111
make install DESTDIR=$RPM_BUILD_ROOT
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   112
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   113
%clean
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   114
rm -rf $RPM_BUILD_ROOT
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   115
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   116
%files
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   117
%doc -d %{base_arch}/gtk-vnc-%{gvnc.version} README AUTHORS
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   118
%doc(bzip2) -d %{base_arch}/gtk-vnc-%{gvnc.version} COPYING.LIB ChangeLog NEWS
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   119
%dir %attr (0755, root, other) %{_datadir}/doc
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   120
%defattr (-, root, bin)
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   121
%dir %attr (0755, root, bin) %{_libdir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   122
%{_libdir}/lib*.so*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   123
%dir %attr (0755, root, bin) %{_libdir}/firefox
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   124
%dir %attr (0755, root, bin) %{_libdir}/firefox/plugins
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   125
%{_libdir}/firefox/plugins/gtk-vnc-plugin.so
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   126
%ifarch amd64 sparcv9
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   127
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   128
%{_libdir}/%{_arch64}/lib*.so*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   129
%endif
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   130
%dir %attr (0755, root, sys) %{_datadir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   131
%dir %attr(0755, root, bin) %{_mandir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   132
%dir %attr(0755, root, bin) %{_mandir}/*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   133
%{_mandir}/*/*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   134
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   135
%files devel
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   136
%defattr (-, root, bin)
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   137
%dir %attr (0755, root, bin) %{_includedir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   138
%{_includedir}/*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   139
%dir %attr (0755, root, bin) %{_libdir}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   140
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   141
%{_libdir}/pkgconfig/*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   142
%ifarch amd64 sparcv9
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   143
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   144
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   145
%{_libdir}/%{_arch64}/pkgconfig/*
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   146
%endif
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   147
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   148
%files python24
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   149
%defattr (-, root, bin)
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   150
%dir %attr (0755, root, bin) %{_libdir}
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   151
%dir %attr (0755, root, bin) %{_libdir}/python2.4
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   152
%dir %attr (0755, root, bin) %{_libdir}/python2.4/vendor-packages
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   153
%{_libdir}/python2.4/vendor-packages/gtkvnc.so
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   154
%dir %attr (0755, root, bin) %{_libdir}/python2.4/vendor-packages/64
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   155
%{_libdir}/python2.4/vendor-packages/64/gtkvnc.so
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   156
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   157
%changelog
14128
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
   158
* Mon Dec 22 2008 - [email protected]
89121f8bdc43 2008-12-22 halton huo <[email protected]>
halton
parents: 14055
diff changeset
   159
- update deps after run check-deps.pl
14055
019537674637 2008-12-02 Halton Huo <[email protected]>
halton
parents: 14017
diff changeset
   160
* Tue Dec 02 2008 - [email protected]
019537674637 2008-12-02 Halton Huo <[email protected]>
halton
parents: 14017
diff changeset
   161
- Remove -python25 pkg since SUNWgnome-python25-libs.spec is not ready
019537674637 2008-12-02 Halton Huo <[email protected]>
halton
parents: 14017
diff changeset
   162
  on gnome-2-24 branch
14017
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   163
* Wed Nov 26 2008 - [email protected]
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   164
- Add -python25 pkg
ef38847f468c 2008-11-26 Halton Huo <[email protected]>
halton
parents: 13990
diff changeset
   165
- Add 64-bit gtkvnc python moudle
13990
9aa718875b45 2008-11-20 Halton Huo <[email protected]>
halton
parents: 13955
diff changeset
   166
* Thu Nov 20 2008 - [email protected]
9aa718875b45 2008-11-20 Halton Huo <[email protected]>
halton
parents: 13955
diff changeset
   167
- Remove -l10n pkg
13955
06cce8b45ed6 2008-11-13 Halton Huo <[email protected]>
halton
parents: 13953
diff changeset
   168
* Thu Nov 13 2008 - [email protected]
06cce8b45ed6 2008-11-13 Halton Huo <[email protected]>
halton
parents: 13953
diff changeset
   169
- Moved from SFE
06cce8b45ed6 2008-11-13 Halton Huo <[email protected]>
halton
parents: 13953
diff changeset
   170
- Enable 64-bit build
06cce8b45ed6 2008-11-13 Halton Huo <[email protected]>
halton
parents: 13953
diff changeset
   171
- Add package -python24
13953
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   172
* Tue May 06 2008 - [email protected]
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   173
- Remove ast stuff.
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   174
* Thu Oct 25 2007 - [email protected]
cf9ae2ddb748 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   175
- Initial spec