yelp.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 7031 50d3a964aec4
child 7743 b9bc3fb4d8b2
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
     1
#
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package yelp 
78
0905f707ee7d *** empty log message ***
lk86177
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.
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
     6
# package are under the same license as the package itself.
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
     7
#
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
     8
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5609
diff changeset
     9
Name:         yelp
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    10
License:      GPL
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    11
Group:        System/GUI/GNOME
7031
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
    12
Version:      2.14.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    15
Vendor:	      Sun Microsystems, Inc.
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    16
Summary:      The GNOME Help Browser 
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6855
diff changeset
    17
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.14/%{name}-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    18
Source1:      gnome-help.1.gz
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
Source2:      yelp.1.gz
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    20
URL:          www.gnome.org
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    21
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    22
Autoreqprov:  on
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    23
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    24
%define gconf_version 2.6.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    25
%define libxml2_version 2.6.5
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    26
%define gtk2_version 2.5.3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    27
%define libgtkhtml_version 2.6.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    28
%define gnome_vfs_version 2.6.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    29
%define libgnomeui_version 2.6.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    30
%define libbonobo_version 2.6.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    31
%define libglade_version 2.5.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    32
%define libxslt_version 1.1.14
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    33
%define gail_version 1.8.4
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    34
%define pango_version 1.8.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    35
%define gnome_doc_utils_version 0.1.1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    36
%define mozilla_version 1.7
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    37
%define mozilla_nspr_version 4.5.0
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    38
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    39
Requires: gtk2 >= %{gtk2_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    40
Requires: gnome-vfs >= %{gnome_vfs_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    41
Requires: libgtkhtml >= %{libgtkhtml_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    42
Requires: libgnomeui >= %{libgnomeui_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    43
Requires: libbonobo >= %{libbonobo_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    44
Requires: libxslt >= %{libxslt_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    45
Requires: libglade >= %{libglade_version}
1455
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
    46
Requires: libxml2 >= %{libxml2_version}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    47
Requires: mozilla >= %{mozilla_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    48
Requires: mozilla-nspr >= %{mozilla_nspr_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    49
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    50
BuildRequires: pango-devel >= %{pango_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    51
BuildRequires: gtk2-devel >= %{gtk2_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    52
BuildRequires: gnome-vfs-devel >= %{gnome_vfs_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    53
BuildRequires: libgtkhtml-devel >= %{libgtkhtml_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    54
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    55
BuildRequires: libbonobo-devel >= %{libbonobo_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    56
BuildRequires: libglade-devel >= %{libglade_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    57
BuildRequires: libxslt-devel >= %{libxslt_version}
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    58
BuildRequires: gail-devel >= %{gail_version}
1455
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
    59
BuildRequires: libxml2-devel >= %{libxml2_version}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    60
BuildRequires: GConf >= %{gconf_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    61
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    62
BuildRequires: mozilla >= %{mozilla_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    63
BuildRequires: mozilla-nspr-devel >= %{mozilla_nspr_version}
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    64
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    65
%description
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    66
"Yelp" is the help browser for the GNOME 2.2 Desktop. It features man, info and docbook document sources.
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    67
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    68
%prep
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    69
%setup -q
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    70
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    71
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    72
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    73
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    74
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    75
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    76
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    77
  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
    78
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    79
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    80
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    81
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    82
901
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    83
libtoolize --force
5609
d5fffdac450e 2005-08-26 Laszlo Peter <[email protected]>
laca
parents: 5565
diff changeset
    84
glib-gettextize -f
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5548
diff changeset
    85
intltoolize --force --copy
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    86
aclocal $ACLOCAL_FLAGS
5565
b1beceba7539 * vino.spec: Remove PATH setting as it is not used (info was wrong and
dc144907
parents: 5548
diff changeset
    87
autoheader
901
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    88
automake -a -c -f
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    89
autoconf
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    90
6546
f9c400e8ebb6 2006-01-09 Laszlo Peter <[email protected]>
laca
parents: 6431
diff changeset
    91
%ifos solaris
f9c400e8ebb6 2006-01-09 Laszlo Peter <[email protected]>
laca
parents: 6431
diff changeset
    92
NO_RTTI=--enable-cpp-rtti
f9c400e8ebb6 2006-01-09 Laszlo Peter <[email protected]>
laca
parents: 6431
diff changeset
    93
%endif
f9c400e8ebb6 2006-01-09 Laszlo Peter <[email protected]>
laca
parents: 6431
diff changeset
    94
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    95
./configure \
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    96
    --prefix=%{_prefix} \
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
    97
    --sysconfdir=%{_sysconfdir} \
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
    98
    --libexecdir=%{_libexecdir} \
6546
f9c400e8ebb6 2006-01-09 Laszlo Peter <[email protected]>
laca
parents: 6431
diff changeset
    99
    --localstatedir=/var/lib $NO_RTTI
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   100
make -j $CPUS
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   101
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   102
%install
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   103
make install DESTDIR=$RPM_BUILD_ROOT
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1455
diff changeset
   104
install -d $RPM_BUILD_ROOT%{_mandir}/man1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   105
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1455
diff changeset
   106
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1455
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   107
#Copy zh_HK from zh_TW
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   108
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1455
diff changeset
   109
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1455
diff changeset
   110
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
1455
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   111
                                                                                                                                                             
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   112
%clean
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   113
rm -rf $RPM_BUILD_ROOT
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   114
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   115
%files
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   116
%defattr (-, root, root)
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   117
%{_datadir}/locale/*/LC_MESSAGES/*.mo
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   118
%{_bindir}/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   119
%{_datadir}/icons
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   120
%{_datadir}/yelp
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   121
%{_datadir}/applications/yelp.desktop
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   122
%{_libdir}/*
1455
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   123
%{_mandir}/man1/*
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   124
%{_sysconfdir}/gconf/schemas/yelp.schemas
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   125
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   126
%changelog
7031
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
   127
* Fri Apr 10 2006 - [email protected]
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
   128
- Bump to 2.14.1.
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6913
diff changeset
   129
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6855
diff changeset
   130
* Mon Mar 13 2006 - [email protected]
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6855
diff changeset
   131
- Bump to 2.14.0.
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6855
diff changeset
   132
6855
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6737
diff changeset
   133
* Mon Feb 27 2006 - [email protected]
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6737
diff changeset
   134
- Bump to 2.13.6.
86d1c7529cbf 2006-02-27 Damien Carbery <[email protected]>
dc144907
parents: 6737
diff changeset
   135
6737
6b9903467cc3 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6709
diff changeset
   136
* Mon Feb 13 2006 - [email protected]
6b9903467cc3 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6709
diff changeset
   137
- Bump to 2.13.5.
6b9903467cc3 2006-02-13 Damien Carbery <[email protected]>
dc144907
parents: 6709
diff changeset
   138
6708
5a263c8fb173 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6612
diff changeset
   139
* Tue Jan 31 2006 - [email protected]
5a263c8fb173 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6612
diff changeset
   140
- Bump to 2.13.4.
6709
b040ac712d9f 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6708
diff changeset
   141
- Remove upstream patch, 01-build-xlibs.
6708
5a263c8fb173 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6612
diff changeset
   142
6611
03ea53f086e7 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6546
diff changeset
   143
* Mon Jan 19 2005 - [email protected]
6612
2237bca6fe7e 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6611
diff changeset
   144
- Add yelp-01-build-xlibs.diff so we can link
2237bca6fe7e 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6611
diff changeset
   145
  against -lX11
2237bca6fe7e 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6611
diff changeset
   146
2237bca6fe7e 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6611
diff changeset
   147
* Mon Jan 19 2005 - [email protected]
6611
03ea53f086e7 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6546
diff changeset
   148
- Bump to 2.13.3
03ea53f086e7 2006-01-19 Glynn Foster <[email protected]>
gman
parents: 6546
diff changeset
   149
6431
2a5cc525e1f8 yelp.spec: Bump to 2.13.2
dermotm
parents: 6297
diff changeset
   150
* Tue Dec 20 2005 - [email protected]
2a5cc525e1f8 yelp.spec: Bump to 2.13.2
dermotm
parents: 6297
diff changeset
   151
- Bump to 2.13.2
2a5cc525e1f8 yelp.spec: Bump to 2.13.2
dermotm
parents: 6297
diff changeset
   152
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5976
diff changeset
   153
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5976
diff changeset
   154
- Bump to 2.12.2.
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5976
diff changeset
   155
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   156
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   157
- Bump to 2.12.0
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   158
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5609
diff changeset
   159
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5609
diff changeset
   160
- Bump to 2.11.92.
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5609
diff changeset
   161
5548
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   162
* Tue Aug 16 2005 - [email protected]
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   163
- Bump to 2.11.1.
ddbd17ae3838 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   164
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   165
* Tue Jun 21 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   166
- Add requires for mozilla
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   167
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   168
* Wed Jun 08 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   169
- port to 2.10
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   170
- Remove patch yelp-01-empty-struct-build-fix.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   171
- Remove patch yelp-03-session-save.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   172
- Rename patch yelp-04-yelp-sections.diff to yelp-01-yelp-sections.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   173
- Remove patch yelp-06-yelp-pager.diff
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   174
5137
0c1058d09e63 #6233172 - Add actions section
mattk
parents: 5126
diff changeset
   175
* Fri Feb 25 2005 - [email protected]
0c1058d09e63 #6233172 - Add actions section
mattk
parents: 5126
diff changeset
   176
- #6233172, Add Actions section, change Development Section
0c1058d09e63 #6233172 - Add actions section
mattk
parents: 5126
diff changeset
   177
5126
eda398b1cb72 #6228279 : Yelp crash, reviewed by Narayana Pattipatti
mattk
parents: 5082
diff changeset
   178
* Thu Feb 17 2005 - [email protected]
eda398b1cb72 #6228279 : Yelp crash, reviewed by Narayana Pattipatti
mattk
parents: 5082
diff changeset
   179
- #6228279, yelp crash viewing jdsoverview.xml
eda398b1cb72 #6228279 : Yelp crash, reviewed by Narayana Pattipatti
mattk
parents: 5082
diff changeset
   180
4790
4e87c46a2e35 2004-12-24 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4748
diff changeset
   181
* Fri Dec 24 2004 - [email protected]
4e87c46a2e35 2004-12-24 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4748
diff changeset
   182
- Bug fix for 6186542, added zh_HK entry in l10n.xml
4e87c46a2e35 2004-12-24 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4748
diff changeset
   183
4590
d5830a59c468 #6182913, yelp categories fix, reviewed by [email protected]
mattk
parents: 4579
diff changeset
   184
* Mon Nov 15 2004 - [email protected]
d5830a59c468 #6182913, yelp categories fix, reviewed by [email protected]
mattk
parents: 4579
diff changeset
   185
- #6182913, patch yelp-04-help-sections.diff
d5830a59c468 #6182913, yelp categories fix, reviewed by [email protected]
mattk
parents: 4579
diff changeset
   186
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   187
* 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
   188
- Updated l10n content to yelp-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
   189
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   190
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   191
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   192
2820
50b2c1b3b450 2004-05-20 Arvind Samptur <[email protected]>
arvind
parents: 2777
diff changeset
   193
* Thu May 20 2004 - [email protected]
50b2c1b3b450 2004-05-20 Arvind Samptur <[email protected]>
arvind
parents: 2777
diff changeset
   194
- added yelp-03-session-save.diff. Yelp is session aware now!
50b2c1b3b450 2004-05-20 Arvind Samptur <[email protected]>
arvind
parents: 2777
diff changeset
   195
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2659
diff changeset
   196
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2659
diff changeset
   197
- Updated l10n content to yelp-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2659
diff changeset
   198
2659
ddcd09febf5f Bump to 2.6.1
mattk
parents: 2619
diff changeset
   199
* Thu May 06 2004 - [email protected]
ddcd09febf5f Bump to 2.6.1
mattk
parents: 2619
diff changeset
   200
- Bump to 2.6.1
ddcd09febf5f Bump to 2.6.1
mattk
parents: 2619
diff changeset
   201
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2320
diff changeset
   202
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2320
diff changeset
   203
- Updated l10n content to yelp-l10n-po-1.0.tar.bz2
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2320
diff changeset
   204
2320
f469c9cb8727 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   205
* Wed Mar 24 2004 - [email protected]
f469c9cb8727 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   206
- Bump to 2.6.0. Remove the sed build fixes, rename the
f469c9cb8727 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   207
  empty struct diff, and update the potfiles patch.
f469c9cb8727 2004-03-24 Glynn Foster <[email protected]>
gman
parents: 2280
diff changeset
   208
2265
c9ed2a79a879 2004-03-22 Laszlo Peter <[email protected]>
laca
parents: 2239
diff changeset
   209
* Mon Mar 22 2004 - [email protected]
c9ed2a79a879 2004-03-22 Laszlo Peter <[email protected]>
laca
parents: 2239
diff changeset
   210
- fix non-portable sed commands (bugzilla #134534)
c9ed2a79a879 2004-03-22 Laszlo Peter <[email protected]>
laca
parents: 2239
diff changeset
   211
2239
a116436e00ef Bump to 2.5.91
mattk
parents: 2191
diff changeset
   212
* Thu Mar 18 2004 - [email protected]
a116436e00ef Bump to 2.5.91
mattk
parents: 2191
diff changeset
   213
- Bump to 2.5.91
a116436e00ef Bump to 2.5.91
mattk
parents: 2191
diff changeset
   214
2191
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   215
* Thu Mar 11 2004 - [email protected]
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   216
- added yelp-03-g11n-potfiles.diff 
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   217
1937
b5c5f19de59d Bump to 2.5.5
mattk
parents: 1876
diff changeset
   218
* Tue Feb 24 2004 - [email protected]
b5c5f19de59d Bump to 2.5.5
mattk
parents: 1876
diff changeset
   219
- Bump to 2.5.5
b5c5f19de59d Bump to 2.5.5
mattk
parents: 1876
diff changeset
   220
1737
5deced596f8c 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   221
* Tue Feb 17 2004 - [email protected]
5deced596f8c 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   222
- two patches two fix a solaris build issues
5deced596f8c 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   223
- add ACLOCAL_FLAGS to aclocal
5deced596f8c 2004-02-17 Niall Power <[email protected]>
niall
parents: 1609
diff changeset
   224
1602
2525637e3f08 Bumped to 2.5.4, remove some patches
mattk
parents: 1543
diff changeset
   225
* Fri Feb 06 2004 - [email protected]
2525637e3f08 Bumped to 2.5.4, remove some patches
mattk
parents: 1543
diff changeset
   226
- Bump to 2.5.4, remove two patches, update l10n tarball
2525637e3f08 Bumped to 2.5.4, remove some patches
mattk
parents: 1543
diff changeset
   227
1455
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   228
* Tue Dec 16 2003 - [email protected]
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   229
- Bump to 2.5.1
8ce514227765 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1362
diff changeset
   230
1362
10eaccd891c0 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1249
diff changeset
   231
* Fri Oct 31 2003 - [email protected]
10eaccd891c0 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1249
diff changeset
   232
- Removed the Sun Supported menu entry since we're
10eaccd891c0 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1249
diff changeset
   233
  removing the Extras menu.
10eaccd891c0 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1249
diff changeset
   234
1249
bc91ed90d85b 2.4 tarball upgrade
mattk
parents: 1206
diff changeset
   235
* Mon Oct 13 2003 - [email protected]
bc91ed90d85b 2.4 tarball upgrade
mattk
parents: 1206
diff changeset
   236
- New 2.4 Tarball
bc91ed90d85b 2.4 tarball upgrade
mattk
parents: 1206
diff changeset
   237
1206
1722fc05ac6c SUN -> Java Desktop System, change for quick start user guide
mattk
parents: 1195
diff changeset
   238
* Tue Oct 07 2003 - [email protected]
1722fc05ac6c SUN -> Java Desktop System, change for quick start user guide
mattk
parents: 1195
diff changeset
   239
- Second Change For Help Section for Java Desktop System
1722fc05ac6c SUN -> Java Desktop System, change for quick start user guide
mattk
parents: 1195
diff changeset
   240
1170
8ee4d29aab3f Help section patch change
mattk
parents: 1157
diff changeset
   241
* Fri Sep 26 2003 - [email protected]
8ee4d29aab3f Help section patch change
mattk
parents: 1157
diff changeset
   242
- Modified Help Section for Java Desktop System
8ee4d29aab3f Help section patch change
mattk
parents: 1157
diff changeset
   243
1122
edd8fcf62f43 yelp-05-categorycode.diff added
lk86177
parents: 1119
diff changeset
   244
* Fri Aug 22 2003 - [email protected]
edd8fcf62f43 yelp-05-categorycode.diff added
lk86177
parents: 1119
diff changeset
   245
- categorycode patch
1170
8ee4d29aab3f Help section patch change
mattk
parents: 1157
diff changeset
   246
1095
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1025
diff changeset
   247
* Mon Aug 18 2003 - [email protected]
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1025
diff changeset
   248
- Help sections patch
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1025
diff changeset
   249
901
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   250
* Fri Aug 01 2003 - [email protected]
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   251
- Add menu categorization.
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   252
730
97dddc5a9019 2003-07-23 Glynn Foster <[email protected]>
gman
parents: 671
diff changeset
   253
* Wed Jul 23 2003 - [email protected]
97dddc5a9019 2003-07-23 Glynn Foster <[email protected]>
gman
parents: 671
diff changeset
   254
- Add back window icon.
901
237c4eeebd22 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   255
523
d6c177eb8313 Added more .po tarballs
mick
parents: 367
diff changeset
   256
* Thu Jul 10 2003 - [email protected]
d6c177eb8313 Added more .po tarballs
mick
parents: 367
diff changeset
   257
- Added .po tarball
d6c177eb8313 Added more .po tarballs
mick
parents: 367
diff changeset
   258
304
bb5c493c8782 added libexec/*
laca
parents: 297
diff changeset
   259
* Wed Jun 25 2003 - [email protected]
bb5c493c8782 added libexec/*
laca
parents: 297
diff changeset
   260
- Add libexec/* to %files
bb5c493c8782 added libexec/*
laca
parents: 297
diff changeset
   261
297
42727425e1b3 2003-06-25 Glyn Foster <[email protected]>
gman
parents: 290
diff changeset
   262
* Wed Jun 25 2003 - [email protected]
42727425e1b3 2003-06-25 Glyn Foster <[email protected]>
gman
parents: 290
diff changeset
   263
- Update the version of Yelp
42727425e1b3 2003-06-25 Glyn Foster <[email protected]>
gman
parents: 290
diff changeset
   264
78
0905f707ee7d *** empty log message ***
lk86177
parents:
diff changeset
   265
* Wed May 14 2003 - [email protected]
229
7642c65bcbf6 2003-05-29 Niall Power <[email protected]>
niall
parents: 78
diff changeset
   266
- Initial Sun release