gnome-user-docs.spec
author dermotm
Mon, 03 May 2004 01:08:22 +0000
changeset 2619 a032fc86f08a
parent 2494 6b1189c3cc84
child 2640 312ecefaba0f
permissions -rw-r--r--
Incremented release numbers for build 09
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
2619
a032fc86f08a Incremented release numbers for build 09
dermotm
parents: 2494
diff changeset
     9
Release:		14
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
2389
806b1928172e gnome-user-docs.spec: new UG-SAG tarball
dermotm
parents: 2368
diff changeset
    15
Source2:                gnome-user-docs-UG-SAG-0.09.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
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
    17
Source4:		jdstoc-0.1.tar.bz2
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    18
Patch1:		   	gnome-user-docs-01-add-l10n-online-help.diff
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    19
Patch2:		   	gnome-user-docs-02-sun-desktop-section.diff
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    20
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
    21
Patch4:                 gnome-user-docs-04-preface-xml.diff
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
    22
Patch5:                 gnome-user-docs-05-jdstoc.diff
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    23
URL:			http://developer.gnome.org/projects/gdp/
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    24
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    25
Docdir:			%{_defaultdocdir}/doc
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    26
1281
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    27
%define			scrollkeeper_version 0.3.12
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    28
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    29
Requires:		scrollkeeper >= %{scrollkeeper_version}
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    30
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    31
%description
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    32
This package contains general GNOME user documentation which is not 
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    33
directly associated with any particular GNOME application or package.
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    34
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    35
%prep
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    36
%setup -q -n gnome2-user-docs-%{version}
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1281
diff changeset
    37
bzcat %SOURCE1 | tar xf -
1106
eda36f060292 New rev for gnome-user-docs_docs.tar.bz2, now called
dermotm
parents: 1095
diff changeset
    38
rm -Rf gnome2-user-guide/C/figures
1826
62fe5cab6cd2 Change 'tar jxf' to 'bzcat | tar xf'.
dc144907
parents: 1609
diff changeset
    39
bzcat %SOURCE2 | tar xf -
62fe5cab6cd2 Change 'tar jxf' to 'bzcat | tar xf'.
dc144907
parents: 1609
diff changeset
    40
bzcat %SOURCE3 | tar xf -
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
    41
bzcat %SOURCE4 | tar xf -
1834
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    42
%patch1 -p1
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    43
%patch2 -p1
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    44
%patch3 -p1
2457
6fb2914e7c72 preface.xml not getting installed for user-guide, causing javahelp-convert to fail
mattk
parents: 2456
diff changeset
    45
%patch4 -p1
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
    46
%patch5 -p1
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    47
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    48
%build
538
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    49
libtoolize --force
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1281
diff changeset
    50
aclocal -I %{_datadir}/aclocal/gnome2-macros
538
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    51
automake -a -c -f
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    52
autoconf
45337f7599fd add l10n help to gnome-user-docs
mlei
parents: 532
diff changeset
    53
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    54
./configure --prefix=%{_prefix}			\
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    55
            --datadir=%{_datadir}
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    56
make
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    57
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    58
%install
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    59
rm -rf $RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    60
make install DESTDIR=$RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    61
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    62
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
    63
javahelp-convert-install $RPM_BUILD_ROOT introduction-to-gnome introduction-to-gnome.xml
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    64
javahelp-convert-install $RPM_BUILD_ROOT quick-start-user-guide quick-start-user-guide.xml
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    65
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
    66
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
    67
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    68
%clean
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    69
rm -rf $RPM_BUILD_ROOT
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    70
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    71
%post
612
2da04438f9e0 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 602
diff changeset
    72
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    73
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    74
%postun
612
2da04438f9e0 2003-07-17 Glynn Foster <[email protected]>
gman
parents: 602
diff changeset
    75
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    76
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    77
%files
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    78
%defattr(-,root,root)
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    79
%doc COPYING COPYING-DOCS AUTHORS README ChangeLog NEWS INSTALL
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    80
%{_datadir}/gnome/help/*
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2360
diff changeset
    81
%{_datadir}/gnome/javahelp/*
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    82
%{_datadir}/omf/*
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    83
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
    84
%changelog
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2472
diff changeset
    85
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2472
diff changeset
    86
- enable javahelp conversion on Solaris
2472
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
    87
* Thu Apr 15 2004 Matt Keenan <[email protected]>
e57830dba9d0 Javahelp Master Helpset
mattk
parents: 2457
diff changeset
    88
- 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
    89
* 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
    90
- 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
    91
* Mon Apr 05 2004 Dermot McCluskey <[email protected]>
806b1928172e gnome-user-docs.spec: new UG-SAG tarball
dermotm
parents: 2368
diff changeset
    92
- 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
    93
* 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
    94
- Javahelp conversion
2368
fa1ca4edc1da gnome-user-docs.spec: Fix bad date in %changelog (4002 -> 2004).
dc144907
parents: 2362
diff changeset
    95
* Thu Apr 01 2004 Dermot McCluskey <[email protected]>
2360
a9c8bff119ad gnome-user-docs.spec : new UG-SAG docs tarball
dermotm
parents: 2280
diff changeset
    96
- 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
    97
* Thu Feb 19 2004 Matt Keenan <[email protected]>
0d7b6c521217 Bump to 2.5.0
mattk
parents: 1826
diff changeset
    98
- Update to 2.5.0, report patches
1281
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
    99
* Sat Oct 18 2003 Laszlo Peter <[email protected]>
981e734832fd 2003-10-18 Laszlo Peter <[email protected]>
re
parents: 1195
diff changeset
   100
- Update to 2.4.1
1169
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   101
* Fri Sep 26 2003 Laszlo Peter <[email protected]>
83bb110547f4 integrate Sun docs
laca
parents: 1157
diff changeset
   102
- 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
   103
* 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
   104
- 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
   105
- Changing to use just scrollkeeper-update to fix i18n issues.
1095
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1030
diff changeset
   106
* Mon Aug 18 2003 Matt Keenan <[email protected]>
b1b3db631cc2 Stopper : #4904264
mattk
parents: 1030
diff changeset
   107
- Added new sun-section
602
761fb64b0903 Updated to newer l10n docs tarball.
mick
parents: 601
diff changeset
   108
* Wed Jul 16 2003 Michael Twomey <[email protected]>
761fb64b0903 Updated to newer l10n docs tarball.
mick
parents: 601
diff changeset
   109
- Updated to newer l10n docs tarball.
532
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   110
* Fri Jul 11 2003 Laca Peter <[email protected]>
e239002e7d01 added gnome-user-docs
laca
parents:
diff changeset
   111
- Initial version