gnome-user-docs.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8564 df62c23d2955
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
532
e239002e7d01 added gnome-user-docs
laca
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-user-docs
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     7
#
8564
df62c23d2955 assign owners to spec files
laca
parents: 8246
diff changeset
     8
# Owner: dcarbery
df62c23d2955 assign owners to spec files
laca
parents: 8246
diff changeset
     9
#
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    10
Name:		        gnome-user-docs
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    11
License:		FDL
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    12
Group:			Documentation
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    13
BuildArchitectures:	noarch
8246
dfebaf048ba7 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8063
diff changeset
    14
Version:		2.16.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Release:		48
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    16
Distribution:		Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    17
Vendor:			Sun Microsystems, Inc.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    18
Summary:		User Documentation for the GNOME desktop
8063
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8052
diff changeset
    19
Source:		        http://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/2.16/gnome-user-docs-%{version}.tar.bz2	
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    20
URL:			http://developer.gnome.org/projects/gdp/
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    21
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    22
Docdir:			%{_defaultdocdir}/doc
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    23
6371
051a63f18680 * gnome-user-docs.spec: Remove l10n stuff and associated patches. Not
dc144907
parents: 6299
diff changeset
    24
%define			scrollkeeper_version 0.3.12
5294
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    25
5324
a79f5b248aef 2005-04-08 Ghee Teo <[email protected]>
gheet
parents: 5316
diff changeset
    26
Prereq:			scrollkeeper >= %{scrollkeeper_version}
5294
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    27
Requires:		scrollkeeper >= %{scrollkeeper_version}
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    28
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    29
%description
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    30
This package contains general GNOME user documentation which is not 
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    31
directly associated with any particular GNOME application or package.
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    32
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    33
%prep
6815
cbfabbb4b82f 2006-02-22 Damien Carbery <[email protected]>
dc144907
parents: 6802
diff changeset
    34
%setup -q -n gnome-user-docs-%{version}
7924
80e810d2e400 2006-08-16 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
    35
