base-specs/acroread.spec
author dermot
Fri, 13 Apr 2007 17:27:25 +0000
changeset 9742 9249f7fb9d26
parent 9397 b16e349d18c5
child 10837 0f36e298a0b7
child 11488 c3a5edeeae7f
permissions -rw-r--r--
2007-04-13 Dermot McCluskey <[email protected]> * base-specs/acroread.spec: add private libz. Fixes 6488257
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
# Copyright (c) 2005 Sun Microsystems Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
# 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
     4
# 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
     5
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# Owner: dermot
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
Name:         acroread
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
License:      Commercial
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
Group:        Applications/Multimedia
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
Provides:     acroread
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Version:      7.0.9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Release:      1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Summary:      Acrobat Reader for PDF files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
URL:          http://www.adobe.com/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Docdir:       %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Autoreqprov:  no
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
PreReq:       firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
%ifos solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Source:       http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.9/enu/AdbeRdr709_solaris_enu.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Source1:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/chs/AdobeReader_chs-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Source2:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/cht/AdobeReader_cht-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Source3:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/jpn/AdobeReader_jpn-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Source4:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/kor/AdobeReader_kor-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Source5:      l10n-configure.sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Source6:      acroread-combined-langs
9742
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
    31
Source7:      libz.so.1-sparc-5.11.49.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define acro_dir AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define base_install_dir %{_libdir}/%{acro_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define acrobin_dir %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define desktop_apps_dir %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define hicolor_theme_dir %{_datadir}/icons/hicolor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define plugin_dir %{_libdir}/firefox/plugins
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define acrodoc_dir %{base_install_dir}/doc/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
%define platform_acro_file SSOLR.TAR
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%define platform_browser_dir sparcsolaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%define plugin_link_target ../../%{acro_dir}/Browser/%{platform_browser_dir}/nppdf.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Source:       http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.8/enu/AdobeReader_enu-7.0.8-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Source1:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/chs/AdobeReader_chs-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Source2:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/cht/AdobeReader_cht-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Source3:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/jpn/AdobeReader_jpn-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Source4:      http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.5/kor/AdobeReader_kor-7.0.5-1.i386.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Source5:      l10n-configure.sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Source6:      acroread-combined-langs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%define acro_dir AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%define base_install_dir %{_prefix}/X11R6/lib/%{acro_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%define acrobin_dir %{_prefix}/X11R6/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%define plugin_dir %{_libdir}/firefox/plugins
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
%define acrodoc_dir %{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%define platform_acro_file ILINXR.TAR
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%define platform_browser_dir intellinux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%define plugin_link_target %{base_install_dir}/Browser/%{platform_browser_dir}/nppdf.so
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Acrobat reader for PDF files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%setup -q -c -n %{name}-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
mkdir chs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
cd chs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
gunzip -c %SOURCE1 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
cd ..
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
mkdir cht
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
cd cht
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
gunzip -c %SOURCE2 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
cd ..
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
mkdir jpn
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
cd jpn
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
gunzip -c %SOURCE3 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
mkdir kor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
cd kor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
gunzip -c %SOURCE4 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
bash -x %SOURCE5
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
install -d ${RPM_BUILD_ROOT}%{base_install_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
# Extract Asian font software
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
cd chs/AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
cat COMMON.TAR | (cd ${RPM_BUILD_ROOT}%{base_install_dir}; tar xvf -)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
cd ../..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
cd cht/AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
cat COMMON.TAR | (cd ${RPM_BUILD_ROOT}%{base_install_dir}; tar xvf -)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
cd ../..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
cd jpn/AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
cat COMMON.TAR | (cd ${RPM_BUILD_ROOT}%{base_install_dir}; tar xvf -)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
cd ../..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
cd kor/AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
cat COMMON.TAR | (cd ${RPM_BUILD_ROOT}%{base_install_dir}; tar xvf -)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
cd ../..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
cd AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
cat COMMON.TAR | (cd ${RPM_BUILD_ROOT}%{base_install_dir}; tar xvf -)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
cat %{platform_acro_file} | (cd ${RPM_BUILD_ROOT}%{base_install_dir}; tar xvf -)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
# overwrite distributed script with new ver that supports all langs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
install --mode=0755 %SOURCE6 ${RPM_BUILD_ROOT}%{base_install_dir}/bin/acroread
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
cd AdobeReader
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
install -d ${RPM_BUILD_ROOT}%{acrodoc_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
install --mode=0644 LICREAD.TXT ${RPM_BUILD_ROOT}%{acrodoc_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
install --mode=0644 ReadMe.htm ${RPM_BUILD_ROOT}%{acrodoc_dir}
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
# make a link to the executable acroread script from a $PATH directory (/usr/bin or /usr/X11R6/bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
install -d ${RPM_BUILD_ROOT}%{acrobin_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
cd ${RPM_BUILD_ROOT}%{_libdir}/AdobeReader/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
cd ${RPM_BUILD_ROOT}%{_prefix}/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
ln -s ../lib/AdobeReader/bin/acroread .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
%ifos solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
# Make link in /usr/sfw/bin for backward compatability with prev acroread ver.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
install -d ${RPM_BUILD_ROOT}%{_prefix}/sfw/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
cd ${RPM_BUILD_ROOT}%{_prefix}/sfw/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
ln -s ../../lib/AdobeReader/bin/acroread .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
install -d ${RPM_BUILD_ROOT}%{desktop_apps_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
cd ${RPM_BUILD_ROOT}%{desktop_apps_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
ln -s ../../lib/AdobeReader/Resource/Support/AdobeReader_GNOME.desktop acroread.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
install -d ${RPM_BUILD_ROOT}%{hicolor_theme_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
cd ${RPM_BUILD_ROOT}%{hicolor_theme_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
for f in `cd  ../../../lib/AdobeReader/Resource/Icons/; /bin/ls -d *x*`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
do 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
  install -d ${RPM_BUILD_ROOT}%{hicolor_theme_dir}/$f/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
  ln -s ../../../../../lib/AdobeReader/Resource/Icons/$f/AdobeReader.png ./$f/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
install --mode=755 -d ${RPM_BUILD_ROOT}%{plugin_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
ln -s %{plugin_link_target} ${RPM_BUILD_ROOT}%{plugin_dir}/nppdf.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
9742
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   145
# install a private copy of libz
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   146
cp %SOURCE7 ${RPM_BUILD_ROOT}%{_libdir}/AdobeReader/Reader/sparcsolaris/lib/libz.so.1.bz2
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   147
cd ${RPM_BUILD_ROOT}%{_libdir}/AdobeReader/Reader/sparcsolaris/lib
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   148
bunzip2 libz.so.1.bz2
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   149
chmod 0755 libz.so.1
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   150
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%{base_install_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%{acrobin_dir}/acroread
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%{plugin_dir}/nppdf.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%{acrodoc_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%changelog
9742
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   164
* Fri Apr 13 2007 - [email protected]
9249f7fb9d26 2007-04-13 Dermot McCluskey <[email protected]>
dermot
parents: 9397
diff changeset
   165
- add a private copy of libz to acroread
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Tue Feb 20 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Up-revved to 7.0.9 due to Adobe security alert
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Fri Nov 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Create link for the .desktop file and the icon for it.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
* Tue Jul 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
- Up-revved to 7.0.8 and overwrite provided acroread script with version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
  that supports the Asian LANGs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- change the plugin dir to /usr/lib/firefox/plugins since firefox move
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
  from /usr/sfw/lib to /usr/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
* Wed Nov 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
- Copy in v7 changes from JDS3.1 branch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Thu Oct 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- Change mozilla references to firefox.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
* Mon Oct 10 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- Add symlink in /usr/sfw/bin for backward compatability. Fixes 6300634.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Thu Aug 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- move to version 7.0.1 - need to re-write prep and install sections
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Mon Dec 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- bump to 5.0.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
  directory structure of tarballs changed slightly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Fri Nov 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- Removed jds-integration dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- add jds-integration dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
* Wed Nov 10 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
- Fix for 5089858 - add Asian font packages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Tue Oct 05 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- CR 6174047 : moved acroread to install to /usr/sfw
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
  Bug 5110289 : changed plugin link to be relative for solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Mon Aug 16 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- parameterize platform_browser_dir
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Fri Aug 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- initial version