gnome-utils.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 19076 7477542dea31
child 8755 adfc1ab4beb9
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     1
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package gnome-utils
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     3
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     6
# package are under the same license as the package itself.
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     7
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8540
diff changeset
     8
# Owner: mattman
df62c23d2955 assign owners to spec files
laca
parents: 8540
diff changeset
     9
#
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
Name:         gnome-utils
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    11
License:      GPL
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    12
Group:        System/GUI/GNOME
19076
7477542dea31 2006-11-22 Damien Carbery <[email protected]>
dcarbery
parents: 8581
diff changeset
    13
Version:      2.17.0
8320
fb9cd39bdc0d 2006-10-13 Glynn Foster <[email protected]>
gf115653
parents: 8248
diff changeset
    14
Release:      2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 569
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    17
Summary:      Basic Utilities for the GNOME 2.0 Desktop
19076
7477542dea31 2006-11-22 Damien Carbery <[email protected]>
dcarbery
parents: 8581
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.17/%{name}-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
Source1:      gnome-search-tool.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    20
Source2:      gfloppy.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    21
Source3:      gnome-dictionary.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    22
Source4:      gnome-screenshot.1.gz
7752
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
    23
Patch1:       gnome-utils-01-gfloppy-permission.diff
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
    24
Patch2:       gnome-utils-02-gnome-screenshot.diff
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
    25
Patch3:       gnome-utils-03-search-menu-entry.diff
8540
f80ed64d5d76 2006-11-13 Lin Ma <[email protected]>
lin
parents: 8513
diff changeset
    26
Patch4:       gnome-utils-04-logview-plugin.diff
8581
2a42a769ce54 Various changes to match latest UI spec, fixes
calumb
parents: 8564
diff changeset
    27
#date 2006-11-15 owner:calumb bugster:6489289 bugzilla:375684 type:bug
2a42a769ce54 Various changes to match latest UI spec, fixes
calumb
parents: 8564
diff changeset
    28
Patch5:       gnome-utils-05-logview-launch-menu-item.diff
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    29
URL:          http://www.gnome.org
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    30
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
Docdir:       %{_defaultdocdir}/%{name}
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    32
Autoreqprov:  on
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    33
Prereq:       GConf
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    34
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    35
%define glib2_version 2.4.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    36
%define pango_version 1.4.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    37
%define gtk2_version 2.4.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    38
%define libgnome_version 2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    39
%define libgnomeui_version 2.6.0
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    40
%define gail_version 1.6.3
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    41
%define gnome_panel_version 2.6.1
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3580
diff changeset
    42
