]> git.pld-linux.org Git - packages/acroread.git/blame - acroread.spec
- removed obsolete rm
[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
a0e9a49f 6%define rel 3
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
165eb068 16Version: 9.4.2
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}
165eb068
KK
25Source0: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/%{version}/enu/AdbeRdr9.4.2-1_i486linux_enu.tar.bz2
26# NoSource0-md5: 307aaaf22e8c08958927dfabb0f4d745
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.*
7a2c413b 56%define _noautoreq %{_noautoprov} '^lib.*\.so$' '^lib.*\(VERSION\)$'
feb5d64e 57%define no_install_post_check_so 1
bab42c0a 58%define skip_post_check_so libWRServices.so.3.1 libadobelinguistic.so.3.2.0 libauthplay.so.0.0.0
f21ac523 59
7985bc82 60%description
26e61bd9
ER
61Adobe(R) Reader(R) is free software that lets you view and print PDF
62files (Portable Document Format) on a variety of hardware and
62807d83 63operating system platforms.
7985bc82 64
e013bd4f
JR
65%description -l pl.UTF-8
66Adobe(R) Reader(R) jest darmowym oprogramowaniem umożliwiającym
67oglądanie oraz drukowanie plików PDF (Portable Document Format) na
68różnych platformach sprzętowych oraz różnych systemach operacyjnych.
7985bc82 69
e013bd4f
JR
70%description -l ru.UTF-8
71Программа для чтения документов в формате Portable Document Format
72(PDF), сгенерированных Adobe Acrobat'ом.
d44545ff 73
e013bd4f
JR
74%description -l uk.UTF-8
75Програма для читання документів у форматі Portable Document Format
76(PDF), згенерованих Adobe Acrobat'ом.
d44545ff 77
f994d3ef 78%package -n browser-plugin-%{name}
ae0ad7e9 79Summary: PDF plugin for Mozilla compatible browsers
aadbc0c6 80Summary(pl.UTF-8): Wtyczka PDF dla przeglądarek zgodnych Mozilla
2e45421f 81Group: X11/Applications
26e61bd9 82Requires: %{base_name} = %{epoch}:%{version}-%{release}
3e94b2a4 83Requires: browser-plugins >= 2.0
f994d3ef 84Obsoletes: acroread-plugin
ae0ad7e9 85Obsoletes: mozilla-plugin-acroread
2e45421f 86
f994d3ef 87%description -n browser-plugin-%{name}
62807d83 88A Mozilla plugin for displaying PDF (Portable Document Format) files.
2e45421f 89
e013bd4f
JR
90%description -n browser-plugin-%{name} -l pl.UTF-8
91Wtyczka Mozilli do wyświetlania plików PDF (Portable Document Format).
2e45421f 92
7985bc82 93%prep
14b68627 94%if %{with license_agreement}
17a8eeab 95%setup -q -c
22bd4e96 96cd AdobeReader
ea015334
AM
97tar xf %{tar0}
98tar xf %{tar1}
14b68627 99%endif
7985bc82 100
101%install
102rm -rf $RPM_BUILD_ROOT
0eb57bee 103%if %{without license_agreement}
14b68627 104install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
105
e4f54b4c
ER
106sed -e '
107 s/@BASE_NAME@/%{base_name}/g
108 s/@TARGET_CPU@/%{_target_cpu}/g
109 s-@VERSION@-%{version}-g
110 s-@RELEASE@-%{release}-g
111 s,@SPECFILE@,%{_datadir}/%{base_name}/%{base_name}.spec,g
112 s,@DATADIR@,%{_datadir}/%{base_name},g
78a918bf 113 s/@COPYSOURCES@/%{base_name}{.desktop,.png}/g
1af9d1cc 114' %{SOURCE1} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
14b68627 115
116install %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
14b68627 117install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
1af9d1cc 118install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
14b68627 119
120%else
a0e9a49f
JB
121install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{base_name}/bin} \
122 $RPM_BUILD_ROOT{%{_browserpluginsdir},%{_desktopdir},%{_pixmapsdir}}
7985bc82 123
6dc16e8f 124cd AdobeReader/Adobe/Reader9
a0e9a49f
JB
125cp -a Browser Reader Resource $RPM_BUILD_ROOT%{_libdir}/%{base_name}
126%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Browser/install_browser_plugin
14b68627 127awk -v INSTDIR=%{_libdir}/%{base_name}/Reader \
14f626f0
TP
128 '/^install_dir=/ {print "install_dir="INSTDIR; next} \
129 {print}' \
a0e9a49f 130 bin/%{base_name} > $RPM_BUILD_ROOT%{_libdir}/%{base_name}/bin/%{base_name}
22bd4e96 131
a0e9a49f
JB
132# IMPORTANT NOTE: Here symlinks must be used instead of moving parts of tree
133# for compatibility with other binary-only Adobe software (like AIR).
134# This one is required to find Reader tree (relative to symlink target)...
135ln -sf %{_libdir}/%{base_name}/bin/%{base_name} $RPM_BUILD_ROOT%{_bindir}/%{base_name}
136# ...and nppdf plugin is expected in Browser subdir...
137# ...so just symlink it to be used as browsers plugin.
138ln -sf %{_libdir}/%{base_name}/Browser/%{platform}/nppdf.so $RPM_BUILD_ROOT%{_browserpluginsdir}/nppdf.so
6dc16e8f 139
a0e9a49f
JB
140install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
141install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
3f07d2af 142
7a2c413b
JB
143ln -sf /usr/lib/liblber-2.4.so.2 $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/liblber.so
144ln -sf /usr/lib/libldap-2.4.so.2 $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/libldap.so
69e4e202 145ln -sf /etc/certs/ca-certificates.crt $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/Cert/curl-ca-bundle.crt
22bd4e96 146
a0e9a49f 147# don't generate dependencies for internal libs
22bd4e96 148chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/*.so.*
14b68627 149%endif
7985bc82 150
151%clean
152rm -rf $RPM_BUILD_ROOT
153
0eb57bee 154%if %{without license_agreement}
5d59434a 155%post
e4f54b4c 156%{_bindir}/%{base_name}.install
3e94b2a4 157%endif
ae0ad7e9 158
3e94b2a4 159%if %{with license_agreement}
160%post -n browser-plugin-%{name}
161%update_browser_plugins
ae0ad7e9 162
3e94b2a4 163%postun -n browser-plugin-%{name}
164if [ "$1" = 0 ]; then
165 %update_browser_plugins
166fi
14b68627 167%endif
168
7985bc82 169%files
170%defattr(644,root,root,755)
0eb57bee 171%if %{without license_agreement}
14b68627 172%attr(755,root,root) %{_bindir}/%{base_name}.install
173%{_datadir}/%{base_name}
174%else
78a918bf 175%doc AdobeReader/ReadMe.htm
a0e9a49f 176%attr(755,root,root) %{_bindir}/acroread
14b68627 177%dir %{_libdir}/%{base_name}
a0e9a49f
JB
178%dir %{_libdir}/%{base_name}/Browser
179%dir %{_libdir}/%{base_name}/Browser/%{platform}
180%attr(755,root,root) %{_libdir}/%{base_name}/Browser/%{platform}/nppdf.so
181%{_libdir}/%{base_name}/Browser/HowTo
14b68627 182%dir %{_libdir}/%{base_name}/Reader
183%{_libdir}/%{base_name}/Reader/help
14b68627 184%{_libdir}/%{base_name}/Reader/AcroVersion
22bd4e96
AM
185%{_libdir}/%{base_name}/Reader/Cert
186%{_libdir}/%{base_name}/Reader/GlobalPrefs
c7dc1b0b 187%{_libdir}/%{base_name}/Reader/IDTemplates
22bd4e96 188%{_libdir}/%{base_name}/Reader/JavaScripts
c7dc1b0b
TP
189%{_libdir}/%{base_name}/Reader/Legal
190%{_libdir}/%{base_name}/Reader/Tracker
191%{_libdir}/%{base_name}/Reader/PDFSigQFormalRep.pdf
192%{_libdir}/%{base_name}/Reader/pmd.cer
78a918bf 193%{_libdir}/%{base_name}/Reader/%{platform}/mozilla
14b68627 194%dir %{_libdir}/%{base_name}/Reader/%{platform}
714a6915 195%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins
c7dc1b0b 196%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Multimedia
43255eee 197%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d
714a6915 198%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/SPPlugins
14b68627 199%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/bin
200%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/lib
714a6915 201%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/*.api
43255eee 202%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d/*.x3d
78a918bf 203%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Multimedia/MPP
714a6915
KK
204%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/AcroForm
205%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Annotations
c7dc1b0b 206%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d/prc
a0e9a49f
JB
207%{_libdir}/%{base_name}/Resource
208%dir %{_libdir}/%{base_name}/bin
209%attr(755,root,root) %{_libdir}/%{base_name}/bin/acroread
a7dabf0b 210%{_desktopdir}/acroread.desktop
a0e9a49f 211%{_pixmapsdir}/acroread.png
2e45421f 212
f994d3ef 213%files -n browser-plugin-%{name}
2e45421f 214%defattr(644,root,root,755)
a0e9a49f 215%attr(755,root,root) %{_browserpluginsdir}/nppdf.so
14b68627 216%endif
This page took 0.10613 seconds and 4 git commands to generate.