GConf.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19719 d184ca39d269
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     1
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     2
# spec file for package GConf
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
     7
#
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     8
Name:         GConf
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
     9
License:      LGPL
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    10
Group:        System/Libraries/GNOME
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    11
Provides:     GConf
19219
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    12
Version:      2.10.0
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    13
Release:      1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    14
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 565
diff changeset
    15
Vendor:       Sun Microsystems, Inc.
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    16
Summary:      GNOME Configuration Framework
19219
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    17
Source:       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.10/GConf-%{version}.tar.bz2
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    18
Source1:      gconftool-2.1.gz
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
    19
Source2:      libgconf-2.3.gz
19219
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    20
Patch1:       GConf-01-apoc-path-update.diff
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    21
Patch2:       GConf-02-daemon-hanged-solaris.diff
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
    22
Patch3:       GConf-03-g11n-locale-alias.diff
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    23
URL:	      http://www.gnome.org
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    24
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    25
Docdir:	      %{_defaultdocdir}/doc
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    26
Autoreqprov:  on
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19691
diff changeset
    27
Prereq:       /sbin/ldconfig
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    28
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    29
%define gtk2_version 2.4.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    30
%define libxml2_version 2.6.7
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    31
%define ORBit2_version 2.10.1
1199
deff6a739b67 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
    32
