glib2.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 7633 52725c8466d0
child 7673 eac137a5cb41
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package glib2 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
     8
Name:         glib2 
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
     9
License:      LGPL
163
f6b064cb23e5 Fix up Group
gman
parents: 160
diff changeset
    10
Group:        System/Libraries
7148
d7c751ee877b 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6893
diff changeset
    11
Version:      %{?cvs:2.10.%cvs}%{?!cvs:2.10.2}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    12
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    15
Summary:      Low level core compatibility library for GTK+ and GNOME
6851
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6758
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.10/glib-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    17
Source1:      libgthread-2.0.3.gz
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    18
Source2:      glib-genmarshal.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    19
Source3:      glib-mkenums.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    20
Source4:      glib-gettextize.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    21
Source5:      gobject-query.1.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    22
Source6:      libglib-2.0.3.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    23
Source7:      libgmodule-2.0.3.gz
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
    24
Source8:      libgobject-2.0.3.gz
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
    25
Source9:      mkinstalldirs
1613
6497499677a3 Bump to 2.3.2
mattk
parents: 1609
diff changeset
    26
Patch1:       glib-01-gettext-macro.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    27
Patch2:       glib-02-convert-utf8.diff
5526
2695b109e6ff 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    28
Patch3:       glib-03-default-path.diff
6095
9b5695a63003 2005-10-13 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
    29
Patch4:       glib-04-gmodule-always-lazy.diff
6407
63cc4bd950df * glib2.spec: Bump to 2.9.1. Remove upstream patch 05-logname.
dc144907
parents: 6297
diff changeset
    30
Patch5:       glib-05-solaris-thread-flags.diff
6411
b683b0f84918 * glib2.spec: Add 06-feature_tests compilation patch.
dc144907
parents: 6409
diff changeset
    31
Patch6:       glib-06-feature_tests.diff
7191
3e3b024895f2 Typo in patch file name: s/glin/glib/
dc144907
parents: 7185
diff changeset
    32
Patch7:       glib-07-msgfmt-c.diff
7323
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
    33
Patch8:       glib-08-hidden.diff
7633
52725c8466d0 2006-07-13 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7323
diff changeset
    34
Patch9:       glib-09-ALL_LINGUAS.diff
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    35
URL:          http://www.gtk.org
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    36
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    37
Docdir:	      %{_defaultdocdir}/doc
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    38
AutoReqProv:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    39
Prereq:       /sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    40
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    41
%define pkgconfig_version 0.15.0
1192
cb549e9a3543 *** empty log message ***
re
parents: 1186
diff changeset
    42
%define gtk_doc_version 1.1
6409
93eac5788645 * glib2.spec: Add intltool BuildRequires.
dc144907
parents: 6408
diff changeset
    43
%define intltool_version 0.34.1
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    44
802
b9891819f6b6 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
    45
Requires:      aaa_base
170
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    46
BuildRequires: pkgconfig >= %{pkgconfig_version}
fb5c402f5e5c Updates fixing versioning information.
gman
parents: 168
diff changeset
    47
BuildRequires: gtk-doc >= %{gtk_doc_version}
6409
93eac5788645 * glib2.spec: Add intltool BuildRequires.
dc144907
parents: 6408
diff changeset
    48
