base-specs/gtk-vnc.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16430 1630b44703c8
child 16744 1cab30d3b19f
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     1
#
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     2
# spec file for package gtk-vnc
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     3
#
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     4
# Copyright 2008 Sun Microsystems, Inc.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     6
# package are under the same license as the package itself.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner halton
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
     9
#
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    10
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16244
diff changeset
    11
%define OSR gnome.org:0
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    12
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    13
Name:           gtk-vnc
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    14
License:        LGPL v2.1, MIT, MPL 1.1
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    15
Group:          Development/Libraries
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    16
Version:        0.3.9
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    17
Release:        1
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    18
Distribution:   Java Desktop System
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    19
Vendor:         Sun Microsystems, Inc.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    20
URL:            http://gtk-vnc.sf.net/
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    21
Summary:        A GTK widget for VNC clients
15204
ba34e3f41ae8 2009-02-23 Halton Huo <[email protected]>
halton
parents: 15143
diff changeset
    22
Source:         http://download.gnome.org/sources/%{name}/0.3/%{name}-%{version}.tar.bz2
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    23
# date:2008-11-28 owner:fujiwara type:feature bugster:6777514 bugzilla:591523
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    24
Patch1:         gtk-vnc-01-cp-utf8.diff
14780
c04541c49370 2008-12-16 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
    25
# date:2008-12-16 owner:halton type:bug bugzilla:564718
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    26
Patch2:         gtk-vnc-02-ff3.1.diff
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    27
# date:2009-08-12 owner:halton type:bug bugzilla:591521
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    28
Patch3:         gtk-vnc-03-sasl.diff
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    29
BuildRoot:     %{_tmppath}/%{name}-%{version}-root
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    30
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    31
BuildRequires: gtk2-devel pygtk2-devel python-devel
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    32
14655
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
    33
%{?!pythonver:%define pythonver 2.4}
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
    34
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    35
%description
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    36
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    37
allowing it to be completely asynchronous while remaining single threaded.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    38
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    39
%package devel
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    40
Summary: Libraries, includes, etc. to compile with the gtk-vnc library
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    41
Group: Development/Libraries
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    42
Requires: %{name} = %{version}
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    43
Requires: pkgconfig
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    44
Requires: pygtk2-devel gtk2-devel
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    45
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    46
%description devel
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    47
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    48
allowing it to be completely asynchronous while remaining single threaded.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    49
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    50
Libraries, includes, etc. to compile with the gtk-vnc library
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    51
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    52
%package python
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    53
Summary: Python bindings for the gtk-vnc library
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    54
Group: Development/Libraries
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    55
Requires: %{name} = %{version}
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    56
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    57
%description python
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    58
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    59
allowing it to be completely asynchronous while remaining single threaded.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    60
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    61
A module allowing use of the GTK-VNC widget from python
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    62
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    63
%prep
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    64
%setup -q
14677
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14655
diff changeset
    65
%patch1 -p1
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14655
diff changeset
    66
%patch2 -p1
14798
4b577803f701 2008-12-22 Halton Huo <[email protected]>
halton
parents: 14780
diff changeset
    67
%patch3 -p1
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    68
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    69
#FIXME: When #591524 fixed in next release, remove following lines 
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    70
rm -f gnulib/m4/lt~obsolete.m4
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    71
rm -f gnulib/m4/ltoptions.m4
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    72
rm -f gnulib/m4/libtool.m4
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    73
rm -f gnulib/m4/ltsugar.m4
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    74
rm -f gnulib/m4/ltversion.m4
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    75
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    76
%build
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    77
%ifos linux
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    78
if [ -x /usr/bin/getconf ]; then
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    79
  CPUS=`getconf _NPROCESSORS_ONLN`
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    80
fi
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    81
%else
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    82
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    83
%endif
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    84
if test "x$CPUS" = "x" -o $CPUS = 0; then
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    85
  CPUS=1
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    86
fi
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    87
15369
9c18cfbb07a8 Fix setting of PYTHON environment variable.
yippi
parents: 15204
diff changeset
    88
export PYTHON=/usr/bin/python%{pythonver}
14655
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
    89
14749
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
    90
libtoolize --force --force
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    91
# FIXME: community is doing i18n thing, disable it for now.
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
    92
#intltoolize --automake -c -f
14749
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
    93
aclocal -I gnulib/m4
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    94
autoheader
14749
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
    95
automake --add-missing --copy
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    96
autoconf
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    97
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    98
./configure --prefix=%{_prefix} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
    99
            --bindir=%{_bindir} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   100
            --mandir=%{_mandir} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   101
            --libdir=%{_libdir} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   102
            --datadir=%{_datadir} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   103
            --includedir=%{_includedir} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   104
            --sysconfdir=%{_sysconfdir} \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   105
