base-specs/GConf.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16426 6e0af232ec80
child 16525 b48cb5d63240
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:
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 GConf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11426
1a4bd6c5de25 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11156
diff changeset
     4
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# 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
     6
# 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
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16426
diff changeset
     8
%define owner stephen
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16367
diff changeset
    10
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16367
diff changeset
    11
%define OSR gnome.org:0
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16367
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         GConf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        System/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Provides:     GConf
16367
7a891b1707e5 2009-08-26 Christian Kelly <[email protected]>
chrisk
parents: 15793
diff changeset
    17
Version:      2.27.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:       Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      GNOME Configuration Framework
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15143
diff changeset
    22
Source:       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-%{version}.tar.bz2
13034
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    23
%if %build_l10n
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    24
Source1:      l10n-configure.sh
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    25
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
#owner:stephen date:2004-08-02 type:bug bugster:5042863 bugzilla:100378
15120
e161b1a5d413 2009-02-17 Stephen Browne <[email protected]>
stephen
parents: 14945
diff changeset
    27
Patch1:       GConf-01-g11n-locale-alias.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
#owner:laca date:2006-06-29 type:feature
15120
e161b1a5d413 2009-02-17 Stephen Browne <[email protected]>
stephen
parents: 14945
diff changeset
    29
Patch2:       GConf-02-GCONF_BACKEND_DIR.diff
14441
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13783
diff changeset
    30
#owner:yippi date:2008-10-09 type:bug bugzilla:555745
15120
e161b1a5d413 2009-02-17 Stephen Browne <[email protected]>
stephen
parents: 14945
diff changeset
    31
Patch3:       GConf-03-user-specific-dbus.diff
15695
f5cfc6afe7bb Fix patch comments.
yippi
parents: 15496
diff changeset
    32
#owner:stephen date:2009-03-20 type:bug doo:7402
15459
e02675a35eae 2009-03-20 Stephen Browne <[email protected]>
stephen
parents: 15409
diff changeset
    33
