base-specs/gnome-user-docs.spec
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 17934 a2a06609d9f0
child 21782 aba6180cb6bb
permissions -rw-r--r--
update tags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package gnome-user-docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16429
diff changeset
     8
%define owner davelam
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16396
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17781
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16396
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:		        gnome-user-docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:		FDL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:			Documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
BuildArchitectures:	noarch
17934
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
    17
Version:		2.30.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:		48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution:		Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    20
Vendor:			Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:		User Documentation for the GNOME desktop
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17562
diff changeset
    22
Source:		        http://ftp.gnome.org/pub/GNOME/sources/gnome-user-docs/2.30/gnome-user-docs-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
URL:			http://developer.gnome.org/projects/gdp/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Docdir:			%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define			scrollkeeper_version 0.3.12
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Prereq:			scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires:		scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
This package contains general GNOME user documentation which is not 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
directly associated with any particular GNOME application or package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%setup -q -n gnome-user-docs-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
for f in gnome2-user-guide/bg/*.xml gnome2-user-guide/zh_CN/*.xml; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
  dos2unix -ascii $f $f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
            --datadir=%{_datadir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
	    --disable-scrollkeeper
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
chmod -R a+rX $RPM_BUILD_ROOT%{_datadir}/gnome/help
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
if [ "$1" = "2" ] ; then # upgrade
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
  if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%doc COPYING COPYING-DOCS AUTHORS README ChangeLog NEWS INSTALL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%{_datadir}/gnome/help/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%{_datadir}/omf/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%changelog
17934
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
    85
* Mon Apr 26 2010 - [email protected]
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17864
diff changeset
    86
- Bump to 2.30.1.
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17562
diff changeset
    87
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17562
diff changeset
    88
- Bump to 2.30.0.
17541
310f342f57b6 2010-02-14 Christian Kelly <[email protected]>
chrisk
parents: 17474
diff changeset
    89
* Sun Feb 14 2010 - [email protected]
310f342f57b6 2010-02-14 Christian Kelly <[email protected]>
chrisk
parents: 17474
diff changeset
    90
- Bump to 2.29.2.
17474
01bb8c07f492 2010-01-29 Christian Kelly <[email protected]>
chrisk
parents: 17372
diff changeset
    91
* Fri Jan 29 2010 - [email protected]
01bb8c07f492 2010-01-29 Christian Kelly <[email protected]>
chrisk
parents: 17372
diff changeset
    92
- Bump to 2.29.1.
17372
8a2c10f78e62 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16650
diff changeset
    93
* Sun Jan 17 2010 - [email protected]
8a2c10f78e62 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16650
diff changeset
    94
- Bump to 2.28.2.
16650
fffb95029f0f 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16564
diff changeset
    95
* Wed Sep 23 2009 - [email protected]
fffb95029f0f 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16564
diff changeset
    96
- Bump to 2.28.0
16564
04f4ae617bdb 2009-09-15 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
    97
* Tue Sep 08 2009 - [email protected]
04f4ae617bdb 2009-09-15 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
    98
- Bump to 2.27.2
16396
a4b62a84204d 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 15879
diff changeset
    99
* Thu Aug 27 2009 - [email protected]
a4b62a84204d 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 15879
diff changeset
   100
- Bump to 2.27.1.
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   101
* Mon Jun 08 2009 - [email protected]
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   102
- Bump to 2.26.2.
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15409
diff changeset
   103
* Wed Apr 15 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   104
- Bump to 2.26.1.
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15398
diff changeset
   105
* Tue Mar 17 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   106
- Bump to 2.26.0.
15398
18c42d912f3e * base-specs/eog.spec: Bump to 2.25.92.
davelam
parents: 15352
diff changeset
   107
* Fri Mar 13 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   108
- Bump to 2.25.1.
15352
7ed50e8ebf6a took the ownership
davelam
parents: 13825
diff changeset
   109
* Wed Mar 11 2009 - [email protected]
7ed50e8ebf6a took the ownership
davelam
parents: 13825
diff changeset
   110
- Took the ownership of this spec file.
13825
8c96cea3953d 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 12373
diff changeset
   111
* Mon Sep 29 2008 - [email protected]
8c96cea3953d 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 12373
diff changeset
   112
- Bump to 2.24.0.
12373
0323b55ce06d 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 11833
diff changeset
   113
* Tue May 27 2008 - [email protected]
0323b55ce06d 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 11833
diff changeset
   114
- Bump to 2.22.1.
11833
314efc355529 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   115
* Mon Mar 10 2008 - [email protected]
314efc355529 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   116
- Bump to 2.22.0.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10519
diff changeset
   117
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10519
diff changeset
   118
- Bump to 2.20.1.
10519
0236cb052377 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10154
diff changeset
   119
* Tue Sep 18 2007 - [email protected]
0236cb052377 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10154
diff changeset
   120
- Bump to 2.20.0.
10154
72a190001673 2007-07-03 Damien Carbery <[email protected]>
dcarbery
parents: 9712
diff changeset
   121
* Tue Jul 03 2007 - [email protected]
72a190001673 2007-07-03 Damien Carbery <[email protected]>
dcarbery
parents: 9712
diff changeset
   122
- Bump to 2.18.2.
9712
97913084016e 2007-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   123
* Tue Apr 10 2007 - [email protected]
97913084016e 2007-04-10 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   124
- Bump to 2.18.1.
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   125
* Tue Mar 13 2007 - [email protected]
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   126
- Bump to 2.18.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
- Single threaded 'make' call because multi-threaded one often fails.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
* Wed Aug 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
- dos2unix some xml files that were breaking the build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
* Wed Aug 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
- Bump to 2.15.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
* Tue Apr 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
- Bump to 2.14.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
* Wed Feb 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
- Correct %setup dir name for new tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
* Tue Feb 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
- Bump to 2.13.1.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
* Thu Dec 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
- Remove l10n stuff and associated patches. Not maintained for OpenSolaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
* Tue Nov 29 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   150
- remove javahelp stuff.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- Bump to 2.8.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Fri Jul 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- Use Linux docs tarballs on Solaris because some omf files missing.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Mon Jun 20 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   156
- Update l10n tarball to 1.3.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Thu May 05 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- Updated docs tarball (gnome-user-docs-AG-0.10linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Wed May 04 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- Updated docs tarball (gnome-user-docs-AG-0.9linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Updated docs tarball (gnome-user-docs-SAG-0.17linux) from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Thu Apr 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Updated docs (gnome-user-docs-ORMS-0.12linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Fri Apr 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Updated docs (gnome-user-docs-ORMS-0.11linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Fri Apr 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- Reinsert Prereq for scrollkeeper which was in B28 that governs the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
  whereabout this rpm resides on the disk. Currently, gnome-user-docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
  sitting on CD1 seems to cause scriptlet failure during install no
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
  matter whatever is the content of the postinstall scriptlet.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Thu Apr 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Updated docs (gnome-user-docs-ORMS-0.10linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
* Wed Apr 06 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
- Updated docs tarball (gnome-user-docs-UG-0.28linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Updated docs (gnome-user-docs-ORMS-0.9linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Mon Apr 04 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Updated docs tarball (gnome-user-docs-UG-0.27linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Thu Mar 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Putback the Requires dependency and also postinstall script for Update
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
  only to fix 6245485.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Thu Mar 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- Updated docs tarball (gnome-user-docs-SAG-0.16linux) from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Mon Mar 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Updated docs tarball (gnome-user-docs-UG-0.26linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Fri Mar 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Updated docs tarball (gnome-user-docs-AG-0.8linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Updated docs (gnome-user-docs-ORMS-0.8linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Wed Mar 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- Updated patches/gnome-user-docs-01-l10n-online-help.diff to add online_update
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Fri Feb 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- Updated docs tarball (gnome-user-docs-UG-0.25linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Mon Feb 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Updated docs (gnome-user-docs-ORMS-0.7linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Wed Feb 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Updated docs (gnome-user-docs-ORMS-0.6linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Fri Feb 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Updated docs (gnome-user-docs-ORMS-0.5linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Wed Feb 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Updated docs tarball (gnome-user-docs-AG-0.7linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- Updated docs (gnome-user-docs-ORMS-0.4linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Tue Feb 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Updated docs tarball (gnome-user-docs-UG-0.24linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Tue Jan 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Updated docs tarball (gnome-user-docs-UG-0.23linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Fri Jan 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Updated docs tarball (gnome-user-docs-SAG-0.15linux) from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Thu Dec 16 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   211
- Update l10n help tarball to use linux version.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Fri Dec 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Updated docs tarball (gnome-user-docs-SAG-0.14linux) from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Updated docs tarball (gnome-user-docs-AG-0.6linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Fri Dec  3 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- Updated docs tarball (gnome-user-docs-UG-0.22linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Updated gnome-user-docs-09-linux-user-guide.diff to add new file, 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
  appendixa.xml.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Updated docs (gnome-user-docs-ORMS-0.2linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Thu Nov 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- Fix 6197994: Add Linux-specific patches to remove references to files not in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
  the Linux docs tarballs and add files that are (but not in Solaris tarball).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
- Updated docs tarball (gnome-user-docs-UG-0.21solaris) from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
- Updated docs tarball (gnome-user-docs-ORMS) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
  Added '%ifos solaris' to handle this Solaris version of the tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Thu Nov 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
- Update docs tarball (gnome-user-docs-AG-0.5) from [email protected]. Update
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
  patch gnome-user-docs-07-access_guide.diff to add new file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Tue Nov  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- Updated docs tarball (gnome-user-docs-UG-0.20linux) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
* Tue Oct 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
- Updated docs tarball (gnome-user-docs-SAG) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
  Added '%ifos solaris' to handle this Solaris version of the tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
- #6179792, fix permissions problem with some loading help files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Fri Oct 15 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   240
- Change patch1 order not to overwride by tar.
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   241
- Updated l10n help tarball.  gnome-user-docs-l10n-online-help-ci.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Wed Oct  6 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Updated docs tarball (gnome-user-docs-ORMS-0.5) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Thu Sep 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- Updated docs tarball (gnome-user-docs-UG-0.19ssolaris) from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Update docs tarball (gnome-user-docs-AG-0.4) from [email protected]. Update
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
  patch gnome-user-docs-07-access_guide.diff to add two new files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Fri Sep 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
- Change UG-0.18sparc tarball to UG-0.18solaris and use for x86 and sparc at
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
  request of Brian.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Thu Sep 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Updated docs tarball (gnome-user-docs-UG-0.18sparc) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
  This is sparc only so '%ifarch sparc' is used.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Wed Sep 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
- Updated docs tarball (gnome-user-docs-UG-0.17) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
* Tue Sep 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
- Updated docs tarball (gnome-user-docs-ORMS-0.4) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
* Sun Sep 19 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   260
- fix file permissions.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Thu Sep 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- Integrated updated docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
- Added javahelp-convert for new docs. Also updated orms patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
* Wed Sep 01 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   265
- Added javahelp-convert for mozilla_info/office_info/sample_apps_info.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
* Tue Aug 31 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
- Update docs tarball (gnome-user-docs-UG-0.16) from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
* Wed Aug 25 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   269
- Updated l10n help contents.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
* Fri Aug 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
- Integrated updated docs tarball from [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
* Thu Aug 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
- Add docs tarball (gnome-user-docs-ORMS-0.1) from [email protected].
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   274
- Update docs tarball (gnome-user-docs-AG-0.3) from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Thu Aug 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- Updated /usr/share/gnome/help/user-guide/*/*.xml to 0755 for integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Mon Aug 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Updated /usr/share/gnome/help/user-guide/*/*.xml to 0644 for Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
  integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
* Thu Aug 12 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   281
- Update docs tarball (gnome-user-docs-UG-0.15) from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
* Wed Aug 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
- Add new docs tarball (gnome-user-docs-SAG-0.12.tar.bz2) from
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
  [email protected].
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
* Sun Jul 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
- Remove javahelp-convert-install code for quick start guide.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
* Sat Jul 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
- Remove javahelp-convert-install code for introduction-to-gnome.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Fri Jul 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- Disable patch 3 that adds sun-desktop (aka quick start user guide) Makefiles.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
  This fixes bug 5072270.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
- Add accessibility tarball and patch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Wed Jul 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
- Add new docs tarball (gnome-user-docs-SAG-0.11.tar.bz2) from
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
  [email protected]. Add patch gnome-user-docs-06-sag_update.diff to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
  incorporate these docs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
* Wed Jul 07 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   299
- added "-j $CPUS" to make to speed up builds.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
* Mon Jul 05 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   301
- Update new docs tarball (gnome-user-docs-UG-0.14) from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
* Mon Jun 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
- Add patch to comment out omf_dest_dir assignment in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
  gnome2-user-guide/C/Makefile.am. Old docs tarball had its own Makefile.am
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
  which hid this issue.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
* Thu Jun 10 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   307
- Incorporate new docs tarball from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Fri May 28 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   309
- Incorporate new docs tarball from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Tue May 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Remove jdstoc (Master Help set for Javahelp), now delivered
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   312
  in it's own module "jdstoc".
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
* Sun Apr 18 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   314
- enable javahelp conversion on Solaris.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
* Thu Apr 15 2004 Matt Keenan <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   316
- Added jdstoc (Master Help Set for Javahelp).
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
* Wed Apr 14 2004 Matt Keenan <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   318
- Patch to ensure preface.xml is installed for user-guide.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Mon Apr 05 2004 Dermot McCluskey <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   320
- new tarball: gnome-user-docs-UG-SAG-0.09.tar.bz2 (Makefile.am error).
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Thu Apr 01 2004 Matt Keenan <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   322
- Javahelp conversion.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Thu Apr 01 2004 Dermot McCluskey <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   324
- update UG-SAG tarball to gnome-user-docs-UG-SAG-0.08.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Thu Feb 19 2004 Matt Keenan <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   326
- Update to 2.5.0, report patches.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Sat Oct 18 2003 Laszlo Peter <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   328
- Update to 2.4.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Fri Sep 26 2003 Laszlo Peter <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   330
- Updated the user's guide.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
* Tue Aug 26 2003 Michael Twomey <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
- Updated to 0.2 l10n docs tarball to fix seriesid issues.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- Changing to use just scrollkeeper-update to fix i18n issues.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
* Mon Aug 18 2003 Matt Keenan <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   335
- Added new sun-section.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Wed Jul 16 2003 Michael Twomey <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- Updated to newer l10n docs tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
* Fri Jul 11 2003 Laca Peter <[email protected]>
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   339
- Initial version.
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   340