for f in gnome2-user-guide/bg/*.xml gnome2-user-guide/zh_CN/*.xml; do
80e810d2e400 2006-08-16 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
    36
  dos2unix -ascii $f $f
80e810d2e400 2006-08-16 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
    37
done
80e810d2e400 2006-08-16 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
    38
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4419
diff changeset
    39
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    40
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    41
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    42
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    43
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    44
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    45
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3833
diff changeset
    46
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    47
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    48
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    49
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    50
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    51
538
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    52
libtoolize --force
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    53
aclocal $ACLOCAL_FLAGS
538
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    54
automake -a -c -f
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    55
autoconf
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    56
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    57
./configure --prefix=%{_prefix}			\
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6913
diff changeset
    58
            --datadir=%{_datadir}		\
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6913
diff changeset
    59
	    --disable-scrollkeeper
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8050
diff changeset
    60
make
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    61
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    62
%install
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    63
rm -rf $RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    64
make install DESTDIR=$RPM_BUILD_ROOT
6299
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 5965
diff changeset
    65
chmod -R a+rX $RPM_BUILD_ROOT%{_datadir}/gnome/help
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    66
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    67
%clean
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    68
rm -rf $RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    69
5294
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    70
%post
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    71
if [ "$1" = "2" ] ; then # upgrade
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    72
  if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    73
fi
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
    74
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    75
%files
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    76
%defattr(-,root,root)
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    77
%doc COPYING COPYING-DOCS AUTHORS README ChangeLog NEWS INSTALL
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    78
%{_datadir}/gnome/help/*
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    79
%{_datadir}/omf/*
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    80
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    81
%changelog
8246
dfebaf048ba7 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8063
diff changeset
    82
* Tue Oct 03 2006 - [email protected]
dfebaf048ba7 2006-10-03 Damien Carbery <[email protected]>
dc144907
parents: 8063
diff changeset
    83
- Bump to 2.16.1.
8063
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8052
diff changeset
    84
* Tue Sep 05 2006 - [email protected]
19d5439965dd 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8052
diff changeset
    85
- Bump to 2.16.0.
8052
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8050
diff changeset
    86
* Mon Sep 04 2006 - [email protected]
a53aea9e743d 2006-09-04 Damien Carbery <[email protected]>
dc144907
parents: 8050
diff changeset
    87
- Single threaded 'make' call because multi-threaded one often fails.
7924
80e810d2e400 2006-08-16 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
    88
* Wed Aug 16 2006 - [email protected]
80e810d2e400 2006-08-16 Damien Carbery <[email protected]>
dc144907
parents: 7887
diff changeset
    89
- dos2unix some xml files that were breaking the build.
7887
6bd01430930e 2006-08-09 Damien Carbery <[email protected]>
dc144907
parents: 7042
diff changeset
    90
* Wed Aug 09 2006 - [email protected]
6bd01430930e 2006-08-09 Damien Carbery <[email protected]>
dc144907
parents: 7042
diff changeset
    91
- Bump to 2.15.1.
7042
79b2d7321216 2006-04-11 Damien Carbery <[email protected]>
dc144907
parents: 7031
diff changeset
    92
* Tue Apr 11 2006 - [email protected]
79b2d7321216 2006-04-11 Damien Carbery <[email protected]>
dc144907
parents: 7031
diff changeset
    93
- Bump to 2.14.2.
7031
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
    94
* Fri Apr 10 2006 - [email protected]
50d3a964aec4 2006-04-10 Damien Carbery <[email protected]>
dc144907
parents: 6923
diff changeset
    95
- Bump to 2.14.1.
6913
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6815
diff changeset
    96
* Mon Mar 13 2006 - [email protected]
e6551604cc00 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6815
diff changeset
    97
- Bump to 2.14.0.
6815
cbfabbb4b82f 2006-02-22 Damien Carbery <[email protected]>
dc144907
parents: 6802
diff changeset
    98
* Wed Feb 22 2006 - [email protected]
cbfabbb4b82f 2006-02-22 Damien Carbery <[email protected]>
dc144907
parents: 6802
diff changeset
    99
- Correct %setup dir name for new tarball.
6797
1bdb0e05b9ce 2006-02-21 Damien Carbery <[email protected]>
dc144907
parents: 6371
diff changeset
   100
* Tue Feb 21 2006 - [email protected]
6802
0761dd6eb515 2006-02-21 Damien Carbery <[email protected]>
dc144907
parents: 6797
diff changeset
   101
- Bump to 2.13.1.1.
6371
051a63f18680 * gnome-user-docs.spec: Remove l10n stuff and associated patches. Not
dc144907
parents: 6299
diff changeset
   102
* Thu Dec 08 2005 - [email protected]
051a63f18680 * gnome-user-docs.spec: Remove l10n stuff and associated patches. Not
dc144907
parents: 6299
diff changeset
   103
- Remove l10n stuff and associated patches. Not maintained for OpenSolaris.
8564
df62c23d2955 assign owners to spec files
laca
parents: 8246
diff changeset
   104
* Tue Nov 29 2005 - [email protected]
6299
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 5965
diff changeset
   105
- remove javahelp stuff
5529
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   106
* Mon Aug 15 2005 - [email protected]
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   107
- Bump to 2.8.1.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   108
* Fri Jul 15 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   109
- Use Linux docs tarballs on Solaris because some omf files missing.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   110
* Mon Jun 20 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   111
- Update l10n tarball to 1.3
5402
caf6db64e053 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.10linux)
dc144907
parents: 5393
diff changeset
   112
* Thu May 05 2005 - [email protected]
caf6db64e053 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.10linux)
dc144907
parents: 5393
diff changeset
   113
- Updated docs tarball (gnome-user-docs-AG-0.10linux) from [email protected].
5391
9d33a5f06eb3 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.9linux)
dc144907
parents: 5370
diff changeset
   114
* Wed May 04 2005 - [email protected]
9d33a5f06eb3 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.9linux)
dc144907
parents: 5370
diff changeset
   115
- Updated docs tarball (gnome-user-docs-AG-0.9linux) from [email protected].
5393
0ded81054952 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.17linux)
dc144907
parents: 5391
diff changeset
   116
- Updated docs tarball (gnome-user-docs-SAG-0.17linux) from 
0ded81054952 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.17linux)
dc144907
parents: 5391
diff changeset
   117
  [email protected].
5359
33f952603789 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.12linux)
dc144907
parents: 5333
diff changeset
   118
* Thu Apr 21 2005 - [email protected]
33f952603789 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.12linux)
dc144907
parents: 5333
diff changeset
   119
- Updated docs (gnome-user-docs-ORMS-0.12linux) from [email protected].
5326
6189f5162286 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.11linux)
dc144907
parents: 5324
diff changeset
   120
* Fri Apr 08 2005 - [email protected]
6189f5162286 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.11linux)
dc144907
parents: 5324
diff changeset
   121
- Updated docs (gnome-user-docs-ORMS-0.11linux) from [email protected].
5324
a79f5b248aef 2005-04-08 Ghee Teo <[email protected]>
gheet
parents: 5316
diff changeset
   122
* Fri Apr 08 2005 - [email protected]
a79f5b248aef 2005-04-08 Ghee Teo <[email protected]>
gheet
parents: 5316
diff changeset
   123
- Reinsert Prereq for scrollkeeper which was in B28 that governs the
a79f5b248aef 2005-04-08 Ghee Teo <[email protected]>
gheet
parents: 5316
diff changeset
   124
  whereabout this rpm resides on the disk. Currently, gnome-user-docs
a79f5b248aef 2005-04-08 Ghee Teo <[email protected]>
gheet
parents: 5316
diff changeset
   125
  sitting on CD1 seems to cause scriptlet failure during install no
a79f5b248aef 2005-04-08 Ghee Teo <[email protected]>
gheet
parents: 5316
diff changeset
   126
  matter whatever is the content of the postinstall scriptlet.
5316
69f025f9610d * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.10linux)
dc144907
parents: 5310
diff changeset
   127
* Thu Apr 07 2005 - [email protected]
69f025f9610d * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.10linux)
dc144907
parents: 5310
diff changeset
   128
- Updated docs (gnome-user-docs-ORMS-0.10linux) from [email protected].
5308
5c96ad98b4b5 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.28linux)
dc144907
parents: 5300
diff changeset
   129
* Wed Apr 06 2005 - [email protected]
5c96ad98b4b5 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.28linux)
dc144907
parents: 5300
diff changeset
   130
- Updated docs tarball (gnome-user-docs-UG-0.28linux) from [email protected].
5310
55c86efee249 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.9linux) from
dc144907
parents: 5308
diff changeset
   131
- Updated docs (gnome-user-docs-ORMS-0.9linux) from [email protected].
5300
fb4cc92c085e * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.27linux)
dc144907
parents: 5294
diff changeset
   132
* Mon Apr 04 2005 - [email protected]
fb4cc92c085e * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.27linux)
dc144907
parents: 5294
diff changeset
   133
- Updated docs tarball (gnome-user-docs-UG-0.27linux) from [email protected].
5294
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
   134
* Thu Mar 31 2005 - [email protected]
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
   135
- Putback the Requires dependency and also postinstall script for Update
cc2246c9422d 2005-03-31 Ghee Teo <[email protected]>
gheet
parents: 5291
diff changeset
   136
  only to fix 6245485.
5291
0d1af31e1bc0 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.16linux)
dc144907
parents: 5285
diff changeset
   137
* Thu Mar 31 2005 - [email protected]
0d1af31e1bc0 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.16linux)
dc144907
parents: 5285
diff changeset
   138
- Updated docs tarball (gnome-user-docs-SAG-0.16linux) from 
0d1af31e1bc0 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.16linux)
dc144907
parents: 5285
diff changeset
   139
  [email protected].
5260
a9b11e4375d9 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.26linux)
dc144907
parents: 5237
diff changeset
   140
* Mon Mar 21 2005 - [email protected]
a9b11e4375d9 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.26linux)
dc144907
parents: 5237
diff changeset
   141
- Updated docs tarball (gnome-user-docs-UG-0.26linux) from [email protected].
5223
3bea47fb5996 * gnome-user-docs.spec: Correct changelog date.
dc144907
parents: 5221
diff changeset
   142
* Fri Mar 11 2005 - [email protected]
5221
9379fc4e46a1 * gnome-user-docs.spec: Integrate docs tarball (AG-0.8linux) from
dc144907
parents: 5189
diff changeset
   143
- Updated docs tarball (gnome-user-docs-AG-0.8linux) from [email protected].
5228
2aeb9b5e328b * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.8linux)
dc144907
parents: 5226
diff changeset
   144
- Updated docs (gnome-user-docs-ORMS-0.8linux) from [email protected].
5189
2f174d6b41f2 2005-03-09 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5186
diff changeset
   145
* Wed Mar 09 2005 - [email protected]
2f174d6b41f2 2005-03-09 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5186
diff changeset
   146
- Updated patches/gnome-user-docs-01-l10n-online-help.diff to add online_update
5140
35440ef2fc89 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.25linux)
dc144907
parents: 5115
diff changeset
   147
* Fri Feb 25 2005 - [email protected]
35440ef2fc89 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.25linux)
dc144907
parents: 5115
diff changeset
   148
- Updated docs tarball (gnome-user-docs-UG-0.25linux) from [email protected].
5115
a07126be1253 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.7linux) from [email protected].
dc144907
parents: 5104
diff changeset
   149
* Mon Feb 21 2005 - [email protected]
a07126be1253 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.7linux) from [email protected].
dc144907
parents: 5104
diff changeset
   150
- Updated docs (gnome-user-docs-ORMS-0.7linux) from [email protected].
5104
773a95e3bc62 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.6linux) from
dc144907
parents: 5082
diff changeset
   151
* Wed Feb 16 2005 - [email protected]
773a95e3bc62 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.6linux) from
dc144907
parents: 5082
diff changeset
   152
- Updated docs (gnome-user-docs-ORMS-0.6linux) from [email protected].
5065
917086a99700 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 5040
diff changeset
   153
* Fri Feb 11 2005 - [email protected]
917086a99700 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 5040
diff changeset
   154
- Updated docs (gnome-user-docs-ORMS-0.5linux) from [email protected].
5038
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5035
diff changeset
   155
* Wed Feb 09 2005 - [email protected]
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5035
diff changeset
   156
- Updated docs tarball (gnome-user-docs-AG-0.7linux) from [email protected].
5065
917086a99700 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 5040
diff changeset
   157
- Updated docs (gnome-user-docs-ORMS-0.4linux) from [email protected].
5035
5cc25f5a6489 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 5023
diff changeset
   158
* Tue Feb 08 2005 - [email protected]
5cc25f5a6489 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 5023
diff changeset
   159
- Updated docs tarball (gnome-user-docs-UG-0.24linux) from [email protected].
4929
02d7c28509b9 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.23linux)
dc144907
parents: 4867
diff changeset
   160
* Tue Jan 25 2005 - [email protected]
02d7c28509b9 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.23linux)
dc144907
parents: 4867
diff changeset
   161
- Updated docs tarball (gnome-user-docs-UG-0.23linux) from [email protected].
4843
abb4ae76ecb3 * gnome-user-docs.spec: - Updated docs tarball (gnome-user-docs-SAG-0.15linux)
dc144907
parents: 4801
diff changeset
   162
* Fri Jan 14 2005 - [email protected]
abb4ae76ecb3 * gnome-user-docs.spec: - Updated docs tarball (gnome-user-docs-SAG-0.15linux)
dc144907
parents: 4801
diff changeset
   163
- Updated docs tarball (gnome-user-docs-SAG-0.15linux) from 
abb4ae76ecb3 * gnome-user-docs.spec: - Updated docs tarball (gnome-user-docs-SAG-0.15linux)
dc144907
parents: 4801
diff changeset
   164
  [email protected].
4758
b6dfe8ea7a6e 2004-12-16 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4744
diff changeset
   165
* Thu Dec 16 2004 - [email protected]
b6dfe8ea7a6e 2004-12-16 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4744
diff changeset
   166
- Update l10n help tarball to use linux version
4734
3c3420ac116f * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.14linux)
dc144907
parents: 4703
diff changeset
   167
* Fri Dec 10 2004 - [email protected]
3c3420ac116f * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.14linux)
dc144907
parents: 4703
diff changeset
   168
- Updated docs tarball (gnome-user-docs-SAG-0.14linux) from 
3c3420ac116f * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-SAG-0.14linux)
dc144907
parents: 4703
diff changeset
   169
  [email protected].
4735
9869d8d26d2b * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.6linux) from
dc144907
parents: 4734
diff changeset
   170
- Updated docs tarball (gnome-user-docs-AG-0.6linux) from [email protected].
4701
d3144fbdf850 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.22linux)
dc144907
parents: 4689
diff changeset
   171
* Fri Dec  3 2004 - [email protected]
d3144fbdf850 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.22linux)
dc144907
parents: 4689
diff changeset
   172
- Updated docs tarball (gnome-user-docs-UG-0.22linux) from [email protected].
d3144fbdf850 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.22linux)
dc144907
parents: 4689
diff changeset
   173
- Updated gnome-user-docs-09-linux-user-guide.diff to add new file, 
d3144fbdf850 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.22linux)
dc144907
parents: 4689
diff changeset
   174
  appendixa.xml.
4703
e24110a333b2 * gnome-user-docs.spec: Updated docs (gnome-user-docs-ORMS-0.2linux) from
dc144907
parents: 4701
diff changeset
   175
- Updated docs (gnome-user-docs-ORMS-0.2linux) from [email protected].
4650
3a760bce814a * gnome-user-docs.spec: Fix 6197944: Add Linux-specific patches to
dc144907
parents: 4579
diff changeset
   176
* Thu Nov 25 2004 - [email protected]
4652
634fa1d2fb87 * Typo in bug number: should be 6197994.
dc144907
parents: 4650
diff changeset
   177
- Fix 6197994: Add Linux-specific patches to remove references to files not in
4650
3a760bce814a * gnome-user-docs.spec: Fix 6197944: Add Linux-specific patches to
dc144907
parents: 4579
diff changeset
   178
  the Linux docs tarballs and add files that are (but not in Solaris tarball).
4534
8a20bec098a2 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 4523
diff changeset
   179
* Fri Nov 12 2004 - [email protected]
8a20bec098a2 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 4523
diff changeset
   180
- Updated docs tarball (gnome-user-docs-UG-0.21solaris) from 
8a20bec098a2 * gnome-user-docs.spec: Updated docs tarball
dc144907
parents: 4523
diff changeset
   181
  [email protected].
4546
55df480adb00 * gnome-user-docs.spec: Add tarballs from docs group.
dc144907
parents: 4534
diff changeset
   182
- Updated docs tarball (gnome-user-docs-ORMS) from [email protected].
55df480adb00 * gnome-user-docs.spec: Add tarballs from docs group.
dc144907
parents: 4534
diff changeset
   183
  Added '%ifos solaris' to handle this Solaris version of the tarball.
4523
4b0f55d0a8a4 * gnome-user-docs.spec: Update docs tarball (gnome-user-docs-AG-0.5)
dc144907
parents: 4455
diff changeset
   184
* Thu Nov 11 2004 - [email protected]
4b0f55d0a8a4 * gnome-user-docs.spec: Update docs tarball (gnome-user-docs-AG-0.5)
dc144907
parents: 4455
diff changeset
   185
- Update docs tarball (gnome-user-docs-AG-0.5) from [email protected]. Update
4b0f55d0a8a4 * gnome-user-docs.spec: Update docs tarball (gnome-user-docs-AG-0.5)
dc144907
parents: 4455
diff changeset
   186
  patch gnome-user-docs-07-access_guide.diff to add new file.
4419
7a38b73f2c50 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.20linux)
dc144907
parents: 4409
diff changeset
   187
* Tue Nov  2 2004 - [email protected]
7a38b73f2c50 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.20linux)
dc144907
parents: 4409
diff changeset
   188
- Updated docs tarball (gnome-user-docs-UG-0.20linux) from [email protected].
4329
ede1c2c36a77 * gok.spec: Integrate updated docs tarball from [email protected].
dc144907
parents: 4318
diff changeset
   189
* Tue Oct 26 2004 - [email protected]
ede1c2c36a77 * gok.spec: Integrate updated docs tarball from [email protected].
dc144907
parents: 4318
diff changeset
   190
- Updated docs tarball (gnome-user-docs-SAG) from [email protected].
ede1c2c36a77 * gok.spec: Integrate updated docs tarball from [email protected].
dc144907
parents: 4318
diff changeset
   191
  Added '%ifos solaris' to handle this Solaris version of the tarball.
4318
d98d298eea22 #6179792, permissions bug
mattk
parents: 4276
diff changeset
   192
* Thu Oct 21 2004 - [email protected]
d98d298eea22 #6179792, permissions bug
mattk
parents: 4276
diff changeset
   193
- #6179792, fix permissions problem with some loading help files.
4262
d777400b2cfe * Fri Oct 15 2004 - [email protected]
feyn
parents: 4177
diff changeset
   194
* Fri Oct 15 2004 - [email protected]
d777400b2cfe * Fri Oct 15 2004 - [email protected]
feyn
parents: 4177
diff changeset
   195
- Change patch1 order not to overwride by tar
d777400b2cfe * Fri Oct 15 2004 - [email protected]
feyn
parents: 4177
diff changeset
   196
- Updated l10n help tarball.  gnome-user-docs-l10n-online-help-ci.tar.bz2
4177
eab0ce373dee * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-ORMS-0.5)
dc144907
parents: 4133
diff changeset
   197
* Wed Oct  6 2004 - [email protected]
eab0ce373dee * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-ORMS-0.5)
dc144907
parents: 4133
diff changeset
   198
- Updated docs tarball (gnome-user-docs-ORMS-0.5) from [email protected].
4102
76d96a7e71c8 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.19ssolaris)
dc144907
parents: 4057
diff changeset
   199
* Thu Sep 30 2004 - [email protected]
76d96a7e71c8 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.19ssolaris)
dc144907
parents: 4057
diff changeset
   200
- Updated docs tarball (gnome-user-docs-UG-0.19ssolaris) from 
76d96a7e71c8 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.19ssolaris)
dc144907
parents: 4057
diff changeset
   201
  [email protected].
76d96a7e71c8 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.19ssolaris)
dc144907
parents: 4057
diff changeset
   202
- Update docs tarball (gnome-user-docs-AG-0.4) from [email protected]. Update
76d96a7e71c8 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.19ssolaris)
dc144907
parents: 4057
diff changeset
   203
  patch gnome-user-docs-07-access_guide.diff to add two new files.
4057
3622338bcef0 * gnome-user-docs.spec: Change UG-0.18sparc tarball to UG-0.18solaris
dc144907
parents: 4051
diff changeset
   204
* Fri Sep 24 2004 - [email protected]
3622338bcef0 * gnome-user-docs.spec: Change UG-0.18sparc tarball to UG-0.18solaris
dc144907
parents: 4051
diff changeset
   205
- Change UG-0.18sparc tarball to UG-0.18solaris and use for x86 and sparc at
3622338bcef0 * gnome-user-docs.spec: Change UG-0.18sparc tarball to UG-0.18solaris
dc144907
parents: 4051
diff changeset
   206
  request of Brian.
3622338bcef0 * gnome-user-docs.spec: Change UG-0.18sparc tarball to UG-0.18solaris
dc144907
parents: 4051
diff changeset
   207
* Thu Sep 23 2004 - [email protected]
4051
5aff2180c6dc * gnome-user-docs.spec: Updated docs tarball (UG-0.18sparc) from
dc144907
parents: 4037
diff changeset
   208
- Updated docs tarball (gnome-user-docs-UG-0.18sparc) from [email protected].
5aff2180c6dc * gnome-user-docs.spec: Updated docs tarball (UG-0.18sparc) from
dc144907
parents: 4037
diff changeset
   209
  This is sparc only so '%ifarch sparc' is used.
4037
231114ef1e64 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.17) from [email protected].
dc144907
parents: 4031
diff changeset
   210
* Wed Sep 22 2004 - [email protected]
231114ef1e64 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-UG-0.17) from [email protected].
dc144907
parents: 4031
diff changeset
   211
- Updated docs tarball (gnome-user-docs-UG-0.17) from [email protected].
4031
6556fe76c6c5 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-ORMS-0.4) from [email protected].
dc144907
parents: 4007
diff changeset
   212
* Tue Sep 21 2004 - [email protected]
6556fe76c6c5 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-ORMS-0.4) from [email protected].
dc144907
parents: 4007
diff changeset
   213
- Updated docs tarball (gnome-user-docs-ORMS-0.4) from [email protected].
3997
ec8539b1fd8d 2004-09-19 Laszlo Peter <[email protected]>
laca
parents: 3858
diff changeset
   214
* Sun Sep 19 2004 - [email protected]
ec8539b1fd8d 2004-09-19 Laszlo Peter <[email protected]>
laca
parents: 3858
diff changeset
   215
- fix file permissions
3833
24f06c6dbde1 * gnome-user-docs.spec: Integrated updated docs tarball from
dc144907
parents: 3809
diff changeset
   216
* Thu Sep 02 2004 - [email protected]
24f06c6dbde1 * gnome-user-docs.spec: Integrated updated docs tarball from
dc144907
parents: 3809
diff changeset
   217
- Integrated updated docs tarball from [email protected].
24f06c6dbde1 * gnome-user-docs.spec: Integrated updated docs tarball from
dc144907
parents: 3809
diff changeset
   218
- Added javahelp-convert for new docs. Also updated orms patch.
3809
7c40bf636bf4 Javahelp-conversion of some new docs !!
mattk
parents: 3803
diff changeset
   219
* Wed Sep 01 2004 - [email protected]
7c40bf636bf4 Javahelp-conversion of some new docs !!
mattk
parents: 3803
diff changeset
   220
- Added javahelp-convert for mozilla_info/office_info/sample_apps_info
3803
34da3e763f22 * gnome-user-docs.spec: Update docs tarball (gnome-user-docs-UG-0.16) from
dc144907
parents: 3734
diff changeset
   221
* Tue Aug 31 2004 - [email protected]
34da3e763f22 * gnome-user-docs.spec: Update docs tarball (gnome-user-docs-UG-0.16) from
dc144907
parents: 3734
diff changeset
   222
- Update docs tarball (gnome-user-docs-UG-0.16) from [email protected].
3734
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   223
* Wed Aug 25 2004 - [email protected]
aa2188afdffc Added l10n help contents
feyn
parents: 3679
diff changeset
   224
- Updated l10n help contents
3664
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3630
diff changeset
   225
* Fri Aug 20 2004 - [email protected]
8cf0c5cfb717 * now.spec, gnome-address-applet.spec, file-roller.spec, bug-buddy.spec,
dc144907
parents: 3630
diff changeset
   226
- Integrated updated docs tarball from [email protected].
3622
3adf5b4e3c8b * gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
dc144907
parents: 3577
diff changeset
   227
* Thu Aug 19 2004 - [email protected]
3630
f64ab44ffdde * gnome-user-docs.spec: Add ORMS docs tarball from [email protected].
dc144907
parents: 3627
diff changeset
   228
- Add docs tarball (gnome-user-docs-ORMS-0.1) from [email protected].
3627
0d38058536e2 * gnome-pilot.spec, gdm.spec: Integrated updated docs tarball from
dc144907
parents: 3622
diff changeset
   229
- Update docs tarball (gnome-user-docs-AG-0.3) from [email protected]
0d38058536e2 * gnome-pilot.spec, gdm.spec: Integrated updated docs tarball from
dc144907
parents: 3622
diff changeset
   230
* Thu Aug 19 2004 - [email protected]
3622
3adf5b4e3c8b * gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
dc144907
parents: 3577
diff changeset
   231
- Updated /usr/share/gnome/help/user-guide/*/*.xml to 0755 for integration.
3577
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3544
diff changeset
   232