BuildRequires: intltool >= %{intltool_version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    49
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
%description
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    51
Glib is the base compatibility library for GTK+ and GNOME. It provides data
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    52
structure handling for C, portability wrappers, and interfaces for such
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    53
runtime functionality as an event loop, threads, dynamic laoding, and an
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    54
object system
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
%package devel
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    57
Summary:        GIMP Toolkit and GIMP Drawing Kit support library
5590
7d1370ff890c fix Group
laca
parents: 5578
diff changeset
    58
Group:          Development/Libraries
191
99f6cb837b74 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 170
diff changeset
    59
Requires:       %{name} = %{version}
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    60
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    61
%description devel
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    62
Glib is the base compatibility library for GTK+ and GNOME. It provides data
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    63
structure handling for C, portability wrappers, and interfaces for such
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    64
runtime functionality as an event loop, threads, dynamic laoding, and an
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
    65
object system
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    66
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    67
%prep
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    68
%setup -q -n glib-%{version}
1613
6497499677a3 Bump to 2.3.2
mattk
parents: 1609
diff changeset
    69
%patch1 -p1
3486
1920fe20f004 <METROPOLIS_15/CINNABAR_15> Stopper bug #5070838
archana
parents: 3425
diff changeset
    70
%patch2 -p1
3980
b4a04c41bee6 Updating glib2.spec to include glib-03-g11n-allinguas.diff patch
yk150259
parents: 3858
diff changeset
    71
%patch3 -p1
6095
9b5695a63003 2005-10-13 Laszlo Peter <[email protected]>
laca
parents: 6080
diff changeset
    72
%patch4 -p1
6156
aacaa7d40946 2005-10-23 Laszlo Peter <[email protected]>
laca
parents: 6095
diff changeset
    73
%patch5 -p1
6411
b683b0f84918 * glib2.spec: Add 06-feature_tests compilation patch.
dc144907
parents: 6409
diff changeset
    74
%patch6 -p1
7185
3e7fbaeaa3ab 2006-05-02 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7148
diff changeset
    75
%patch7 -p1
7323
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
    76
%patch8 -p1
7633
52725c8466d0 2006-07-13 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7323
diff changeset
    77
%patch9 -p1
510
b433e4521ef7 Adding yet more .po files
mick
parents: 290
diff changeset
    78
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    79
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    80
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    81
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    82
cp -rp glib-%{version} glib-%{version}-64
6613
2643799d1f8e 2006-01-19 Takao Fujiwara - <[email protected]>
fujiwara
parents: 6587
diff changeset
    83
cd glib-%{version}
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    84
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    85
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    86
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    87
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
    88
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    89
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    90
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    91
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    92
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    93
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    94
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    95
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    96
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    97
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    98
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    99
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   100
CONFLAGS="--prefix=%{_prefix} --mandir=%{_mandir}"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   101
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   102
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
   103
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   104
CPUS=$(($CPUS*4))
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   105
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   106
cd ../glib-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   107
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   108
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   109
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   110
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   111
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   112
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   113
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   114
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   115
cp %SOURCE9 .
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   116
aclocal $ACLOCAL_FLAGS
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5526
diff changeset
   117
libtoolize --force --copy
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   118
gtkdocize
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   119
autoheader
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   120
automake -a -c -f
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   121
autoconf
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   122
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   123
	    --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   124
	    --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   125
	    --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   126
	    --sysconfdir=%{_sysconfdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   127
	    --disable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   128
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   129
make -j $CPUS
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   130
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   131
cd ../glib-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   132
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   133
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   134
export PATH="$save_PATH"
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   135
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   136
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   137
export RPM_OPT_FLAGS="$CFLAGS"
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   138
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   139
%endif
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   140
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   141
cp %SOURCE9 .
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   142
aclocal $ACLOCAL_FLAGS
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5526
diff changeset
   143
libtoolize --force --copy
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   144
gtkdocize
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   145
autoheader
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   146
automake -a -c -f
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   147
autoconf
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5526
diff changeset
   148
CFLAGS="$RPM_OPT_FLAGS"			\
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   149
./configure $CONFLAGS			\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   150
	    --sysconfdir=%{_sysconfdir}	\
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   151
	    --enable-gtk-doc
6740
41b862cfaa4e 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6736
diff changeset
   152
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   153
make -j $CPUS
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   154
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   155
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   156
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   157
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
   158
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   159
cd ../glib-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   160
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   161
cd ../glib-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   162
%endif
6215
2653e6560475 2005-10-30 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
   163
rm -f $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/glib-gettextize
2653e6560475 2005-10-30 Laszlo Peter <[email protected]>
laca
parents: 6156
diff changeset
   164
rm -f $RPM_BUILD_ROOT%{_bindir}/%{_arch64}/glib-mkenums
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   165
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   166
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   167
make DESTDIR=$RPM_BUILD_ROOT install
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   168
install -d $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   169
install -d $RPM_BUILD_ROOT%{_mandir}/man3
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   170
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man3
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   171
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   172
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   173
install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   174
install --mode=0644 %SOURCE5 $RPM_BUILD_ROOT%{_mandir}/man1
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   175
install --mode=0644 %SOURCE6 $RPM_BUILD_ROOT%{_mandir}/man3
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   176
install --mode=0644 %SOURCE7 $RPM_BUILD_ROOT%{_mandir}/man3
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   177
install --mode=0644 %SOURCE8 $RPM_BUILD_ROOT%{_mandir}/man3
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   178
#Copy zh_HK from zh_TW
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   179
#Fixes bug 4930405
1507
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   180
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
553abcbec206 2004-01-09 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   181
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   182
rm $RPM_BUILD_ROOT%{_libdir}/*.la
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   183
 
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   184
%clean
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   185
rm -rf $RPM_BUILD_ROOT
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   186
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   187
%post
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   188
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   189
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   190
%postun
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   191
/sbin/ldconfig
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   192
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   193
%files
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   194
%defattr(-,root,root)
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   195
%{_libdir}/lib*.so.*
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   196
%{_datadir}/locale/*/LC_MESSAGES/*.mo
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   197
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   198
%files devel
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   199
%defattr(-,root,root)
168
d2b208a9e94b *** empty log message ***
gman
parents: 164
diff changeset
   200
%{_bindir}/*
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   201
%{_libdir}/lib*.so
168
d2b208a9e94b *** empty log message ***
gman
parents: 164
diff changeset
   202
%{_includedir}/glib-2.0/*
d2b208a9e94b *** empty log message ***
gman
parents: 164
diff changeset
   203
%{_libdir}/glib-2.0/include/*.h
d2b208a9e94b *** empty log message ***
gman
parents: 164
diff changeset
   204
%{_libdir}/pkgconfig/*.pc
d2b208a9e94b *** empty log message ***
gman
parents: 164
diff changeset
   205
%{_datadir}/aclocal/*.m4
d2b208a9e94b *** empty log message ***
gman
parents: 164
diff changeset
   206
%{_datadir}/glib-2.0/*
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   207
%{_datadir}/gtk-doc/html/*
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   208
%{_mandir}/man1/*
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   209
%{_mandir}/man3/*
156
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   210
acc6f409a6eb 2003-05-27 Niall Power <[email protected]>
niall
parents:
diff changeset
   211
%changelog
7633
52725c8466d0 2006-07-13 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7323
diff changeset
   212
* Thu Jul 13 2006 - [email protected]
52725c8466d0 2006-07-13 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7323
diff changeset
   213
- add patch ALL_LINGUAS.diff that removes the \n's from ALL_LINGUAS in
52725c8466d0 2006-07-13 Laszlo (Laca) Peter <[email protected]>
lp117937
parents: 7323
diff changeset
   214
  AM_GLIB_GNU_GETTEXT
7323
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
   215
* Thu May 25 2006 - [email protected]
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
   216
- Add patch glib-08-hidden.diff to make sure that the G_HAVE_GNUC_VISIBILITY
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
   217
  macro is defined to "__hidden" if using the Sun Forte compiler.  This 
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
   218
  makes sure that symbols that should be hidden are not exported when using
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
   219
  our compiler.  This resolves the GNOME 2.14 LSARC 2006/202 TCR regarding
f125066b87c0 2006-05-25 Laszlo (Laca) Peter <[email protected]>
bc99092
parents: 7191
diff changeset
   220
  this issue.
7148
d7c751ee877b 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6893
diff changeset
   221
* Wed Apr 26 2006 - [email protected]
d7c751ee877b 2006-04-27 Damien Carbery <[email protected]>
dc144907
parents: 6893
diff changeset
   222
- Bump to 2.10.2.
6893
b047e3b41572 2006-03-08 Damien Carbery <[email protected]>
dc144907
parents: 6851
diff changeset
   223
* Wed Mar  8 2006 - [email protected]
b047e3b41572 2006-03-08 Damien Carbery <[email protected]>
dc144907
parents: 6851
diff changeset
   224
- Bump to 2.10.1.
6851
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6758
diff changeset
   225
* Sun Feb 26 2006 - [email protected]
c7d3b36377a4 2006-02-26 Damien Carbery <[email protected]>
dc144907
parents: 6758
diff changeset
   226
- Bump to 2.10.0.
6736
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6735
diff changeset
   227
* Mon Feb 13 2006 - [email protected]
3e46807ada02 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6735
diff changeset
   228
- Bump to 2.9.6.
6734
aaa7593d81b3 2006-02-12 Damien Carbery <[email protected]>
dc144907
parents: 6679
diff changeset
   229
* Sun Feb 12 2006 - [email protected]
6735
df16cf7afb5a Use gettextize instead of glib-gettextize in glib2.spec - d'oh - the latter
dc144907
parents: 6734
diff changeset
   230
- Call gettextize to fix infinite loop in configure.
6679
305a9f3ef3e7 2006-01-27 Damien Carbery <[email protected]>
dc144907
parents: 6613
diff changeset
   231
* Fri Jan 27 2006 - [email protected]
305a9f3ef3e7 2006-01-27 Damien Carbery <[email protected]>
dc144907
parents: 6613
diff changeset
   232
- Bump to 2.9.5
6587
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   233
* Tue Jan 17 2006 - [email protected]
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   234
- Bump to 2.9.3
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6411
diff changeset
   235
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6411
diff changeset
   236
- Bump to 2.9.2.
6407
63cc4bd950df * glib2.spec: Bump to 2.9.1. Remove upstream patch 05-logname.
dc144907
parents: 6297
diff changeset
   237
* Tue Dec 20 2005 - [email protected]
6409
93eac5788645 * glib2.spec: Add intltool BuildRequires.
dc144907
parents: 6408
diff changeset
   238
- Bump to 2.9.1. Remove upstream patch 05-logname. Add intltool BuildRequires.
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6296
diff changeset
   239
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6296
diff changeset
   240
- Bump to 2.8.4.
6296
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   241
* Mon Nov 28 2005 - [email protected]
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   242
- prepare for building from CVS snapshots:
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   243
- use a macro for Version
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   244
- fix autotool order, add some more
0b8df700d097 2005-11-28 Laszlo Peter <[email protected]>
laca
parents: 6215
diff changeset
   245
- cp mkinstalldirs so that we don't need to add even more autotool foo
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 6017
diff changeset
   246
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 6017
diff changeset
   247
- Bump to 2.8.3
6017
9719956f15cb * glib2.spec: Bump to 2.8.2.
dc144907
parents: 5590
diff changeset
   248
* Tue Sep 27 2005 - [email protected]
9719956f15cb * glib2.spec: Bump to 2.8.2.
dc144907
parents: 5590
diff changeset
   249
- Bump to 2.8.2
5526
2695b109e6ff 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
   250
* Mon Aug 15 2005 - [email protected]
2695b109e6ff 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
   251
- Bump to 2.8.0
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   252
* Wed Jun 15 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   253
- Bump to 2.6.5
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   254
- Remove patch glib-04-uninstalled-pc.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   255
* Fri May 06 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   256
- Add patch 04 to add needed uninstalled.pc files to allow other
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   257
  base-libs libraries to build.  This requires calling autoconf
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   258
  aclocal, etc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   259
- Fix naming of patches since the patches were renamed but this
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   260
  spec file not updated.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   261
* Fri May 06 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   262
- Bump to 2.6.4
4752
47a7857dcd46 2004-12-15 Glynn Foster <[email protected]>
gman
parents: 4748
diff changeset
   263
* Wed Nov 15 2004 - [email protected]
47a7857dcd46 2004-12-15 Glynn Foster <[email protected]>
gman
parents: 4748
diff changeset
   264
- Bump to 2.4.8, since otherwise glib-gettextize doesn't create 
47a7857dcd46 2004-12-15 Glynn Foster <[email protected]>
gman
parents: 4748
diff changeset
   265
  mkinstalldirs properly, and consequently it means I can't create
47a7857dcd46 2004-12-15 Glynn Foster <[email protected]>
gman
parents: 4748
diff changeset
   266
  tarballs from CVS sources. We also get a rake of nice bug fixes
47a7857dcd46 2004-12-15 Glynn Foster <[email protected]>
gman
parents: 4748
diff changeset
   267
  as a result.
4547
34ec96b5e8d2 2004-11-12 Brian Cameron <[email protected]>
bc99092
parents: 4541
diff changeset
   268
* Fri Nov 12 2004 - [email protected]
34ec96b5e8d2 2004-11-12 Brian Cameron <[email protected]>
bc99092
parents: 4541
diff changeset
   269
- Modify the default path that glib sets (if the user does not have PATH
34ec96b5e8d2 2004-11-12 Brian Cameron <[email protected]>
bc99092
parents: 4541
diff changeset
   270
  set), so it does not include "." since ARC determined this is a
34ec96b5e8d2 2004-11-12 Brian Cameron <[email protected]>
bc99092
parents: 4541
diff changeset
   271
  security concern.  When building on Sun, set it to just "/usr/bin"
34ec96b5e8d2 2004-11-12 Brian Cameron <[email protected]>
bc99092
parents: 4541
diff changeset
   272
  since "/bin" is a symlink to "/usr/bin".  On Linux set it to
34ec96b5e8d2 2004-11-12 Brian Cameron <[email protected]>
bc99092
parents: 4541
diff changeset
   273
  "/bin:/usr/bin".
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   274
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   275
- use $CC64 for the 64-bit build if defined
4146
95c6581d1738 * glib2.spec:
ys148558
parents: 4133
diff changeset
   276
* Wed Oct 05 2004 - [email protected]
95c6581d1738 * glib2.spec:
ys148558
parents: 4133
diff changeset
   277
- Added glib-04-convert-utf8.diff to fix CR 5055972
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   278
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   279
- Create 64bit libraries for Solaris
3980
b4a04c41bee6 Updating glib2.spec to include glib-03-g11n-allinguas.diff patch
yk150259
parents: 3858
diff changeset
   280
* Thu Sep 16 2004 - [email protected]
b4a04c41bee6 Updating glib2.spec to include glib-03-g11n-allinguas.diff patch
yk150259
parents: 3858
diff changeset
   281
- Added glib-03-g11n-allinguas.diff to include hu lingua
3660
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   282
* Wed Aug 18 2004 - [email protected]
0e30344f7062 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3628
diff changeset
   283
- added --enable-gtk-doc
3486
1920fe20f004 <METROPOLIS_15/CINNABAR_15> Stopper bug #5070838
archana
parents: 3425
diff changeset
   284
* Thu Aug 05 2004 - [email protected]
1920fe20f004 <METROPOLIS_15/CINNABAR_15> Stopper bug #5070838
archana
parents: 3425
diff changeset
   285
- Add patch to fix glib get SIGCHLD everytime
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   286
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   287
- Updated l10n content to glib2-l10n-po-1.2.tar.bz2
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   288
* Thu Jul 08 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   289
- ported to rpm4/suse91
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   290
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   291
- added "-j $CPUS" to make to speed up builds
2754
ac92785fe0c9 2004-05-14 Glynn Foster <[email protected]>
gman
parents: 2736
diff changeset
   292
* Fri May 14 2004 - [email protected]
ac92785fe0c9 2004-05-14 Glynn Foster <[email protected]>
gman
parents: 2736
diff changeset
   293
- Bump to 2.4.1
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   294
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   295
- Updated l10n content to glib2-l10n-po-1.1.tar.bz2
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2306
diff changeset
   296
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2306
diff changeset
   297
- Updated l10n content to glib2-l10n-po-1.0.tar.bz2
2306
412cb8528467 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   298
* Wed Mar 24 2004 - <[email protected]>
412cb8528467 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   299
- Bump to 2.4.0
412cb8528467 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   300
* Wed Mar 10 2004 - <[email protected]>
2170
8096ff54fc10 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   301
- remove glib-02 patch (it wasn't being applied anyway).
8096ff54fc10 2004-03-10 Niall Power <[email protected]>
niall
parents: 2159
diff changeset
   302
- bump to 2.3.6
1822
5038661790c1 Add patch to change '...' to '__VA_ARGS__' to build (gaim 0.75) on Solaris.
dc144907
parents: 1613
diff changeset
   303
* Thu Feb 19 2004 - <[email protected]>
5038661790c1 Add patch to change '...' to '__VA_ARGS__' to build (gaim 0.75) on Solaris.
dc144907
parents: 1613
diff changeset
   304
- Add patch for glib/gmessages.h to change '...' to '__VA_ARGS__' to build
5038661790c1 Add patch to change '...' to '__VA_ARGS__' to build (gaim 0.75) on Solaris.
dc144907
parents: 1613
diff changeset
   305
  on Solaris. May revisit to use '#ifdef __sun'
1613
6497499677a3 Bump to 2.3.2
mattk
parents: 1609
diff changeset
   306
* Tue Feb 10 2004 - <[email protected]>
6497499677a3 Bump to 2.3.2
mattk
parents: 1609
diff changeset
   307
- Bump to 2.3.2, l10n to 0.7
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   308
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1204
diff changeset
   309
- update to 2.3.1
1186
d9ace0370aa8 updated to 2.2.3
re
parents: 1157
diff changeset
   310
* Sat Oct 04 2003 - <[email protected]>
d9ace0370aa8 updated to 2.2.3
re
parents: 1157
diff changeset
   311
- update to 2.2.3
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   312
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   313
- move lib*.so to -devel, remove *.a, *.la
912
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   314
* Fri Aug 01 2003 - <[email protected]> 2.2.2-1
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   315
* Wed Jul 25 2003 - <[email protected]>
802
b9891819f6b6 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
   316
- add aaa_base dependency. Fixes postinstall script breakage
b9891819f6b6 2003-07-25 Niall Power <[email protected]>
niall
parents: 575
diff changeset
   317
  during OS install.
510
b433e4521ef7 Adding yet more .po files
mick
parents: 290
diff changeset
   318
* Wed Jul 09 2003 - <[email protected]>
b433e4521ef7 Adding yet more .po files
mick
parents: 290
diff changeset
   319
- add in sun po files
912
ab3ee6052cf8 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   320
* Thu May 12 2003 - <[email protected]>
160
ba98da116e51 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 156
diff changeset
   321
- Initial spec file for glib2