Patch4:       GConf-04-no-defaults-service.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
URL:	      http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Docdir:	      %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%define gtk2_version 2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%define libxml2_version 2.6.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%define ORBit2_version 2.10.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%define gtk_doc_version 1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%define popt_version 1.7
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: gtk2 >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: libxml2 >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: ORBit2 >= %{ORBit2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: popt >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
BuildRequires: libxml2-devel >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
BuildRequires: ORBit2-devel >= %{ORBit2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
BuildRequires: popt-devel >= %{popt_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: gtk-doc >= %{gtk_doc_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
GConf is the Configuration Framework for the GNOME Desktop.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
Summary:      GNOME Configuration Framework Development Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Group:        Development/Libraries/GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Requires:     %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
Requires:     libxml2-devel >= %{libxml2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Requires:     ORBit2-devel >= %{ORBit2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires:     gtk2-devel >= %{gtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
GConf is the Configuration Framework for the GNOME Desktop.
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%setup -q
13034
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    72
%if %build_l10n
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    73
# Disable GNU extensions for ar CR 6730851
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    74
sh %SOURCE1 --disable-gnu-extensions
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    75
%endif
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    76
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%patch1 -p1
11426
1a4bd6c5de25 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11156
diff changeset
    78
%patch2 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%patch3 -p1
15496
a1949838d776 2009-03-24 Stephen Browne <[email protected]>
stephen
parents: 15459
diff changeset
    80
%patch4 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
10588
4b1e55de29a5 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    94
export PKG_CONFIG_PATH=%{_libdir}/pkgconfig
13034
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    95
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    96
%if %build_l10n
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    97
sh %SOURCE1 --enable-copyright
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    98
%endif
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
    99
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14441
diff changeset
   100
libtoolize --force
9462
9475ab2c8de9 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9436
diff changeset
   101
aclocal
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
autoheader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
autoconf
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   104
export CFLAGS="%optflags"
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   105
export LDFLAGS="%_ldflags"
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   106
./configure		                \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   107
            --prefix=%{_prefix}         \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   108
            --bindir=%{_bindir}         \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   109
            --libdir=%{_libdir}         \
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   110
            --libexecdir=%{_libexecdir} \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
	    --sysconfdir=%{_sysconfdir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
	    --libexecdir=%{_libexecdir}	\
15745
cc12b969d079 2009-05-11 Brian Cameron <[email protected]>
yippi
parents: 15695
diff changeset
   113
	    --enable-defaults-service=no \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
	    %{gtk_doc_option}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
# For some reason using -j $CPUS breaks the build on my machine with
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
# 2 processors, so just using make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%install
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   122
make install DESTDIR=$RPM_BUILD_ROOT MKDIR_P="mkdir -p"
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
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
rm $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
rm $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
rm $RPM_BUILD_ROOT%{_libdir}/*.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
rm $RPM_BUILD_ROOT%{_libdir}/*.a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%post 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
/sbin/ldconfig
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
%postun 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
/sbin/ldconfig
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_datadir}/locale/*/LC_MESSAGES/*.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_datadir}/GConf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{_libexecdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
%{_libdir}/GConf/2/*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%{_libdir}/libgconf-2*so.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
%{_sysconfdir}/gconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%dir %{_sysconfdir}/gconf/gconf.xml.defaults
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%{_includedir}/gconf/2/gconf/*.h
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%{_libdir}/libgconf-2*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{_libdir}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%{_datadir}/aclocal/*.m4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%{_datadir}/gtk-doc/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
%{_datadir}/sgml/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%changelog
16367
7a891b1707e5 2009-08-26 Christian Kelly <[email protected]>
chrisk
parents: 15793
diff changeset
   166
* Wed Aug 26 2009 - [email protected]
7a891b1707e5 2009-08-26 Christian Kelly <[email protected]>
chrisk
parents: 15793
diff changeset
   167
- Bump to 2.27.0.
15793
e3c5d5e65304 2009-05-21 Ghee Teo <[email protected]>
gheet
parents: 15745
diff changeset
   168
* Thu May 21 2009 - [email protected]
e3c5d5e65304 2009-05-21 Ghee Teo <[email protected]>
gheet
parents: 15745
diff changeset
   169
bump to 2.26.2 which contain the fix to doo 9056 (also crashes of 9054).
15745
cc12b969d079 2009-05-11 Brian Cameron <[email protected]>
yippi
parents: 15695
diff changeset
   170
* Mon May 11 2009 - [email protected]
cc12b969d079 2009-05-11 Brian Cameron <[email protected]>
yippi
parents: 15695
diff changeset
   171
- Bump to 2.26.1.
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15143
diff changeset
   172
* Tue Mar 17 2009 - [email protected]
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15143
diff changeset
   173
- Bump to 2.26.0
14945
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14441
diff changeset
   174
* Tue Jan 20 2009 - [email protected]
b5ae4790780a 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14441
diff changeset
   175
- Bump to 2.25.0.
14441
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13783
diff changeset
   176
* Fri Oct 10 2008 - [email protected]
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13783
diff changeset
   177
- Add patch GConf-04-user-specific-dbus so D-Bus is restarted without
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13783
diff changeset
   178
  DBUS_SESSION_BUS_ADDRESS set if the effective user id looking to connect is
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13783
diff changeset
   179
  not the same as the owner of the bus. Fix for bug#2980
13783
a9967909a79c 2008-09-26 Brian Cameron <[email protected]>
yippi
parents: 13229
diff changeset
   180
* Fri Sep 26 2008 - [email protected]
a9967909a79c 2008-09-26 Brian Cameron <[email protected]>
yippi
parents: 13229
diff changeset
   181
- Bump to 2.24.0.  Remove upstream patch GConf-04-nopolkit.diff.
13034
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
   182
* Tue Aug 05 2008 - [email protected]
313edba81945 2008-08-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 12572
diff changeset
   183
- Add l10n-configure.sh to fix 6730851 ar SEGV
12572
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 11834
diff changeset
   184
* Tue Jun 03 2008 - [email protected]
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 11834
diff changeset
   185
- Bump to 2.23.1.
11834
f28db4dd3570 Missed last time.
dcarbery
parents: 11539
diff changeset
   186
* Mon Mar 10 2008 - [email protected]
f28db4dd3570 Missed last time.
dcarbery
parents: 11539
diff changeset
   187
- Bump to 2.22.0.
11539
ba49f50e7c9f 2008-01-28 Damien Carbery <[email protected]>
dcarbery
parents: 11504
diff changeset
   188
* Mon Jan 28 2008 - [email protected]
ba49f50e7c9f 2008-01-28 Damien Carbery <[email protected]>
dcarbery
parents: 11504
diff changeset
   189
- Bump to 2.21.90.
11504
80a0f3123533 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11433
diff changeset
   190
* Tue Jan 22 2008 - [email protected]
80a0f3123533 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11433
diff changeset
   191
- Bump to 2.21.2. Remove upstream patch 04-glib-pc.
11433
7f144f30e85d 2008-01-10 Damien Carbery <[email protected]>
dcarbery
parents: 11426
diff changeset
   192
* Thu Jan 10 2008 - [email protected]
7f144f30e85d 2008-01-10 Damien Carbery <[email protected]>
dcarbery
parents: 11426
diff changeset
   193
- Add patch 04-glib-pc to fix gconf-2.0.pc file type: s/glib/glib-2.0/.
11426
1a4bd6c5de25 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11156
diff changeset
   194
* Wed Jan 09 2008 - [email protected]
1a4bd6c5de25 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11156
diff changeset
   195
- Bump to 2.21.1. Remove upstream patch, 02-daemon-hanged-solaris, rename
1a4bd6c5de25 2008-01-09 Damien Carbery <[email protected]>
dcarbery
parents: 11156
diff changeset
   196
  remainder.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   197
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10588
diff changeset
   198
- Bump to 2.20.1.
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   199
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10533
diff changeset
   200
- convert to new style multi-ISA build
10533
8734353a47dd Missed GConf update.
dcarbery
parents: 10313
diff changeset
   201
* Wed Sep 19 2007 - [email protected]
8734353a47dd Missed GConf update.
dcarbery
parents: 10313
diff changeset
   202
- Bump to 2.20.0.
10147
a17a09dbaf1a 2007-07-02 Damien Carbery <[email protected]>
dcarbery
parents: 9565
diff changeset
   203
* Mon Jul 02 2007 - [email protected]
a17a09dbaf1a 2007-07-02 Damien Carbery <[email protected]>
dcarbery
parents: 9565
diff changeset
   204
- Bump to 2.19.1.
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9462
diff changeset
   205
* Wed Mar 15 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9462
diff changeset
   206
- Removed adding ccdir to PATH
9462
9475ab2c8de9 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9436
diff changeset
   207
* Tue Mar 06 2007 - [email protected]
9475ab2c8de9 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9436
diff changeset
   208
- Add aclocal call and set MKDIR_P in %install to resolve autoconf version
9475ab2c8de9 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9436
diff changeset
   209
  mismatch.
9432
977668c8bc55 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   210
* Mon Mar 05 2007 - [email protected]
9436
bed24a6e965d 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9432
diff changeset
   211
- Bump to 2.18.0.1.
bed24a6e965d 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9432
diff changeset
   212
* Mon Mar 05 2007 - [email protected]
9432
977668c8bc55 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   213
- Bump to 2.18.0. Remove upstream patches, 05-gconftool-makefile-install and
977668c8bc55 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   214
  06-use-fdwalk.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
* Fri Nov  3 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
- use %gtk_doc_option in configure so that it can be disabled using
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
  --without-gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Tue Oct 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Mon Sep 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- add patch use-fdwalk to speed up clsoing of fds. (bug 6366879)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
* Tue Jul  4 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
- add patch gconftool-makefile-install.diff which makes --makefile-install-rule
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
  continue if a schemas file fails.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- add patch GCONF_BACKEND_DIR.diff that makes the backend dir relocatable
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
  via env variable
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Sat Mar 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Fri Jan 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- Bump to 2.13.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Fri Jan  6 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- set 64-bit sysconfdir to /etc, since those files are not arch specific
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Wed Nov 30 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- Remove upstream patch, 04-markup-tree-incremental-reads.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
- Bump to 2.12.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
* Thu Oct 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
- add Lorenzo's incremental read patch; already in HEAD
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
* Wed Sep 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
- Bump to 2.12.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Mon Sep 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Bump to 2.11.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- Bump to 2.11.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
* Wed Jun 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- add patch pkgconfig.diff that add gconf-2.0 to the pkgconfig deps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
- run autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Wed May 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Remove building with multiple processors, since that is breaking
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
  the build on Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Fri May 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Bump to 2.10.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Tue Feb 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- Add patch to fix such that defaults don't get
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
  installed for all locales since we always
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
  fallback to C locale values
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Fri Oct 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- use $CC64 for the 64-bit build if defined
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
* Sat Oct  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
- Create 64bit libraries for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
* Fri Sep 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
- Added GConf-06-g11n-potfiles.diff 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
- updated GConf-02-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
- added --enable-gtk-doc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
* Wed Aug 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
- Removed GConf-05-use-global-lock.diff as it is backwards incomptaible in a 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
  heterogeneous environment. While the goal of the project is to allow 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
  concurrent login which has in effect achieved by not having any lock at all.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
* Thu Aug 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
- create GConf-06-g11n-locale-alias.diff to fix bug #5042863,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
  the orignal patch is from the bugzilla.gnome.org #100378
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- Updated l10n content to GConf-l10n-po-1.2.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Thu Jul 08 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- ported to rpm4/suse91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- added "-j $CPUS" to make to speed up builds
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
* Fri Jun 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- Create a patch GConf-05-use-global-lock.diff as we want to use orbit ip
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
  to resolve to a single gconf daemon per user.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
* Thu Jun 03 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
- Added GConf-04-daemon-hanged-solaris.diff as the signal handler
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
  is calling non-reentrant code as gconf_log(). SO removed the calls
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
  to these signals, though much of these messages are not that important.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
* Wed May 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
- added GConf-03-apoc-path-update.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
- Updated l10n content to GConf-l10n-po-1.1.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Thu Apr 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- Updtaed to 2.6.1 tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Fri Apr 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- Updtaed to 2.6.0 tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
* Mon Mar 29 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
- Updated l10n content to GConf-l10n-po-1.0.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Fri Mar 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
- Bump to 2.5.90 and merge the potfile patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
* Thu Mar 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
- added GConf-03-g11n-potfiles.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
* Wed Feb 11 2004 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
- Bump to 2.5.1, l10n to 0.7, port 02-fix-potfiles patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Mon Dec 15 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- Add back the man page stuff, and the backend 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
  notification patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Mon Oct 06 2003 - <[email protected]> 2.4.0.1-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- Update to 2.4.0.1-1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- Remove dump/load and local locks patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Tue Aug 19 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- add GConf-02-sanity-check.diff patch, fixes 4908212
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Thu Aug 14 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- move lib*.so to -devel, remove *.a, *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
* Fri Aug 01 2003 - <[email protected]> 2.2.1-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- Upgrade to 2.2.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
* Wed Jul 09 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- add in sun po files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Fri May 30 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Make sure gconf.xml.mandatory gets created
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
* Fri May 30 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- Add patches required by gnome-panel-2.3.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- Install .la files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Thu May 07 2003 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- Create new spec file for GConf