* Mon Aug 16 2004 - [email protected]
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3544
diff changeset
   233
- Updated /usr/share/gnome/help/user-guide/*/*.xml to 0644 for Solaris
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3544
diff changeset
   234
  integration.
3544
e8c38dc153ae * gnome-user-docs.spec: Integrated UG 0.15 docs tarball.
dc144907
parents: 3533
diff changeset
   235
* Thu Aug 12 2004 - [email protected]
e8c38dc153ae * gnome-user-docs.spec: Integrated UG 0.15 docs tarball.
dc144907
parents: 3533
diff changeset
   236
- Update docs tarball (gnome-user-docs-UG-0.15) from [email protected]
3533
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
   237
* Wed Aug 11 2004 - [email protected]
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
   238
- Add new docs tarball (gnome-user-docs-SAG-0.12.tar.bz2) from
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
   239
  [email protected].
3305
7d2313995c52 Remove javahelp stuff for quick start guide.
dc144907
parents: 3300
diff changeset
   240
* Sun Jul 11 2004 - [email protected]
7d2313995c52 Remove javahelp stuff for quick start guide.
dc144907
parents: 3300
diff changeset
   241
- Remove javahelp-convert-install code for quick start guide.
3300
2ac3b7278e04 * gnome-user-docs.spec: Remove javahelp-convert-install line that
dc144907
parents: 3297
diff changeset
   242
* Sat Jul 10 2004 - [email protected]
2ac3b7278e04 * gnome-user-docs.spec: Remove javahelp-convert-install line that
dc144907
parents: 3297
diff changeset
   243
- Remove javahelp-convert-install code for introduction-to-gnome.
3297
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   244
* Fri Jul 09 2004 - [email protected]
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   245
- Disable patch 3 that adds sun-desktop (aka quick start user guide) Makefiles.
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   246
  This fixes bug 5072270.
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   247
* Wed Jul 07 2004 - [email protected]
3283
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
   248
- Add accessibility tarball and patch.
3265
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   249
* Wed Jul 07 2004 - [email protected]
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   250
- Add new docs tarball (gnome-user-docs-SAG-0.11.tar.bz2) from
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   251
  [email protected]. Add patch gnome-user-docs-06-sag_update.diff to
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   252
  incorporate these docs.
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
   253
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
   254
- added "-j $CPUS" to make to speed up builds
3250
c91d1008b0a8 gnome-user-docs.spec: Update new docs tarball (gnome-user-docs-UG-0.14)
dc144907
parents: 3224
diff changeset
   255
* Mon Jul 05 2004 - [email protected]
c91d1008b0a8 gnome-user-docs.spec: Update new docs tarball (gnome-user-docs-UG-0.14)
dc144907
parents: 3224
diff changeset
   256
- Update new docs tarball (gnome-user-docs-UG-0.14) from [email protected]
3140
4016d04006bf * gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own
dc144907
parents: 3120
diff changeset
   257
* Mon Jun 14 2004 - [email protected]
4016d04006bf * gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own
dc144907
parents: 3120
diff changeset
   258
- Add patch to comment out omf_dest_dir assignment in
4016d04006bf * gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own
dc144907
parents: 3120
diff changeset
   259
  gnome2-user-guide/C/Makefile.am. Old docs tarball had its own Makefile.am
4016d04006bf * gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own
dc144907
parents: 3120
diff changeset
   260
  which hid this issue.
3088
4374a4d31776 * gnome-user-docs.spec: Incorporate new docs tarball from [email protected]
dc144907
parents: 2958
diff changeset
   261
* Thu Jun 10 2004 - [email protected]
4374a4d31776 * gnome-user-docs.spec: Incorporate new docs tarball from [email protected]
dc144907
parents: 2958
diff changeset
   262
- Incorporate new docs tarball from [email protected]
2943
483568ffed01 gnome-user-docs.spec: Incorporate new docs tarball from [email protected].
dc144907
parents: 2777
diff changeset
   263
* Fri May 28 2004 - [email protected]
483568ffed01 gnome-user-docs.spec: Incorporate new docs tarball from [email protected].
dc144907
parents: 2777
diff changeset
   264
- Incorporate new docs tarball from [email protected]
2648
a8ce6c76a912 Fix bad changelog date
mattk
parents: 2640
diff changeset
   265
* Tue May 04 2004 - [email protected]
2640
312ecefaba0f New jdstoc component, remove jdstoc stuff from gnome-user-docs
mattk
parents: 2619
diff changeset
   266
- Remove jdstoc (Master Help set for Javahelp), now delivered
312ecefaba0f New jdstoc component, remove jdstoc stuff from gnome-user-docs
mattk
parents: 2619
diff changeset
   267
- in it's own module "jdstoc"
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2472
diff changeset
   268
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2472
diff changeset
   269
- enable javahelp conversion on Solaris
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
   270
* Thu Apr 15 2004 Matt Keenan <[email protected]>
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
   271
- Added jdstoc (Master Help Set for Javahelp)
2457
6fb2914e7c72 preface.xml not getting installed for user-guide, causing javahelp-convert to fail
mattk
parents: 2456
diff changeset
   272
* Wed Apr 14 2004 Matt Keenan <[email protected]>
6fb2914e7c72 preface.xml not getting installed for user-guide, causing javahelp-convert to fail
mattk
parents: 2456
diff changeset
   273
- Patch to ensure preface.xml is installed for user-guide
2389
806b1928172e gnome-user-docs.spec: new UG-SAG tarball
dermotm
parents: 2368
diff changeset
   274
* Mon Apr 05 2004 Dermot McCluskey <[email protected]>
806b1928172e gnome-user-docs.spec: new UG-SAG tarball
dermotm
parents: 2368
diff changeset
   275
- new tarball: gnome-user-docs-UG-SAG-0.09.tar.bz2 (Makefile.am error)
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
   276
* Thu Apr 01 2004 Matt Keenan <[email protected]>
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
   277
- Javahelp conversion
2368
fa1ca4edc1da gnome-user-docs.spec: Fix bad date in %changelog (4002 -> 2004).
dc144907
parents: 2362
diff changeset
   278
* Thu Apr 01 2004 Dermot McCluskey <[email protected]>
2360
a9c8bff119ad gnome-user-docs.spec : new UG-SAG docs tarball
dermotm
parents: 2280
diff changeset
   279
- update UG-SAG tarball to gnome-user-docs-UG-SAG-0.08.tar.bz2
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
   280
* Thu Feb 19 2004 Matt Keenan <[email protected]>
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
   281
- Update to 2.5.0, report patches
1281
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   282
* Sat Oct 18 2003 Laszlo Peter <[email protected]>
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   283
- Update to 2.4.1
1169
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   284
* Fri Sep 26 2003 Laszlo Peter <[email protected]>
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   285
- Updated the user's guide
1128
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   286
* Tue Aug 26 2003 Michael Twomey <[email protected]>
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   287
- Updated to 0.2 l10n docs tarball to fix seriesid issues.
7ffe8bb4b454 Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
mick
parents: 1119
diff changeset
   288
- Changing to use just scrollkeeper-update to fix i18n issues.
1095
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1030
diff changeset
   289
* Mon Aug 18 2003 Matt Keenan <[email protected]>
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1030
diff changeset
   290
- Added new sun-section
602
761fb64b0903 Updated to newer l10n docs tarball.
mick
parents: 601
diff changeset
   291
* Wed Jul 16 2003 Michael Twomey <[email protected]>
761fb64b0903 Updated to newer l10n docs tarball.
mick
parents: 601
diff changeset
   292
- Updated to newer l10n docs tarball.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   293
* Fri Jul 11 2003 Laca Peter <[email protected]>
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   294
- Initial version