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