%define scrollkeeper_version 0.3.14
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    43
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    44
Requires:       libgnome >= %{libgnome_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    45
Requires:       libgnomeui >= %{libgnomeui_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    46
BuildRequires:  glib2-devel >= %{glib2_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    47
BuildRequires:  pango-devel >= %{pango_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    48
BuildRequires:  gtk2-devel >= %{gtk2_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    49
BuildRequires:  libgnome-devel >= %{libgnome_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    50
BuildRequires:  libgnomeui-devel >= %{libgnomeui_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    51
BuildRequires:  gail-devel >= %{gail_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    52
BuildRequires:  gnome-panel >= %{gnome_panel_version}
1072
a1adb69ecfa9 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    53
BuildRequires:  scrollkeeper >= %{scrollkeeper_version}
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    54
BuildRequires:  e2fsprogs-devel
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    55
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    56
%description
365
a74ca0c48585 Fix up description
gman
parents: 364
diff changeset
    57
This package contains some essential utilities for the GNOME2 Desktop.
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    58
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    59
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    60
%prep
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    61
%setup -q
5920
cd2abbede6ae 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5895
diff changeset
    62
%patch1 -p1
cd2abbede6ae 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5895
diff changeset
    63
%patch2 -p1
7006
785bd8d82bc7 2006-04-05 Glynn Foster <[email protected]>
gman
parents: 6923
diff changeset
    64
%patch3 -p1
8143
14099821e863 2006-09-15 Lin Ma <[email protected]>
lm161491
parents: 8052
diff changeset
    65
%patch4 -p1
8581
2a42a769ce54 Various changes to match latest UI spec, fixes
calumb
parents: 8564
diff changeset
    66
%patch5 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    67
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    68
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    69
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    70
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    71
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
fi
7967
9e715606657e 2006-08-24 Takao Fujiwara <[email protected]>
tf106166
parents: 7939
diff changeset
    73
  GREP_COMMAND=/usr/bin/grep
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3734
diff changeset
    75
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
7967
9e715606657e 2006-08-24 Takao Fujiwara <[email protected]>
tf106166
parents: 7939
diff changeset
    76
  GREP_COMMAND=/usr/xpg4/bin/grep
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    77
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    78
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    80
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    81
385
f1f39b1b8043 autofoo it
gman
parents: 384
diff changeset
    82
libtoolize --force
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    83
aclocal $ACLOCAL_FLAGS
385
f1f39b1b8043 autofoo it
gman
parents: 384
diff changeset
    84
automake -a -c -f
f1f39b1b8043 autofoo it
gman
parents: 384
diff changeset
    85
autoconf
f1f39b1b8043 autofoo it
gman
parents: 384
diff changeset
    86
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    87
CFLAGS="$RPM_OPT_FLAGS" \
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    88
  ./configure \
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    89
	--prefix=%{_prefix} \
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
    90
	--sysconfdir=%{_sysconfdir} \
2157
c8cc82fa8850 * gucharmap.spec: Add ACLOCAL_FLAGS to aclocal call.
dc144907
parents: 1914
diff changeset
    91
        --libexecdir=%{_libexecdir} \
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
    92
        --mandir=%{_mandir} \
7967
9e715606657e 2006-08-24 Takao Fujiwara <[email protected]>
tf106166
parents: 7939
diff changeset
    93
	--disable-scrollkeeper \
8540
f80ed64d5d76 2006-11-13 Lin Ma <[email protected]>
lin
parents: 8513
diff changeset
    94
	--disable-static	\
f80ed64d5d76 2006-11-13 Lin Ma <[email protected]>
lin
parents: 8513
diff changeset
    95
	--enable-shared	\
7967
9e715606657e 2006-08-24 Takao Fujiwara <[email protected]>
tf106166
parents: 7939
diff changeset
    96
	--with-grep=$GREP_COMMAND
8021
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
    97
make -j $CPUS \
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
    98
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
    99
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   100
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   101
%install
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   102
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
8021
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
   103
make -i install DESTDIR=$RPM_BUILD_ROOT \
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
   104
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
   105
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
a9315801b18d 2006-08-30 Glynn Foster <[email protected]>
gf115653
parents: 8016
diff changeset
   106
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   107
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1502
diff changeset
   108
install -d $RPM_BUILD_ROOT%{_mandir}/man1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   109
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   110
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1502
diff changeset
   111
install --mode=0644 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1502
diff changeset
   112
install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT%{_mandir}/man1
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   113
1458
b04e6589a039 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1390
diff changeset
   114
#Copy zh_HK from zh_TW
b04e6589a039 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1390
diff changeset
   115
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1502
diff changeset
   116
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1502
diff changeset
   117
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   118
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   119
rm -rf $RPM_BUILD_ROOT/usr/var/scrollkeeper
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   120
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   121
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   122
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
   123
%clean
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
   124
rm -rf $RPM_BUILD_ROOT
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
   125
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   126
%post
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   127
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
7109
daf8eddc74a7 Remove gnome-utils-01-disable-logview-dictionary.diff
lm161491
parents: 7006
diff changeset
   128
SCHEMAS="gdict.schemas gfloppy.schemas gnome-screenshot.schemas gnome-search-tool.schemas logview.schemas"
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   129
for S in $SCHEMAS; do
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   130
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   131
done
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   132
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   133
%files
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   134
%defattr (-, root, root)
2381
81d8c5e81951 remove tabs from %files
laca
parents: 2362
diff changeset
   135
%{_bindir}/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   136
%{_libdir}/bonobo/servers/*
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   137
%{_libdir}/lib*.so.*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   138
%{_libexecdir}/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   139
%{_datadir}/applications
2381
81d8c5e81951 remove tabs from %files
laca
parents: 2362
diff changeset
   140
%{_datadir}/gnome/help
81d8c5e81951 remove tabs from %files
laca
parents: 2362
diff changeset
   141
%{_datadir}/gnome-2.0/ui/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   142
%{_datadir}/gnome-screenshot/
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   143
%{_datadir}/locale/*/LC_MESSAGES/*.mo
2381
81d8c5e81951 remove tabs from %files
laca
parents: 2362
diff changeset
   144
%{_datadir}/gnome-utils
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   145
%{_datadir}/pixmaps
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   146
%{_datadir}/gnome-dictionary
7109
daf8eddc74a7 Remove gnome-utils-01-disable-logview-dictionary.diff
lm161491
parents: 7006
diff changeset
   147
%{_datadir}/gnome-system-log
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   148
%{_datadir}/gdict-1.0
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   149
%{_datadir}/omf
2381
81d8c5e81951 remove tabs from %files
laca
parents: 2362
diff changeset
   150
%{_mandir}/man1/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   151
%{_sysconfdir}/gconf/schemas
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   152
#FIXME: -devel subpkg?
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   153
%{_includedir}/*
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   154
%{_datadir}/gtk-doc
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6917
diff changeset
   155
%{_libdir}/pkgconfig
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5529
diff changeset
   156
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   157
%changelog
19076
7477542dea31 2006-11-22 Damien Carbery <[email protected]>
dcarbery
parents: 8581
diff changeset
   158
* Wed Nov 22 2006 - [email protected]
7477542dea31 2006-11-22 Damien Carbery <[email protected]>
dcarbery
parents: 8581
diff changeset
   159
- Bump to 2.17.0.
7477542dea31 2006-11-22 Damien Carbery <[email protected]>
dcarbery
parents: 8581
diff changeset
   160
8581
2a42a769ce54 Various changes to match latest UI spec, fixes
calumb
parents: 8564
diff changeset
   161
* Wed Nov 15 2006 - [email protected]
2a42a769ce54 Various changes to match latest UI spec, fixes
calumb
parents: 8564
diff changeset
   162
- Tweak menu item name to match latest UI spec.
2a42a769ce54 Various changes to match latest UI spec, fixes
calumb
parents: 8564
diff changeset
   163
8540
f80ed64d5d76 2006-11-13 Lin Ma <[email protected]>
lin
parents: 8513
diff changeset
   164
* Mon Nov 13 2006 - [email protected]
f80ed64d5d76 2006-11-13 Lin Ma <[email protected]>
lin
parents: 8513
diff changeset
   165
- Change the name the 4th patch due to plugin integration.
f80ed64d5d76 2006-11-13 Lin Ma <[email protected]>
lin
parents: 8513
diff changeset
   166
  pass --disable-static and --enable-shared to configure.
8513
6d4bff5f397c 2006-11-06 Damien Carbery <[email protected]>
dcarbery
parents: 8327
diff changeset
   167
* Mon Nov 06 2006 - [email protected]
6d4bff5f397c 2006-11-06 Damien Carbery <[email protected]>
dcarbery
parents: 8327
diff changeset
   168
- Bump to 2.16.2. Remove upstream patch, 05-dictionary-multihead..
8327
8a6846ca2673 2006-10-14 Damien Carbery <[email protected]>
dc144907
parents: 8320
diff changeset
   169
* Mon Oct 16 2006 - [email protected]
8a6846ca2673 2006-10-14 Damien Carbery <[email protected]>
dc144907
parents: 8320
diff changeset
   170
- Remove the '-f' from the 'rm *.la *.a' lines so that any changes to the
8a6846ca2673 2006-10-14 Damien Carbery <[email protected]>
dc144907
parents: 8320
diff changeset
   171
  module source will be seen as a build error and action can be taken.
8320
fb9cd39bdc0d 2006-10-13 Glynn Foster <[email protected]>
gf115653
parents: 8248
diff changeset
   172
* Fri Oct 11 2006 - [email protected]
fb9cd39bdc0d 2006-10-13 Glynn Foster <[email protected]>
gf115653
parents: 8248
diff changeset
   173
- Add patch to fix multihead issues. Bugzilla #361856.
8248
5faf472cdda9 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8143
diff changeset
   174
* Tue Oct 03 2006 - [email protected]
5faf472cdda9 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8143
diff changeset
   175
- Bump to 2.16.1.
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8021
diff changeset
   176
* Mon Sep 04 2006 - [email protected]
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8021
diff changeset
   177
- Bump to 2.16.0.
7981
60f9a4ff9d0e 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7967
diff changeset
   178
* Fri Aug 25 2006 - [email protected]
60f9a4ff9d0e 2006-08-25 Damien Carbery <[email protected]>
dc144907
parents: 7967
diff changeset
   179
- Bump to 2.15.94.
7967
9e715606657e 2006-08-24 Takao Fujiwara <[email protected]>
tf106166
parents: 7939
diff changeset
   180
* Wed Aug 23 2006 - [email protected]
9e715606657e 2006-08-24 Takao Fujiwara <[email protected]>
tf106166
parents: 7939
diff changeset
   181
- Added '--with-grep' option. Fix bug 6453845.
7939
8154247887e3 2006-08-21 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
   182
* Mon Aug 21 2006 - [email protected]
8154247887e3 2006-08-21 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
   183
- Bump to 2.15.93.
7887
6bd01430930e 2006-08-09 Damien Carbery <[email protected]>
dc144907
parents: 7874
diff changeset
   184
* Wed Aug 09 2006 - [email protected]
6bd01430930e 2006-08-09 Damien Carbery <[email protected]>
dc144907
parents: 7874
diff changeset
   185
- Bump to 2.15.92.
7874
3fdacb756f4b 2006-08-08 Damien Carbery <[email protected]>
dc144907
parents: 7752
diff changeset
   186
* Tue Aug 08 2006 - [email protected]
3fdacb756f4b 2006-08-08 Damien Carbery <[email protected]>
dc144907
parents: 7752
diff changeset
   187
- Bump to 2.15.91.
7752
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   188
* Tue Jul 25 2006 - [email protected]
4abd61edfaf7 2006-07-25 Damien Carbery <[email protected]>
dc144907
parents: 7743
diff changeset
   189
- Remove upstream patches, 01-logview.diff and 04-gnome-dictionary.
7743
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7200
diff changeset
   190
* Mon Jul 24 2006 - [email protected]
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7200
diff changeset
   191
- Bump to 2.15.90.
7200
e0903c1a8112 2006-05-03 Glynn Foster <[email protected]>
gf115653
parents: 7123
diff changeset
   192
* Wed May 05 2006 - [email protected]
e0903c1a8112 2006-05-03 Glynn Foster <[email protected]>
gf115653
parents: 7123
diff changeset
   193
- Add patch to call things 'Find Files...'
7123
09ec43e9e689 2006-04-21 Brian Cameron <[email protected]>
bc99092
parents: 7109
diff changeset
   194
* Fri Apr 21 2006 - [email protected]
09ec43e9e689 2006-04-21 Brian Cameron <[email protected]>
bc99092
parents: 7109
diff changeset
   195
- Add patch 4 to correct a core dumping problem with gnome-dictionary,
09ec43e9e689 2006-04-21 Brian Cameron <[email protected]>
bc99092
parents: 7109
diff changeset
   196
  printing a NULL string.
6917
6e6f2bd8010a 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6884
diff changeset
   197
* Mon Mar 13 2006 - [email protected]
6e6f2bd8010a 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6884
diff changeset
   198
- Bump to 2.14.0.
6884
b4b6ac23d49b 2006-03-05 Damien Carbery <[email protected]>
dc144907
parents: 6838
diff changeset
   199
* Sun Mar  5 2006 - [email protected]
b4b6ac23d49b 2006-03-05 Damien Carbery <[email protected]>
dc144907
parents: 6838
diff changeset
   200
- Bump to 2.13.95.
6838
25a3f5cdd333 2006-02-24 Damien Carbery <[email protected]>
dc144907
parents: 6737
diff changeset
   201
* Fri Feb 24 2006 - [email protected]
25a3f5cdd333 2006-02-24 Damien Carbery <[email protected]>
dc144907
parents: 6737
diff changeset
   202
- Bump to 2.13.93.
6737
6b9903467cc3 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6691
diff changeset
   203
* Mon Feb 13 2006 - [email protected]
6b9903467cc3 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6691
diff changeset
   204
- Bump to 2.13.92.
6691
6a9badcb716c 2006-01-30 Damien Carbery <[email protected]>
dc144907
parents: 6587
diff changeset
   205
* Mon Jan 30 2006 - [email protected]
6a9badcb716c 2006-01-30 Damien Carbery <[email protected]>
dc144907
parents: 6587
diff changeset
   206
- Bump to 2.13.91.
6587
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   207
* Tue Jan 17 2006 - [email protected]
1ac34d6f9507 * zenity.spec, sound-juicer.spec, nautilus-cd-burner.spec, nautilus.spec
dc144907
parents: 6564
diff changeset
   208
- Bump to 2.13.5
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6415
diff changeset
   209
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6415
diff changeset
   210
- Bump to 2.13.4
6415
2282b0ac9358 gnome-utils.spec: Bump to 2.13.3
dermotm
parents: 6299
diff changeset
   211
* Tue Dec 20 2005 - [email protected]
2282b0ac9358 gnome-utils.spec: Bump to 2.13.3
dermotm
parents: 6299
diff changeset
   212
- Bump to 2.13.3.
6299
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6297
diff changeset
   213
* Tue Nov 29 2005 - laca.com
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6297
diff changeset
   214
- remove javahelp stuff
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6082
diff changeset
   215
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 6082
diff changeset
   216
- Bump to 2.12.2.
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5966
diff changeset
   217
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5966
diff changeset
   218
- Bump to 2.12.1
6082
05484e9d0e26 * gnome-utils.spec: Remove javahelp code. No longer used.
dc144907
parents: 6080
diff changeset
   219
- Remove javahelp code. No longer used.
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   220
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   221
- Bump to 2.12.0
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5565
diff changeset
   222
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5565
diff changeset
   223
- Bump to 2.11.92.
5529
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   224
* Mon Aug 15 2005 - [email protected]
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   225
- Bump to 2.11.91.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   226
* Thu Aug 04 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   227
- remove upstream patch searchtool-ceasing.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   228
* Mon May 23 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   229
- Move the screenshot stuff here
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   230
* Wed May 18 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   231
- Updated l10n help patch to add gfloppy help file
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   232
* Wed May 11 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   233
- Bump to 2.10.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   234
* Fri May 06 2005 - [email protected]
8564
df62c23d2955 assign owners to spec files
laca
parents: 8540
diff changeset
   235
- Added patch gnome-utils-10-searchtool-ceasing.diff to fix searchtool ceasing
df62c23d2955 assign owners to spec files
laca
parents: 8540
diff changeset
   236
  to search after entering a regular expression. Fixes #6262944. 
5383
bad907889ac7 2005-05-02 Balamurali Viswanathan <[email protected]>
bviswa
parents: 5370
diff changeset
   237
* Mon May 02 2005 - [email protected]
bad907889ac7 2005-05-02 Balamurali Viswanathan <[email protected]>
bviswa
parents: 5370
diff changeset
   238
- Added patch gnome-utils-09-gfloppy-permission.diff to fix 6222777.
5365
af8d99c1f232 * gnome-utils.spec: Updated docs tarball (gnome-utils_docs-0.9linux) from
dc144907
parents: 5333
diff changeset
   239
* Fri Apr 22 2005 - [email protected]
af8d99c1f232 * gnome-utils.spec: Updated docs tarball (gnome-utils_docs-0.9linux) from
dc144907
parents: 5333
diff changeset
   240
- Updated docs tarball (gnome-utils_docs-0.9linux) from [email protected].
5302
c167131be901 * gnome-utils.spec: Updated docs tarball (gnome-utils_docs-0.8linux)
dc144907
parents: 5295
diff changeset
   241
* Tue Apr 05 2005 - [email protected]
c167131be901 * gnome-utils.spec: Updated docs tarball (gnome-utils_docs-0.8linux)
dc144907
parents: 5295
diff changeset
   242
- Updated docs tarball (gnome-utils_docs-0.8linux) from [email protected].
5295
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   243
* Thu Mar 31 2005 - [email protected]
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   244
- Updated docs tarball (gnome-utils_docs-0.7linux) from [email protected].
5251
c73b95ec6666 2005-03-16 Vinay M R <[email protected]>
vinaymr
parents: 5237
diff changeset
   245
* Wed Mar 16 2005 - [email protected]
c73b95ec6666 2005-03-16 Vinay M R <[email protected]>
vinaymr
parents: 5237
diff changeset
   246
- Added patch which fixes the issue of opening a directory in nautilus
c73b95ec6666 2005-03-16 Vinay M R <[email protected]>
vinaymr
parents: 5237
diff changeset
   247
  when double clicked in case of multihead. Fixes #6234957.
5154
b9d4d21547b1 * gnome-utils.spec: Update docs with tarball (_docs-0.6linux) from
dc144907
parents: 5152
diff changeset
   248
* Wed Feb 28 2005 - [email protected]
b9d4d21547b1 * gnome-utils.spec: Update docs with tarball (_docs-0.6linux) from
dc144907
parents: 5152
diff changeset
   249
- Update docs with tarball (_docs-0.6linux) from [email protected].
5059
199f8a0958a4 2005-02-11 Dinoop Thomas <[email protected]>
dinoop
parents: 5042
diff changeset
   250
* Fri Feb 11 2005 - [email protected]
199f8a0958a4 2005-02-11 Dinoop Thomas <[email protected]>
dinoop
parents: 5042
diff changeset
   251
- Added patch to correct the behaviour of searchtool with
199f8a0958a4 2005-02-11 Dinoop Thomas <[email protected]>
dinoop
parents: 5042
diff changeset
   252
  regular expressions involving '?'.Fixes #6227053.
5042
a897b55045f1 2005-02-10 Glynn Foster <[email protected]>
gman
parents: 5023
diff changeset
   253
* Thu Feb 10 2005 - [email protected]
a897b55045f1 2005-02-10 Glynn Foster <[email protected]>
gman
parents: 5023
diff changeset
   254
- Add patch to fix gdict tooltip. Fixes #4918783.
4934
8fbde3b29e64 * gnome-utils.spec: Update docs with Linux specific tarball from
dc144907
parents: 4918
diff changeset
   255
* Wed Jan 26 2005 - [email protected]
8fbde3b29e64 * gnome-utils.spec: Update docs with Linux specific tarball from
dc144907
parents: 4918
diff changeset
   256
- Update docs with Linux specific tarball from [email protected].
4844
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   257
* Fri Jan 14 2005 - [email protected]
aea0e40d35a0 2005-01-14 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4801
diff changeset
   258
- Updated l10n help tarball for cinnabar-linux
4537
9e48c62d8641 2004-11-12 kazuhiko maekawa <[email protected]>
feyn
parents: 4455
diff changeset
   259
* Fri Nov 12 2004 - [email protected]
9e48c62d8641 2004-11-12 kazuhiko maekawa <[email protected]>
feyn
parents: 4455
diff changeset
   260
- Updated l10n help tarball and patch
4352
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   261
* Thu Oct 28 2004 - [email protected]
dc2689982835 2004-10-28 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4276
diff changeset
   262
- Updated l10n help tarball and added pt_BR
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   263
* Wed Aug 25 2004 [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   264
- Updated l10n help contents for Cinnabar with patch
3488
7f86036bf90e * bug-buddy.spec gnome-address-applet.spec gnome-applets.spec
dc144907
parents: 3425
diff changeset
   265
* Thu Aug 05 2004 [email protected]
7f86036bf90e * bug-buddy.spec gnome-address-applet.spec gnome-applets.spec
dc144907
parents: 3425
diff changeset
   266
- Incorporate new docs tarball from [email protected].
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   267
* 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
   268
- Updated l10n content to gnome-utils-l10n-po-1.2.tar.bz2
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   269
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   270
- added "-j $CPUS" to make to speed up builds
3051
b2a31638c06a Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   271
* Wed Jun 02 2004 [email protected]
b2a31638c06a Incorporate new docs tarball from [email protected].
dc144907
parents: 2958
diff changeset
   272
- Incorporate new docs tarball from [email protected].
2924
c8668f0de5ac gnome-utils.spec: Incorporate new docs tarball from [email protected]
dc144907
parents: 2871
diff changeset
   273
* Thu May 27 2004 - [email protected]
2942
36dd168a11be * eog.spec, file-roller.spec, gcalctool.spec,gnome-applets.spec,
dc144907
parents: 2924
diff changeset
   274
- Incorporate new docs tarball from [email protected].
2871
b96636dee6b1 Updated gnome-utils.spec to include gnome-utils-04-g11n-potfiles.diff.
yk150259
parents: 2777
diff changeset
   275
* Tue May 25 2004 - [email protected]
b96636dee6b1 Updated gnome-utils.spec to include gnome-utils-04-g11n-potfiles.diff.
yk150259
parents: 2777
diff changeset
   276
- Added gnome-utils-04-g11n-potfiles.diff
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2692
diff changeset
   277
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2692
diff changeset
   278
- Updated l10n content to gnome-utils-l10n-po-1.1.tar.bz2
2692
c9db0adbf7c4 2004-05-10 Leena Gunda <[email protected]>
lsgunda
parents: 2685
diff changeset
   279
* Mon May 10 2004 - [email protected]
c9db0adbf7c4 2004-05-10 Leena Gunda <[email protected]>
lsgunda
parents: 2685
diff changeset
   280
- added patch gnome-utils-03-gdict-applet-load.diff to fix 5030822.
2685
919a651cab0f Bump to 2.6.2
mattk
parents: 2619
diff changeset
   281
* Fri May 07 2004 - [email protected]
919a651cab0f Bump to 2.6.2
mattk
parents: 2619
diff changeset
   282
- Bump to 2.6.2
2548
7829439e3600 Fix bad changelog date.
dc144907
parents: 2524
diff changeset
   283
* Wed Apr 21 2004 - [email protected]
2524
6ba4cedb9a3c 2004-04-21 Laszlo Peter <[email protected]>
laca
parents: 2494
diff changeset
   284
- disable javahelp conversion of gfloppy docs on Solaris
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   285
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2456
diff changeset
   286
- enable javahelp conversion on Solaris
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   287
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2350
diff changeset
   288
- javahelp conversion
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2318
diff changeset
   289
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2318
diff changeset
   290
- Updated l10n content to gnome-utils-l10n-po-1.0.tar.bz2
2318
26dc9647ebf7 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   291
* Wed Mar 24 2004 - [email protected]
26dc9647ebf7 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   292
- Bump to 2.6.0. Refactor potfiles patch, remove ui
26dc9647ebf7 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   293
  and man page patches.
2207
9a1ac730d973 2004-03-15 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   294
* Mon Mar 15 2004 - [email protected]
9a1ac730d973 2004-03-15 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   295
- Added gnome-utils-03-g11n-potfiles.diff
9a1ac730d973 2004-03-15 Takao Fujiwara <[email protected]>
fujiwara
parents: 2159
diff changeset
   296
- Added gnome-utils-04-g11n-i18n-ui.diff to fix 4954404
1914
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1891
diff changeset
   297
* Tue Feb 24 2004 - [email protected]
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1891
diff changeset
   298
- Dump all Matt's work on the patches since we've 
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1891
diff changeset
   299
  merged most of them upstream. Some of them don't
c9d642d14447 2004-02-24 Glynn Foster <[email protected]>
gman
parents: 1891
diff changeset
   300
  apply to HEAD.
1891
a3d4b5cf9c44 Bump to 2.5.2, etc...
mattk
parents: 1876
diff changeset
   301
* Mon Feb 23 2004 - [email protected]
a3d4b5cf9c44 Bump to 2.5.2, etc...
mattk
parents: 1876
diff changeset
   302
- Bump to 2.5.2
a3d4b5cf9c44 Bump to 2.5.2, etc...
mattk
parents: 1876
diff changeset
   303
- Remerge patch 01/02
a3d4b5cf9c44 Bump to 2.5.2, etc...
mattk
parents: 1876
diff changeset
   304
- Port patches 03/04/05
a3d4b5cf9c44 Bump to 2.5.2, etc...
mattk
parents: 1876
diff changeset
   305
- Update %files
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1502
diff changeset
   306
* Thu Jan 08 2004 - [email protected]
1502
0a5146f300bc 2004-01-08 Niall Power <[email protected]>
niall
parents: 1465
diff changeset
   307
- Fix incorrect pango version 1.30 -> 1.3.1
1458
b04e6589a039 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1390
diff changeset
   308
* Wed Dec 17 2003 - [email protected]
b04e6589a039 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1390
diff changeset
   309
- Bump to 2.5.0
1390
7935b75c114f 2003-11-05 Glynn Foster <[email protected]>
gman
parents: 1360
diff changeset
   310
* Wed Nov 04 2003 - [email protected]
7935b75c114f 2003-11-05 Glynn Foster <[email protected]>
gman
parents: 1360
diff changeset
   311
- Remove the dictionary application, but retain
7935b75c114f 2003-11-05 Glynn Foster <[email protected]>
gman
parents: 1360
diff changeset
   312
  the applet
1360
86af36cb35e6 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1286
diff changeset
   313
* Fri Oct 31 2003 - [email protected]
86af36cb35e6 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1286
diff changeset
   314
- Remove the Sun Supported keyword from the
86af36cb35e6 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1286
diff changeset
   315
  desktop since we're removing Extras menu.
1286
066831d80e40 2003-10-18 Glynn Foster <[email protected]>
gman
parents: 1280
diff changeset
   316
* Sat Oct 18 2003 - [email protected]
066831d80e40 2003-10-18 Glynn Foster <[email protected]>
gman
parents: 1280
diff changeset
   317
- update patches
1280
9d3516e630cd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   318
* Sat Oct 18 2003 - [email protected]
9d3516e630cd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   319
- update to 2.4.0
1169
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   320
* Fri Sep 26 2003 - [email protected]
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   321
- integrate Sun docs
1131
1255f1ff7a15 2003-09-09 Glynn Foster <[email protected]>
gman
parents: 1130
diff changeset
   322
* Tue Sep 09 2003 - [email protected]
1255f1ff7a15 2003-09-09 Glynn Foster <[email protected]>
gman
parents: 1130
diff changeset
   323
- patch from wipro to stop defunct processes
995
256942a05db7 2003-08-07 Niall Power <[email protected]>
niall
parents: 882
diff changeset
   324
* Thu Aug 07 2003 - [email protected]
256942a05db7 2003-08-07 Niall Power <[email protected]>
niall
parents: 882
diff changeset
   325
- added scrollkeeper to base dependencies
613
818f602ca577 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 601
diff changeset
   326
* Thu Jul 17 2003 - [email protected]
818f602ca577 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 601
diff changeset
   327
- Don't install a non-existant logview schema.
510
b433e4521ef7 Adding yet more .po files
mick
parents: 453
diff changeset
   328
* Wed Jul 09 2003 - <[email protected]>
b433e4521ef7 Adding yet more .po files
mick
parents: 453
diff changeset
   329
- add in sun po files
453
f65f8918245c 2003-07-07 Glynn Foster <[email protected]>
gman
parents: 413
diff changeset
   330
* Mon Jul 07 2003 - [email protected]
f65f8918245c 2003-07-07 Glynn Foster <[email protected]>
gman
parents: 413
diff changeset
   331
- Do not install gnome-system-log either
364
69533c11d58d 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
   332
* Tue Jul 01 2003 - [email protected]
392
99fe23446603 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 385
diff changeset
   333
- Correct gfloppy icon
99fe23446603 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 385
diff changeset
   334
* Tue Jul 01 2003 - [email protected]
383
056d96d54535 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 365
diff changeset
   335
- Disable gcalc, gcharmap & gdialog from build.
056d96d54535 2003-07-02 Glynn Foster <[email protected]>
gman
parents: 365
diff changeset
   336
* Tue Jul 01 2003 - [email protected]
364
69533c11d58d 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
   337
- Update version on tarball
60
06688c047c67 2003-05-13 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   338
* Tue May 13 2003 - [email protected]
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 115
diff changeset
   339
- Initial Sun release