]> git.pld-linux.org Git - packages/acroread.git/blame - acroread.spec
- up to 9.5.4
[packages/acroread.git] / acroread.spec
CommitLineData
14b68627 1#
2# Conditional build:
4d433c27 3%bcond_with license_agreement # generates package
14b68627 4#
26e61bd9 5%define base_name acroread
a7c55aac 6%define rel 1
0eb57bee 7Summary: Adobe Acrobat Reader
aadbc0c6
ER
8Summary(pl.UTF-8): Adobe Acrobat Reader - czytnik plików PDF
9Summary(ru.UTF-8): Программа для чтения документов в формате PDF от Adobe
10Summary(uk.UTF-8): Програма для читання документів у форматі PDF від Adobe
14b68627 11%if %{with license_agreement}
12Name: %{base_name}
13%else
14Name: %{base_name}-installer
15%endif
84876593 16Version: 9.5.4
80a5eb81 17Release: %{rel}%{?with_license_agreement:wla}
81f6ad30 18Epoch: 1
ef009d9a
JB
19License: distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)
20# in short:
21# - not distributable on public sites (only linking to adobe.com permitted)
22# - distribution on CD requires signing Distribution Agreement (see URL above)
94abd8dc 23Group: X11/Applications/Graphics
14b68627 24%if %{with license_agreement}
cf646d82 25Source0: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/%{version}/enu/AdbeRdr%{version}-1_i486linux_enu.tar.bz2
84876593 26# NoSource0-md5: 9fd583a6ebf000cae507f128a58e79b5
ecf5969f 27NoSource: 0
e4f54b4c 28%else
0337a7fe 29Source1: http://svn.pld-linux.org/svn/license-installer/license-installer.sh
d33fe009 30# Source1-md5: 329c25f457fea66ec502b7ef70cb9ede
14b68627 31%endif
a189ca6f 32# please update @COPYSOURCES@ below if you add more Sources or Patches.
1af9d1cc 33Source2: %{base_name}.desktop
34Source3: %{base_name}.png
14f626f0 35URL: http://www.adobe.com/products/acrobat/
976c259d 36%if %{with license_agreement}
3e94b2a4 37BuildRequires: rpmbuild(macros) >= 1.357
69e4e202 38Requires: ca-certificates >= 20080809-4
bcaf2651 39Requires: iconv
7a2c413b 40Requires: openldap-libs < 2.5
2da3bb9c 41Requires: openldap-libs >= 2.4
26e61bd9 42%else
18faefb3 43Requires: rpm-build-tools >= 4.4.37
72426ec4 44Requires: rpmbuild(macros) >= 1.544
976c259d 45%endif
14f626f0 46ExclusiveArch: %{ix86}
9947ca59 47ExcludeArch: i386
aed33851 48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
7985bc82 49
fcf3bf1c 50%define platform intellinux
22bd4e96 51%define tar0 ILINXR.TAR
fcf3bf1c 52%define tar1 COMMON.TAR
94abd8dc 53
dfbbcb35 54%define _noautostrip .*\.api
2da3bb9c 55%define _noautoprov libcrypto\.so.* libssl\.so.* libcurl\.so.* libicu.* libstdc++\.so.* libgcc_s\.so.*
a90af9c0 56%if "%{_rpmversion}" >= "5.0"
5978523c 57%define _noautoreq %{_noautoprov} '^lib.*\.so$' '^lib.*\\(VERSION\\)$'
a90af9c0
JB
58%else
59%define _noautoreq %{_noautoprov} '^lib.*\.so$' '^lib.*\(VERSION\)$'
60%endif
feb5d64e 61%define no_install_post_check_so 1
f21ac523 62
7985bc82 63%description
26e61bd9
ER
64Adobe(R) Reader(R) is free software that lets you view and print PDF
65files (Portable Document Format) on a variety of hardware and
62807d83 66operating system platforms.
7985bc82 67
e013bd4f
JR
68%description -l pl.UTF-8
69Adobe(R) Reader(R) jest darmowym oprogramowaniem umożliwiającym
70oglądanie oraz drukowanie plików PDF (Portable Document Format) na
71różnych platformach sprzętowych oraz różnych systemach operacyjnych.
7985bc82 72
e013bd4f
JR
73%description -l ru.UTF-8
74Программа для чтения документов в формате Portable Document Format
75(PDF), сгенерированных Adobe Acrobat'ом.
d44545ff 76
e013bd4f
JR
77%description -l uk.UTF-8
78Програма для читання документів у форматі Portable Document Format
79(PDF), згенерованих Adobe Acrobat'ом.
d44545ff 80
f994d3ef 81%package -n browser-plugin-%{name}
ae0ad7e9 82Summary: PDF plugin for Mozilla compatible browsers
aadbc0c6 83Summary(pl.UTF-8): Wtyczka PDF dla przeglądarek zgodnych Mozilla
2e45421f 84Group: X11/Applications
26e61bd9 85Requires: %{base_name} = %{epoch}:%{version}-%{release}
3e94b2a4 86Requires: browser-plugins >= 2.0
f994d3ef 87Obsoletes: acroread-plugin
ae0ad7e9 88Obsoletes: mozilla-plugin-acroread
2e45421f 89
f994d3ef 90%description -n browser-plugin-%{name}
62807d83 91A Mozilla plugin for displaying PDF (Portable Document Format) files.
2e45421f 92
e013bd4f
JR
93%description -n browser-plugin-%{name} -l pl.UTF-8
94Wtyczka Mozilli do wyświetlania plików PDF (Portable Document Format).
2e45421f 95
7985bc82 96%prep
14b68627 97%if %{with license_agreement}
17a8eeab 98%setup -q -c
22bd4e96 99cd AdobeReader
ea015334
AM
100tar xf %{tar0}
101tar xf %{tar1}
14b68627 102%endif
7985bc82 103
104%install
105rm -rf $RPM_BUILD_ROOT
0eb57bee 106%if %{without license_agreement}
14b68627 107install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
108
e4f54b4c
ER
109sed -e '
110 s/@BASE_NAME@/%{base_name}/g
111 s/@TARGET_CPU@/%{_target_cpu}/g
112 s-@VERSION@-%{version}-g
113 s-@RELEASE@-%{release}-g
114 s,@SPECFILE@,%{_datadir}/%{base_name}/%{base_name}.spec,g
115 s,@DATADIR@,%{_datadir}/%{base_name},g
78a918bf 116 s/@COPYSOURCES@/%{base_name}{.desktop,.png}/g
1af9d1cc 117' %{SOURCE1} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
14b68627 118
119install %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
14b68627 120install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
1af9d1cc 121install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
14b68627 122
123%else
a0e9a49f
JB
124install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{base_name}/bin} \
125 $RPM_BUILD_ROOT{%{_browserpluginsdir},%{_desktopdir},%{_pixmapsdir}}
7985bc82 126
6dc16e8f 127cd AdobeReader/Adobe/Reader9
a0e9a49f
JB
128cp -a Browser Reader Resource $RPM_BUILD_ROOT%{_libdir}/%{base_name}
129%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Browser/install_browser_plugin
14b68627 130awk -v INSTDIR=%{_libdir}/%{base_name}/Reader \
14f626f0
TP
131 '/^install_dir=/ {print "install_dir="INSTDIR; next} \
132 {print}' \
a0e9a49f 133 bin/%{base_name} > $RPM_BUILD_ROOT%{_libdir}/%{base_name}/bin/%{base_name}
22bd4e96 134
a0e9a49f
JB
135# IMPORTANT NOTE: Here symlinks must be used instead of moving parts of tree
136# for compatibility with other binary-only Adobe software (like AIR).
137# This one is required to find Reader tree (relative to symlink target)...
138ln -sf %{_libdir}/%{base_name}/bin/%{base_name} $RPM_BUILD_ROOT%{_bindir}/%{base_name}
139# ...and nppdf plugin is expected in Browser subdir...
140# ...so just symlink it to be used as browsers plugin.
141ln -sf %{_libdir}/%{base_name}/Browser/%{platform}/nppdf.so $RPM_BUILD_ROOT%{_browserpluginsdir}/nppdf.so
6dc16e8f 142
a0e9a49f
JB
143install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
144install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
3f07d2af 145
7a2c413b
JB
146ln -sf /usr/lib/liblber-2.4.so.2 $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/liblber.so
147ln -sf /usr/lib/libldap-2.4.so.2 $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/libldap.so
69e4e202 148ln -sf /etc/certs/ca-certificates.crt $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/Cert/curl-ca-bundle.crt
22bd4e96 149
a0e9a49f 150# don't generate dependencies for internal libs
22bd4e96 151chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/*.so.*
14b68627 152%endif
7985bc82 153
154%clean
155rm -rf $RPM_BUILD_ROOT
156
0eb57bee 157%if %{without license_agreement}
5d59434a 158%post
e4f54b4c 159%{_bindir}/%{base_name}.install
3e94b2a4 160%endif
ae0ad7e9 161
3e94b2a4 162%if %{with license_agreement}
163%post -n browser-plugin-%{name}
164%update_browser_plugins
ae0ad7e9 165
3e94b2a4 166%postun -n browser-plugin-%{name}
167if [ "$1" = 0 ]; then
168 %update_browser_plugins
169fi
14b68627 170%endif
171
7985bc82 172%files
173%defattr(644,root,root,755)
0eb57bee 174%if %{without license_agreement}
14b68627 175%attr(755,root,root) %{_bindir}/%{base_name}.install
176%{_datadir}/%{base_name}
177%else
78a918bf 178%doc AdobeReader/ReadMe.htm
a0e9a49f 179%attr(755,root,root) %{_bindir}/acroread
14b68627 180%dir %{_libdir}/%{base_name}
a0e9a49f
JB
181%dir %{_libdir}/%{base_name}/Browser
182%dir %{_libdir}/%{base_name}/Browser/%{platform}
183%attr(755,root,root) %{_libdir}/%{base_name}/Browser/%{platform}/nppdf.so
184%{_libdir}/%{base_name}/Browser/HowTo
14b68627 185%dir %{_libdir}/%{base_name}/Reader
186%{_libdir}/%{base_name}/Reader/help
14b68627 187%{_libdir}/%{base_name}/Reader/AcroVersion
22bd4e96
AM
188%{_libdir}/%{base_name}/Reader/Cert
189%{_libdir}/%{base_name}/Reader/GlobalPrefs
c7dc1b0b 190%{_libdir}/%{base_name}/Reader/IDTemplates
22bd4e96 191%{_libdir}/%{base_name}/Reader/JavaScripts
c7dc1b0b
TP
192%{_libdir}/%{base_name}/Reader/Legal
193%{_libdir}/%{base_name}/Reader/Tracker
194%{_libdir}/%{base_name}/Reader/PDFSigQFormalRep.pdf
195%{_libdir}/%{base_name}/Reader/pmd.cer
78a918bf 196%{_libdir}/%{base_name}/Reader/%{platform}/mozilla
14b68627 197%dir %{_libdir}/%{base_name}/Reader/%{platform}
714a6915 198%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins
c7dc1b0b 199%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Multimedia
43255eee 200%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d
714a6915 201%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/SPPlugins
14b68627 202%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/bin
203%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/lib
714a6915 204%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/*.api
43255eee 205%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d/*.x3d
78a918bf 206%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Multimedia/MPP
714a6915
KK
207%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/AcroForm
208%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Annotations
c7dc1b0b 209%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d/prc
a0e9a49f
JB
210%{_libdir}/%{base_name}/Resource
211%dir %{_libdir}/%{base_name}/bin
212%attr(755,root,root) %{_libdir}/%{base_name}/bin/acroread
a7dabf0b 213%{_desktopdir}/acroread.desktop
a0e9a49f 214%{_pixmapsdir}/acroread.png
2e45421f 215
f994d3ef 216%files -n browser-plugin-%{name}
2e45421f 217%defattr(644,root,root,755)
a0e9a49f 218%attr(755,root,root) %{_browserpluginsdir}/nppdf.so
14b68627 219%endif
This page took 0.067028 seconds and 4 git commands to generate.