%if %debug_build
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   106
            --enable-debug=yes \
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   107
%endif
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   108
%if %with_brower_plugin
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   109
            --enable-plugin
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   110
%endif
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   111
	
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   112
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   113
make -j $CPUS
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   114
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   115
%install
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   116
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   117
make -i install DESTDIR=$RPM_BUILD_ROOT
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   118
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   119
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   120
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   121
14655
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   122
# move to vendor-packages
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   123
%if %with_64
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   124
cd $RPM_BUILD_ROOT%{_libdir}/..
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   125
mkdir -p python%{pythonver}/vendor-packages/64
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   126
mv python%{pythonver}/site-packages/* python%{pythonver}/vendor-packages/64
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   127
%else
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   128
cd $RPM_BUILD_ROOT%{_libdir}
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   129
mkdir -p python%{pythonver}/vendor-packages
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   130
mv python%{pythonver}/site-packages/* python%{pythonver}/vendor-packages/
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   131
%endif
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   132
rmdir python%{pythonver}/site-packages
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   133
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   134
%clean
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   135
rm -rf $RPM_BUILD_ROOT
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   136
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   137
%post
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   138
/sbin/ldconfig
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   139
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   140
%postun
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   141
/sbin/ldconfig
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   142
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   143
%files
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   144
%defattr(-, root, root)
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   145
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   146
%{_libdir}/lib*.so.*
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   147
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   148
%files devel
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   149
%defattr(-, root, root)
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   150
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   151
%doc examples/gvncviewer.c
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   152
%{_libdir}/lib*.so
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   153
%dir %{_includedir}/%{name}-1.0/
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   154
%{_includedir}/%{name}-1.0/*.h
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   155
%{_libdir}/pkgconfig/%{name}-1.0.pc
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   156
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   157
%files python
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   158
%defattr(-, root, root)
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   159
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   160
%doc examples/gvncviewer.py
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   161
%{_libdir}/python*/site-packages/gtkvnc.so
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   162
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   163
%changelog
16244
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
   164
* Wed Aug 12 2009 - [email protected]
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
   165
- Bump to 0.3.9
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
   166
- Remove obsoleted patch textdomain.diff and reorder
d5c21f9e92cf 2009-08-12 Halton Huo <[email protected]>
halton
parents: 15369
diff changeset
   167
- Add patch sasl.diff to fix bugzilla #592521
14780
c04541c49370 2008-12-16 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
   168
* Tue Dec 16 2008 - [email protected]
c04541c49370 2008-12-16 Halton Huo <[email protected]>
halton
parents: 14749
diff changeset
   169
- Add ff3.1.diff to fix the build issue when FF bumped to 3.1
14749
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
   170
* Thu Dec 11 2008 - [email protected]
6b2cb5ea9175 2008-12-11 Halton Huo <[email protected]>
halton
parents: 14677
diff changeset
   171
- Bump to 0.3.8
14677
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14655
diff changeset
   172
* Fri Nov 28 2008 - [email protected]
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14655
diff changeset
   173
- Add patch textdomain.diff to support message i18n.
62651f354cec 2008-11-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 14655
diff changeset
   174
- Add patch cp-utf8.diff to copy multibyte chars.
14655
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   175
* Wed Nov 26 2008 - [email protected]
4de1acea2aeb 2008-11-26 Halton Huo <[email protected]>
halton
parents: 14593
diff changeset
   176
- use %{pythonver} macro to select which version of Python to build with
14593
751c99543e80 2008-11-13 Halton Huo <[email protected]>
halton
parents: 14590
diff changeset
   177
* Thu Nov 13 2008 - [email protected]
751c99543e80 2008-11-13 Halton Huo <[email protected]>
halton
parents: 14590
diff changeset
   178
- Moved from SFE
14590
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   179
* Tue Sep 09 2008 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   180
- Bump to 0.3.7
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   181
* Tue May 06 2008 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   182
- Bump to 0.3.6
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   183
- Remove upsteamed patch solaris-ld-ast.diff
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   184
* Tue Apr 22 2008 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   185
- Bump to 0.3.5
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   186
* Fri Mar 07 2008 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   187
- Bump to 0.3.4
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   188
* Wed Feb 20 2008 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   189
- Bump to 0.3.3
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   190
- Remove upstreamed patch suncc-range-case.diff
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   191
* Thu Jan 10 2008 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   192
- Bump to 0.3.2
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   193
- Add patch suncc-range-case.diff to fix build issue.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   194
* Fri Dec 14 2007 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   195
- Bump to 0.3.1
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   196
* Thu Dec 13 2007 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   197
- Bump to 0.3.0
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   198
- Remove upsreamed patches: makefile.diff, macro.diff,
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   199
  yield.diff and coroutine.diff
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   200
- Add new patch solaris-ld-ast.diff
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   201
* Tue Oct 30 2007 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   202
- Add debug option.
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   203
* Thu Oct 25 2007 - [email protected]
0aead06d5d9f 2008-11-13 Halton Huo <[email protected]>
halton
parents:
diff changeset
   204
- Initial version