SUNWsolaris-devel-docs.spec
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 13673 9761924fc246
child 15352 7ed50e8ebf6a
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44
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 SUNWsolaris-devel-docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11381
161827362b42 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 11263
diff changeset
     4
# Copyright 2008 Sun Microsystems, Inc.
9397
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: dcarbery
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Name:                    SUNWsolaris-devel-docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Summary:                 Developer documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Version:                 %{default_pkg_version}
11390
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11381
diff changeset
    15
# NOTE: If the version is bumped the new tarball must be uploaded to the
5d4f02562c57 2008-01-04 Damien Carbery <[email protected]>
dcarbery
parents: 11381
diff changeset
    16
#       Sun Download Center. Contact GNOME RE for assistance.
11381
161827362b42 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 11263
diff changeset
    17
%define tarball_version 0.11
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Source:                  http://dlc.sun.com/osol/jds/downloads/extras/devguide-%{tarball_version}.tar.bz2
12024
98dcc0439f5f 2008-04-03 Damien Carbery <[email protected]>
dcarbery
parents: 11390
diff changeset
    19
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
BuildRequires:           SUNWgnome-common-devel
9451
c7425e4ae9b5 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    23
BuildRequires:           SUNWgnome-base-libs-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%if 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%package de
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Summary:                 %{summary} - German documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%package es
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Summary:                 %{summary} - Spanish documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%package fr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Summary:                 %{summary} - French documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%package ja
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Summary:                 %{summary} - Japanese documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%package zhCN
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Summary:                 %{summary} - Simplified Chinese documentation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%endif
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%setup -q -n devguide-%{tarball_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
./configure --prefix=%{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
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
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%defattr (-, root, bin)
13673
9761924fc246 2008-09-19 Halton Huo <[email protected]>
halton
parents: 12024
diff changeset
    78
%doc README
9761924fc246 2008-09-19 Halton Huo <[email protected]>
halton
parents: 12024
diff changeset
    79
%doc(bzip2) COPYING ChangeLog
9761924fc246 2008-09-19 Halton Huo <[email protected]>
halton
parents: 12024
diff changeset
    80
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%{_datadir}/doc/soldevex/html/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%{_datadir}/doc/soldevex/html/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%{_datadir}/doc/soldevex/html/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%{_datadir}/applications/*.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%{_datadir}/pixmaps/*.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%if 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%{_datadir}/doc/soldevex/html/C/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%{_datadir}/doc/soldevex/html/C/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%{_datadir}/doc/soldevex/html/C/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%{_datadir}/applications/*.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%{_datadir}/pixmaps/*.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%files de
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{_datadir}/doc/soldevex/html/de/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{_datadir}/doc/soldevex/html/de/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%{_datadir}/doc/soldevex/html/de/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%files es
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{_datadir}/doc/soldevex/html/es/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_datadir}/doc/soldevex/html/es/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_datadir}/doc/soldevex/html/es/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%files fr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%{_datadir}/doc/soldevex/html/fr/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%{_datadir}/doc/soldevex/html/fr/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%{_datadir}/doc/soldevex/html/fr/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%files ja
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_datadir}/doc/soldevex/html/ja/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_datadir}/doc/soldevex/html/ja/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_datadir}/doc/soldevex/html/ja/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%files zhCN
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%dir %attr (0755, root, other) %{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_datadir}/doc/soldevex/html/zh_CN/developer_guide.html
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_datadir}/doc/soldevex/html/zh_CN/images
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_datadir}/doc/soldevex/html/zh_CN/content
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%changelog
13673
9761924fc246 2008-09-19 Halton Huo <[email protected]>
halton
parents: 12024
diff changeset
   147
* Fri Sep 19 2008 - [email protected]
9761924fc246 2008-09-19 Halton Huo <[email protected]>
halton
parents: 12024
diff changeset
   148
- Add %doc part to %files
12024
98dcc0439f5f 2008-04-03 Damien Carbery <[email protected]>
dcarbery
parents: 11390
diff changeset
   149
* Thu Apr 03 2008 - [email protected]
98dcc0439f5f 2008-04-03 Damien Carbery <[email protected]>
dcarbery
parents: 11390
diff changeset
   150
- Add SUNW_Copyright.
11381
161827362b42 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 11263
diff changeset
   151
* Thu Jan 03 2008 - [email protected]
161827362b42 2008-01-03 Damien Carbery <[email protected]>
dcarbery
parents: 11263
diff changeset
   152
- Bump to 0.11.
11263
7c132e49475c 2007-11-29 Damien Carbery <[email protected]>
dcarbery
parents: 11210
diff changeset
   153
* Thu Nov 29 2007 - [email protected]
7c132e49475c 2007-11-29 Damien Carbery <[email protected]>
dcarbery
parents: 11210
diff changeset
   154
- Bump to 0.10 for SXDE 1/08.
11210
2cde8e3cd41f 2007-11-16 Damien Carbery <[email protected]>
dcarbery
parents: 9788
diff changeset
   155
* Fri Nov 16 2007 - [email protected]
2cde8e3cd41f 2007-11-16 Damien Carbery <[email protected]>
dcarbery
parents: 9788
diff changeset
   156
- Bump to 0.9 for SXDE 1/08.
9788
5f9647330b96 2007-04-25 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9464
diff changeset
   157
* Wed Apr 25 2007 - [email protected]
5f9647330b96 2007-04-25 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9464
diff changeset
   158
- bump to 0.5, delete patch
9451
c7425e4ae9b5 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   159
* Mon Mar 05 2007 - [email protected]
c7425e4ae9b5 2007-03-06 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   160
- Add Build/Requires SUNWgnome-base-libs/-devel for aclocal.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Wed Feb 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- Add BuildRequires SUNWgnome-common-devel for intltoolize.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Tue Feb 06 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Added SUNWsolaris-devel-docs-01-g11n-desktop.diff for i18n. CR 6517955. Add
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
  associated l10n packages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Fri Dec  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- bump to 0.2, update %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Wed Dec  6 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- use a tarball instead of individual Sources.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Wed Dec 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Initial spec.