gnome-user-docs.spec
author dc144907
Thu, 19 Aug 2004 07:59:35 +0000
changeset 3622 3adf5b4e3c8b
parent 3577 310050b35732
child 3627 0d38058536e2
permissions -rw-r--r--
* gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     1
#
601
7a2f75f5bd95 2003-07-16 Mark McLoughlin <[email protected]>
markmc
parents: 575
diff changeset
     2
# Copyright (c) Sun Microsystems, Inc.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     3
#
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     4
Name:		        gnome-user-docs
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     5
License:		FDL
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     6
Group:			Documentation
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
     7
BuildArchitectures:	noarch
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
     8
Version:		2.5.0
3519
bad9ff064e09 Incremented release numbers for build 16
dermotm
parents: 3425
diff changeset
     9
Release:		21
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    10
Distribution:		Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    11
Vendor:			Sun Microsystems, Inc.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    12
Summary:		User Documentation for the GNOME desktop
1030
cb9490d74ef4 2003-08-11 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    13
Source:		        http://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.0/gnome2-user-docs-%{version}.tar.bz2	
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
    14
Source1:	        gnome2-user-guide-l10n-online-help-0.2.tar.bz2
3544
e8c38dc153ae * gnome-user-docs.spec: Integrated UG 0.15 docs tarball.
dc144907
parents: 3533
diff changeset
    15
Source2:                gnome-user-docs-UG-0.15.tar.bz2
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    16
Source3:		quick-start-user-guide-0.5.tar.bz2
3533
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
    17
Source4:		gnome-user-docs-SAG-0.12.tar.bz2
3283
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
    18
Source5:		gnome-user-docs-AG-0.2.tar.bz2
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    19
Patch1:		   	gnome-user-docs-01-add-l10n-online-help.diff
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    20
Patch2:		   	gnome-user-docs-02-sun-desktop-section.diff
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    21
Patch3:                 gnome-user-docs-03-add-l10n-docs.diff
2457
6fb2914e7c72 preface.xml not getting installed for user-guide, causing javahelp-convert to fail
mattk
parents: 2456
diff changeset
    22
Patch4:                 gnome-user-docs-04-preface-xml.diff
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
    23
Patch5:                 gnome-user-docs-05-omfdestdir.diff
3265
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
    24
Patch6:                 gnome-user-docs-06-sag_update.diff
3283
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
    25
Patch7:                 gnome-user-docs-07-access_guide.diff
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    26
URL:			http://developer.gnome.org/projects/gdp/
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    27
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    28
Docdir:			%{_defaultdocdir}/doc
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    29
1281
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    30
%define			scrollkeeper_version 0.3.12
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    31
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    32
Requires:		scrollkeeper >= %{scrollkeeper_version}
2651
7d94ed103e18 2004-05-06 Glynn Foster <[email protected]>
gman
parents: 2648
diff changeset
    33
BuildRequires:		javahelp-convert
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    34
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    35
%description
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    36
This package contains general GNOME user documentation which is not 
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    37
directly associated with any particular GNOME application or package.
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    38
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    39
%prep
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    40
%setup -q -n gnome2-user-docs-%{version}
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1281
diff changeset
    41
bzcat %SOURCE1 | tar xf -
1106
eda36f060292 New rev for gnome-user-docs_docs.tar.bz2, now called
dermotm
parents: 1095
diff changeset
    42
rm -Rf gnome2-user-guide/C/figures
1826
62fe5cab6cd2 Change 'tar jxf' to 'bzcat | tar xf'.
dc144907
parents: 1609
diff changeset
    43
bzcat %SOURCE2 | tar xf -
62fe5cab6cd2 Change 'tar jxf' to 'bzcat | tar xf'.
dc144907
parents: 1609
diff changeset
    44
bzcat %SOURCE3 | tar xf -
3265
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
    45
bzcat %SOURCE4 | tar xf -
3283
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
    46
bzcat %SOURCE5 | tar xf -
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    47
%patch1 -p1
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    48
%patch2 -p1
3297
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
    49