%define gtk_doc_version 1.1
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    33
%define popt_version 1.7
189
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    34
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    35
Requires: gtk2 >= %{gtk2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    36
Requires: libxml2 >= %{libxml2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    37
Requires: ORBit2 >= %{ORBit2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    38
Requires: popt >= %{popt_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    39
BuildRequires: gtk2-devel >= %{gtk2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    40
BuildRequires: libxml2-devel >= %{libxml2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    41
BuildRequires: ORBit2-devel >= %{ORBit2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    42
BuildRequires: popt-devel >= %{popt_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    43
BuildRequires: gtk-doc >= %{gtk_doc_version}
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    44
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    45
%description
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    46
GConf is the Configuration Framework for the GNOME Desktop.
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    47
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    48
%package devel
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    49
Summary:      GNOME Configuration Framework Development Libraries
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    50
Group:        Development/Libraries/GNOME
191
99f6cb837b74 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 189
diff changeset
    51
Requires:     %{name} = %{version}
189
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    52
Requires:     libxml2-devel >= %{libxml2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    53
Requires:     ORBit2-devel >= %{ORBit2_version}
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
    54
Requires:     gtk2-devel >= %{gtk2_version}
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    55
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    56
%description devel
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
    57
GConf is the Configuration Framework for the GNOME Desktop.
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    58
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    59
%prep
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
    60
%setup -q
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
    61
%patch1 -p1
1621
67939aff983b Bump to 2.5.1
mattk
parents: 1609
diff changeset
    62
%patch2 -p1
2804
55d2f661843f #b5045338# Patched the GConf path to feature the APOC sources commented out
cm122549
parents: 2777
diff changeset
    63
%patch3 -p1
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    64
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    65
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    66
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    67
cd ..
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    68
cp -rp GConf-%{version} GConf-%{version}-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    69
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
    70
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    71
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    72
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
    73
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    78
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3796
diff changeset
    79
  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
    80
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    81
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    82
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    83
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    84
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    85
CONFLAGS="--prefix=%{_prefix} --mandir=%{_mandir}"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    86
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    87
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
    88
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    89
cd ../GConf-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    90
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    91
export CFLAGS="$CFLAGS64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    92
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH64"
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    93
export LDFLAGS="$LDFLAGS64"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    94
export CC=${CC64:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    95
save_PATH="$PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    96
ccdir=`dirname $CC`
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
    97
export PATH=$ccdir:$PATH
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
    98
19428
6694a16d13c6 add autoconf to the 64-bit build too
laca
parents: 19427
diff changeset
    99
autoconf
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   100
./configure $CONFLAGS					\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   101
            --bindir=%{_bindir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   102
            --libdir=%{_libdir}/%{_arch64}		\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   103
            --libexecdir=%{_libexecdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   104
            --sysconfdir=%{_sysconfdir}/%{_arch64}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   105
	    --disable-gtk-doc
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   106
19253
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   107
# For some reason using -j $CPUS breaks the build on my machine with
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   108
# 2 processors, so just using make
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   109
#
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   110
make
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   111
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   112
cd ../GConf-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   113
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   114
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH32"
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   115
export LDFLAGS="$LDFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   116
export CFLAGS="$CFLAGS32"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   117
export RPM_OPT_FLAGS="$CFLAGS"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   118
export CC=${CC32:-$CC}
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   119
export PATH="$save_PATH"
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   120
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   121
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   122
%endif
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   123
19427
3e7c3243c785 run autoconf
laca
parents: 19424
diff changeset
   124
autoconf
605
0ec3409e6414 2003-07-16 Mark McLoughlin <[email protected]>
markmc
parents: 575
diff changeset
   125
CFLAGS="$RPM_OPT_FLAGS"			\
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   126
./configure $CONFLAGS			\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   127
	    --sysconfdir=%{_sysconfdir}	\
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   128
	    --libexecdir=%{_libexecdir}	\
3691
caf16943e39f 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   129
	    --enable-gtk-doc
19253
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   130
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   131
# For some reason using -j $CPUS breaks the build on my machine with
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   132
# 2 processors, so just using make
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   133
#
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   134
make
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   135
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   136
%install
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   137
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   138
%ifos solaris
4271
eb46de360ab6 2004-10-18 Laszlo Peter <[email protected]>
laca
parents: 4265
diff changeset
   139
%ifarch amd64 sparcv9
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   140
cd ../GConf-%version-64
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   141
make install DESTDIR=$RPM_BUILD_ROOT
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   142
cd ../GConf-%version
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   143
%endif
4127
69ec35a2e770 * Temp disable 64-building on x86.
dc144907
parents: 4121
diff changeset
   144
%endif
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   145
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
   146
make DESTDIR=$RPM_BUILD_ROOT install 
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   147
install -d $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   148
install -d $RPM_BUILD_ROOT%{_mandir}/man3
19719
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
   149
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
d184ca39d269 2005-08-09 Laszlo Peter <[email protected]>
laca
parents: 19693
diff changeset
   150
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   151
#Copy zh_HK from zh_TW
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   152
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   153
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1432
diff changeset
   154
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
   155
rm $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   156
rm $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.a
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   157
rm $RPM_BUILD_ROOT%{_libdir}/*.la
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   158
rm $RPM_BUILD_ROOT%{_libdir}/*.a
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
   159
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
   160
%clean
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
   161
rm -rf $RPM_BUILD_ROOT
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   162
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   163
%post 
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   164
/sbin/ldconfig
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   165
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   166
%postun 
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   167
/sbin/ldconfig
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   168
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   169
%files
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   170
%defattr(-, root, root)
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   171
%{_datadir}/locale/*/LC_MESSAGES/*.mo
189
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   172
%{_bindir}/*
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   173
%{_libexecdir}/*
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   174
%{_libdir}/GConf/2/*.so*
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   175
%{_libdir}/libgconf-2*so.*
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
   176
%{_sysconfdir}/gconf/2/path
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   177
%{_mandir}/man1/*
248
8e7e8496cc40 2003-05-30 Mark McLoughlin <[email protected]>
markmc
parents: 235
diff changeset
   178
%dir %{_sysconfdir}/gconf/gconf.xml.defaults
8e7e8496cc40 2003-05-30 Mark McLoughlin <[email protected]>
markmc
parents: 235
diff changeset
   179
%dir %{_sysconfdir}/gconf/gconf.xml.mandatory
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   180
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   181
%files devel
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   182
%defattr(-, root, root)
189
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   183
%{_includedir}/gconf/2/gconf/*.h
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   184
%{_libdir}/libgconf-2*.so
189
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   185
%{_libdir}/pkgconfig/*.pc
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   186
%{_datadir}/aclocal/*.m4
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   187
%{_datadir}/gtk-doc/*
189
869418cbc4c3 2003-05-27 Glynn Foster <[email protected]>
gman
parents: 152
diff changeset
   188
%{_datadir}/sgml/*
3691
caf16943e39f 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   189
%{_datadir}/gtk-doc/html/gconf
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   190
%{_mandir}/man3/*
21
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   191
51b498f9625a 2003-05-13 Niall Power <[email protected]>
niall
parents:
diff changeset
   192
%changelog
19424
796983ca9a8c 2005-06-15 Laszlo Peter <[email protected]>
laca
parents: 19262
diff changeset
   193
* Wed Jun 15 2005 - [email protected]
796983ca9a8c 2005-06-15 Laszlo Peter <[email protected]>
laca
parents: 19262
diff changeset
   194
- add patch pkgconfig.diff that add gconf-2.0 to the pkgconfig deps
19427
3e7c3243c785 run autoconf
laca
parents: 19424
diff changeset
   195
- run autoconf
19424
796983ca9a8c 2005-06-15 Laszlo Peter <[email protected]>
laca
parents: 19262
diff changeset
   196
19253
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   197
* Wed May 11 2005 - [email protected]
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   198
- Remove building with multiple processors, since that is breaking
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   199
  the build on Solaris.
50d706a65f10 2005-05-11 Brian Cameron <[email protected]>
bc99092
parents: 19219
diff changeset
   200
19219
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   201
* Fri May 06 2005 - [email protected]
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   202
- Bump to 2.10.0
1d390a8a0974 2005-05-06 Glynn Foster <[email protected]>
gman
parents: 5370
diff changeset
   203
5092
83c5c8746e1d 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   204
* Tue Feb 15 2005 - [email protected]
83c5c8746e1d 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   205
- Add patch to fix such that defaults don't get
83c5c8746e1d 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   206
  installed for all locales since we always
83c5c8746e1d 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   207
  fallback to C locale values
83c5c8746e1d 2005-02-15 Arvind Samptur <[email protected]>
arvind
parents: 5082
diff changeset
   208
4365
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   209
* Fri Oct 29 2004 - [email protected]
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   210
- use $CC64 for the 64-bit build if defined
d8676a6421af 2004-10-29 Laszlo Peter <[email protected]>
laca
parents: 4276
diff changeset
   211
4121
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   212
* Sat Oct  2 2004 - [email protected]
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   213
- Create 64bit libraries for Solaris
397b519ee64a Create 64bit libraries for Solaris
jan
parents: 4117
diff changeset
   214
4058
985dab8f5da2 Added GConf-06-g11n-potfiles.diff, updated GConf.spec.
yk150259
parents: 4033
diff changeset
   215
* Fri Sep 24 2004 - [email protected]
985dab8f5da2 Added GConf-06-g11n-potfiles.diff, updated GConf.spec.
yk150259
parents: 4033
diff changeset
   216
- Added GConf-06-g11n-potfiles.diff 
985dab8f5da2 Added GConf-06-g11n-potfiles.diff, updated GConf.spec.
yk150259
parents: 4033
diff changeset
   217
3796
2168ff73e54d 2004-08-30 Takao Fujiwara <[email protected]>
fujiwara
parents: 3691
diff changeset
   218
* Mon Aug 30 2004 - [email protected]
2168ff73e54d 2004-08-30 Takao Fujiwara <[email protected]>
fujiwara
parents: 3691
diff changeset
   219
- updated GConf-02-g11n-potfiles.diff
2168ff73e54d 2004-08-30 Takao Fujiwara <[email protected]>
fujiwara
parents: 3691
diff changeset
   220
3691
caf16943e39f 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   221
* Wed Aug 18 2004 - [email protected]
caf16943e39f 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   222
- added --enable-gtk-doc.
caf16943e39f 2004-08-23 Brian Cameron <[email protected]>
bc99092
parents: 3679
diff changeset
   223
3535
eb94c24bd635 2004-08-11 Ghee Teo <[email protected]>
gheet
parents: 3519
diff changeset
   224
* Wed Aug 11 2004 - [email protected]
eb94c24bd635 2004-08-11 Ghee Teo <[email protected]>
gheet
parents: 3519
diff changeset
   225
- Removed GConf-05-use-global-lock.diff as it is backwards incomptaible in a 
eb94c24bd635 2004-08-11 Ghee Teo <[email protected]>
gheet
parents: 3519
diff changeset
   226
  heterogeneous environment. While the goal of the project is to allow 
eb94c24bd635 2004-08-11 Ghee Teo <[email protected]>
gheet
parents: 3519
diff changeset
   227
  concurrent login which has in effect achieved by not having any lock at all.
eb94c24bd635 2004-08-11 Ghee Teo <[email protected]>
gheet
parents: 3519
diff changeset
   228
3460
e5aa4c14cf90 * GConf.spec : create GConf-06-g11n-locale-alias.diff to fix
tajima
parents: 3425
diff changeset
   229
* Thu Aug 02 2004 - [email protected]
e5aa4c14cf90 * GConf.spec : create GConf-06-g11n-locale-alias.diff to fix
tajima
parents: 3425
diff changeset
   230
- create GConf-06-g11n-locale-alias.diff to fix bug #5042863,
e5aa4c14cf90 * GConf.spec : create GConf-06-g11n-locale-alias.diff to fix
tajima
parents: 3425
diff changeset
   231
  the orignal patch is from the bugzilla.gnome.org #100378
e5aa4c14cf90 * GConf.spec : create GConf-06-g11n-locale-alias.diff to fix
tajima
parents: 3425
diff changeset
   232
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   233
* 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
   234
- Updated l10n content to GConf-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   235
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   236
* Thu Jul 08 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   237
- ported to rpm4/suse91
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
   238
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   239
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   240
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   241
3133
69b8ce4bde30 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   242
* Fri Jun 11 2004 - [email protected]
69b8ce4bde30 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   243
- Create a patch GConf-05-use-global-lock.diff as we want to use orbit ip
69b8ce4bde30 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   244
  to resolve to a single gconf daemon per user.
69b8ce4bde30 2004-06-11 Ghee Teo <[email protected]>
gheet
parents: 3120
diff changeset
   245
3014
9ba528d2aec9 2004-06-03 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   246
* Thu Jun 03 2004 - [email protected]
9ba528d2aec9 2004-06-03 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   247
- Added GConf-04-daemon-hanged-solaris.diff as the signal handler
9ba528d2aec9 2004-06-03 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   248
  is calling non-reentrant code as gconf_log(). SO removed the calls
9ba528d2aec9 2004-06-03 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   249
  to these signals, though much of these messages are not that important.
9ba528d2aec9 2004-06-03 Ghee Teo <[email protected]>
gheet
parents: 2958
diff changeset
   250
2804
55d2f661843f #b5045338# Patched the GConf path to feature the APOC sources commented out
cm122549
parents: 2777
diff changeset
   251
* Wed May 19 2004 - [email protected]
55d2f661843f #b5045338# Patched the GConf path to feature the APOC sources commented out
cm122549
parents: 2777
diff changeset
   252
- added GConf-03-apoc-path-update.diff.
55d2f661843f #b5045338# Patched the GConf path to feature the APOC sources commented out
cm122549
parents: 2777
diff changeset
   253
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2664
diff changeset
   254
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2664
diff changeset
   255
- Updated l10n content to GConf-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2664
diff changeset
   256
2664
27415861c28b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   257
* Thu Apr 06 2004 - [email protected]
27415861c28b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   258
- Updtaed to 2.6.1 tarball.
27415861c28b Bump to 2.6.1
mattk
parents: 2619
diff changeset
   259
2375
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
   260
* Fri Apr 02 2004 - [email protected]
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
   261
- Updtaed to 2.6.0 tarball.
945d7d0a7921 2004-04-02 Ghee Teo <[email protected]>
gheet
parents: 2350
diff changeset
   262
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   263
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   264
- Updated l10n content to GConf-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2280
diff changeset
   265
2254
6720228d7643 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   266
* Fri Mar 19 2004 - [email protected]
6720228d7643 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   267
- Bump to 2.5.90 and merge the potfile patches.
6720228d7643 2004-03-19 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   268
2191
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   269
* Thu Mar 11 2004 - [email protected]
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   270
- added GConf-03-g11n-potfiles.diff
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   271
1621
67939aff983b Bump to 2.5.1
mattk
parents: 1609
diff changeset
   272
* Wed Feb 11 2004 - <[email protected]>
67939aff983b Bump to 2.5.1
mattk
parents: 1609
diff changeset
   273
- Bump to 2.5.1, l10n to 0.7, port 02-fix-potfiles patch
67939aff983b Bump to 2.5.1
mattk
parents: 1609
diff changeset
   274
1432
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   275
* Mon Dec 15 2003 - <[email protected]>
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   276
- Add back the man page stuff, and the backend 
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   277
  notification patch
2cea3516467a 2003-12-15 Glynn Foster <[email protected]>
gman
parents: 1312
diff changeset
   278
1199
deff6a739b67 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   279
* Mon Oct 06 2003 - <[email protected]> 2.4.0.1-1
deff6a739b67 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   280
- Update to 2.4.0.1-1.
deff6a739b67 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   281
- Remove dump/load and local locks patches.
deff6a739b67 2003-10-06 Mark McLoughlin <[email protected]>
markmc
parents: 1195
diff changeset
   282
1092
9896289e18a1 * GConf.spec:
niall
parents: 1058
diff changeset
   283
* Tue Aug 19 2003 - <[email protected]>
9896289e18a1 * GConf.spec:
niall
parents: 1058
diff changeset
   284
- add GConf-02-sanity-check.diff patch, fixes 4908212
9896289e18a1 * GConf.spec:
niall
parents: 1058
diff changeset
   285
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   286
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   287
- move lib*.so to -devel, remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   288
908
1301652ed26c 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   289
* Fri Aug 01 2003 - <[email protected]> 2.2.1-1
1301652ed26c 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   290
- Upgrade to 2.2.1
1301652ed26c 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   291
503
f970b922444a adding in Sun .po files
mick
parents: 290
diff changeset
   292
* Wed Jul 09 2003 - <[email protected]>
f970b922444a adding in Sun .po files
mick
parents: 290
diff changeset
   293
- add in sun po files
f970b922444a adding in Sun .po files
mick
parents: 290
diff changeset
   294
908
1301652ed26c 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   295
* Fri May 30 2003 - <[email protected]>
248
8e7e8496cc40 2003-05-30 Mark McLoughlin <[email protected]>
markmc
parents: 235
diff changeset
   296
- Make sure gconf.xml.mandatory gets created
8e7e8496cc40 2003-05-30 Mark McLoughlin <[email protected]>
markmc
parents: 235
diff changeset
   297
908
1301652ed26c 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   298
* Fri May 30 2003 - <[email protected]>
235
markmc
parents: 191
diff changeset
   299
- Add patches required by gnome-panel-2.3.1
markmc
parents: 191
diff changeset
   300
- Install .la files
markmc
parents: 191
diff changeset
   301
908
1301652ed26c 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 894
diff changeset
   302
* Thu May 07 2003 - <[email protected]>
152
8f0ff1910505 2003-05-26 Glynn Foster <[email protected]>
gman
parents: 21
diff changeset
   303
- Create new spec file for GConf