# %patch3 -p1
2457
6fb2914e7c72 preface.xml not getting installed for user-guide, causing javahelp-convert to fail
mattk
parents: 2456
diff changeset
    50
%patch4 -p1
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
    51
%patch5 -p1
3265
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
    52
%patch6 -p1
3283
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
    53
%patch7 -p1
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    54
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    55
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    56
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    57
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    58
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    59
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    60
%else
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    61
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    62
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    63
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    64
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    65
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    66
538
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    67
libtoolize --force
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1281
diff changeset
    68
aclocal -I %{_datadir}/aclocal/gnome2-macros
538
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    69
automake -a -c -f
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    70
autoconf
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    71
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    72
./configure --prefix=%{_prefix}			\
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    73
            --datadir=%{_datadir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
    74
make -j $CPUS
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    75
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    76
%install
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    77
rm -rf $RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    78
make install DESTDIR=$RPM_BUILD_ROOT
3622
3adf5b4e3c8b * gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
dc144907
parents: 3577
diff changeset
    79
chmod 0755 $RPM_BUILD_ROOT%{_datadir}/gnome/help/user-guide/*/*.xml
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    80
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    81
javahelp-convert-install $RPM_BUILD_ROOT gnome-access-guide gnome-access-guide.xml
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    82
javahelp-convert-install $RPM_BUILD_ROOT system-admin-guide system-admin-guide.xml
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    83
javahelp-convert-install $RPM_BUILD_ROOT user-guide user-guide.xml
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    84
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    85
%clean
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    86
rm -rf $RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    87
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    88
%post
612
2da04438f9e0 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 602
diff changeset
    89
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    90
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    91
%postun
612
2da04438f9e0 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 602
diff changeset
    92
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    93
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    94
%files
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    95
%defattr(-,root,root)
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    96
%doc COPYING COPYING-DOCS AUTHORS README ChangeLog NEWS INSTALL
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    97
%{_datadir}/gnome/help/*
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    98
%{_datadir}/gnome/javahelp/*
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    99
%{_datadir}/omf/*
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   100
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   101
%changelog
3622
3adf5b4e3c8b * gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
dc144907
parents: 3577
diff changeset
   102
* Thu Aug 19 2004 - [email protected]
3adf5b4e3c8b * gnome-user-docs.spec: Set user-guide perms to 0755 for integration.
dc144907
parents: 3577
diff changeset
   103
- 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
   104
3577
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3544
diff changeset
   105
* Mon Aug 16 2004 - [email protected]
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3544
diff changeset
   106
- 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
   107
  integration.
310050b35732 * evolution.spec: Remove patch that has been moved upstream.
dc144907
parents: 3544
diff changeset
   108
3544
e8c38dc153ae * gnome-user-docs.spec: Integrated UG 0.15 docs tarball.
dc144907
parents: 3533
diff changeset
   109
* Thu Aug 12 2004 - [email protected]
e8c38dc153ae * gnome-user-docs.spec: Integrated UG 0.15 docs tarball.
dc144907
parents: 3533
diff changeset
   110
- 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
   111
3533
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
   112
* Wed Aug 11 2004 - [email protected]
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
   113
- 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
   114
  [email protected].
146bf5b74513 * gnome-user-docs.spec, evolution.spec: Update with new docs tarball
dc144907
parents: 3519
diff changeset
   115
3305
7d2313995c52 Remove javahelp stuff for quick start guide.
dc144907
parents: 3300
diff changeset
   116
* Sun Jul 11 2004 - [email protected]
7d2313995c52 Remove javahelp stuff for quick start guide.
dc144907
parents: 3300
diff changeset
   117
- 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
   118
3300
2ac3b7278e04 * gnome-user-docs.spec: Remove javahelp-convert-install line that
dc144907
parents: 3297
diff changeset
   119
* Sat Jul 10 2004 - [email protected]
2ac3b7278e04 * gnome-user-docs.spec: Remove javahelp-convert-install line that
dc144907
parents: 3297
diff changeset
   120
- 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
   121
3297
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   122
* 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
   123
- 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
   124
  This fixes bug 5072270.
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   125
54c0e91e0454 * gnome-user-docs.spec: Disable patch 03 to fix 5072270. Removes quick start
dc144907
parents: 3283
diff changeset
   126
* Wed Jul 07 2004 - [email protected]
3283
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
   127
- Add accessibility tarball and patch.
3d932597ccfd * gnome-user-docs.spec: Add accessibility guide and patch.
dc144907
parents: 3265
diff changeset
   128
3265
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   129
* Wed Jul 07 2004 - [email protected]
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   130
- 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
   131
  [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
   132
  incorporate these docs.
3bb190bda7ca * patches/gnome-user-docs-04-preface-xml.diff: Add mouseconv.xml to
dc144907
parents: 3263
diff changeset
   133
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
   134
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
   135
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3250
diff changeset
   136
3250
c91d1008b0a8 gnome-user-docs.spec: Update new docs tarball (gnome-user-docs-UG-0.14)
dc144907
parents: 3224
diff changeset
   137
* 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
   138
- 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
   139
* 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
   140
- 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
   141
  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
   142
  which hid this issue.
3088
4374a4d31776 * gnome-user-docs.spec: Incorporate new docs tarball from [email protected]
dc144907
parents: 2958
diff changeset
   143
* Thu Jun 10 2004 - [email protected]
4374a4d31776 * gnome-user-docs.spec: Incorporate new docs tarball from [email protected]
dc144907
parents: 2958
diff changeset
   144
- 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
   145
* Fri May 28 2004 - [email protected]
483568ffed01 gnome-user-docs.spec: Incorporate new docs tarball from [email protected].
dc144907
parents: 2777
diff changeset
   146
- Incorporate new docs tarball from [email protected]
2648
a8ce6c76a912 Fix bad changelog date
mattk
parents: 2640
diff changeset
   147
* Tue May 04 2004 - [email protected]
2640
312ecefaba0f New jdstoc component, remove jdstoc stuff from gnome-user-docs
mattk
parents: 2619
diff changeset
   148
- 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
   149
- in it's own module "jdstoc"
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2472
diff changeset
   150
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2472
diff changeset
   151
- enable javahelp conversion on Solaris
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
   152
* Thu Apr 15 2004 Matt Keenan <[email protected]>
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
   153
- 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
   154
* 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
   155
- 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
   156
* Mon Apr 05 2004 Dermot McCluskey <[email protected]>
806b1928172e gnome-user-docs.spec: new UG-SAG tarball
dermotm
parents: 2368
diff changeset
   157
- 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
   158
* 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
   159
- Javahelp conversion
2368
fa1ca4edc1da gnome-user-docs.spec: Fix bad date in %changelog (4002 -> 2004).
dc144907
parents: 2362
diff changeset
   160
* Thu Apr 01 2004 Dermot McCluskey <[email protected]>
2360
a9c8bff119ad gnome-user-docs.spec : new UG-SAG docs tarball
dermotm
parents: 2280
diff changeset
   161
- 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
   162
* Thu Feb 19 2004 Matt Keenan <[email protected]>
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
   163
- Update to 2.5.0, report patches
1281
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   164
* Sat Oct 18 2003 Laszlo Peter <[email protected]>
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   165
- Update to 2.4.1
1169
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   166
* Fri Sep 26 2003 Laszlo Peter <[email protected]>
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   167
- 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
   168
* 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
   169
- 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
   170
- Changing to use just scrollkeeper-update to fix i18n issues.
1095
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1030
diff changeset
   171
* Mon Aug 18 2003 Matt Keenan <[email protected]>
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1030
diff changeset
   172
- Added new sun-section
602
761fb64b0903 Updated to newer l10n docs tarball.
mick
parents: 601
diff changeset
   173
* Wed Jul 16 2003 Michael Twomey <[email protected]>
761fb64b0903 Updated to newer l10n docs tarball.
mick
parents: 601
diff changeset
   174
- Updated to newer l10n docs tarball.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   175
* Fri Jul 11 2003 Laca Peter <[email protected]>
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   176
- Initial version