]> git.pld-linux.org Git - packages/acroread.git/blobdiff - acroread.spec
- 7.0.9
[packages/acroread.git] / acroread.spec
index b2ff3ae7007c3902bd3a45f0d301cb3b47daf9ee..100a972949af5437ad6ace2934bbf997eb03ab00 100644 (file)
@@ -2,18 +2,19 @@
 # Conditional build:
 %bcond_with    license_agreement       # generates package
 #
-Summary:       Acrobat Reader
-Summary(pl):   Acrobat Reader - czytnik plików PDF
+%define                base_name       acroread
+Summary:       Adobe Acrobat Reader
+Summary(pl):   Adobe Acrobat Reader - czytnik plików PDF
 Summary(ru):   ðÒÏÇÒÁÍÍÁ ÄÌÑ ÞÔÅÎÉÑ ÄÏËÕÍÅÎÔÏ× × ÆÏÒÍÁÔÅ PDF ÏÔ Adobe
 Summary(uk):   ðÒÏÇÒÁÍÁ ÄÌÑ ÞÉÔÁÎÎÑ ÄÏËÕÍÅÎԦנՠÆÏÒÍÁÔ¦ PDF ×¦Ä Adobe
-%define                base_name       acroread
 %if %{with license_agreement}
 Name:          %{base_name}
 %else
 Name:          %{base_name}-installer
 %endif
-Version:       7.0
-Release:       1%{?with_license_agreement:wla}
+%define        _rel    1
+Version:       7.0.9
+Release:       %{_rel}%{?with_license_agreement:wla}
 Epoch:         1
 License:       distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)
 # in short:
@@ -21,32 +22,50 @@ License:    distribution restricted (http://www.adobe.com/products/acrobat/distribu
 # - distribution on CD requires signing Distribution Agreement (see URL above)
 Group:         X11/Applications/Graphics
 %if %{with license_agreement}
-Source0:       ftp://ftp.adobe.com/pub/adobe/reader/unix/7x/7.0/enu/AdbeRdr70_linux_enu.tar.gz
+Source0:       http://ardownload.adobe.com/pub/adobe/reader/unix/7x/%{version}/enu/AdobeReader_enu-%{version}-1.i386.tar.gz
+# Source0-md5: a8e79a1af58f90640cf9e7e1532a5745
+%else
+Source0:       license-installer.sh
+# Source0-md5: a8e79a1af58f90640cf9e7e1532a5745
 %endif
+# please update @COPYSOURCES@ below if you add more Sources.
 Source1:       %{base_name}.desktop
 Source2:       %{base_name}.png
+Patch0:                %{base_name}-expr.patch
+Patch1:                %{base_name}-scim.patch
+Patch2:                %{base_name}-gtk.patch
 URL:           http://www.adobe.com/products/acrobat/
+%if %{with license_agreement}
+BuildRequires: rpmbuild(macros) >= 1.236
+Requires:      openldap-libs >= 2.3
+%else
+Requires:      rpm-build-tools
+%endif
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                mozdir          %{_libdir}/mozilla/plugins
+%define                _plugindir      %{_libdir}/browser-plugins
+
+# TODO: galeon and skipstone, konqueror, opera.
+# use macro, otherwise extra LF inserted along with the ifarch
+%define        browsers mozilla, mozilla-firefox, seamonkey
 
 %define                platform        intellinux
 %define                tar0            ILINXR.TAR
 %define                tar1            COMMON.TAR
 
-%define                _noautostrip    '.*\.api'
+%define                _noautostrip    .*\.api
 %define                _noautoreq      '^lib.*\.so$' '^lib.*\(VERSION\)$'
 
 %description
-Adobe(R) Reader(R) is free software that lets you view and print
-PDF files (Portable Document Format) on a variety of hardware and
+Adobe(R) Reader(R) is free software that lets you view and print PDF
+files (Portable Document Format) on a variety of hardware and
 operating system platforms.
 
 %description -l pl
-Adobe(R) Reader(R) jest darmowym oprogramowaniem umo¿liwiaj±cym ogl±danie
-oraz drukowanie plików PDF (Portable Document Format) na ró¿nych platformach
-sprzêtowych oraz ró¿nych systemach operacyjnych.
+Adobe(R) Reader(R) jest darmowym oprogramowaniem umo¿liwiaj±cym
+ogl±danie oraz drukowanie plików PDF (Portable Document Format) na
+ró¿nych platformach sprzêtowych oraz ró¿nych systemach operacyjnych.
 
 %description -l ru
 ðÒÏÇÒÁÍÍÁ ÄÌÑ ÞÔÅÎÉÑ ÄÏËÕÍÅÎÔÏ× × ÆÏÒÍÁÔÅ Portable Document Format
@@ -56,17 +75,19 @@ sprz
 ðÒÏÇÒÁÍÁ ÄÌÑ ÞÉÔÁÎÎÑ ÄÏËÕÍÅÎԦנՠÆÏÒÍÁÔ¦ Portable Document Format
 (PDF), ÚÇÅÎÅÒÏ×ÁÎÉÈ Adobe Acrobat'ÏÍ.
 
-%package -n mozilla-plugin-%{base_name}
-Summary:       Mozilla PDF plugin
-Summary(pl):   Wtyczka PDF do Mozilli
+%package -n browser-plugin-%{name}
+Summary:       PDF plugin for Mozilla compatible browsers
+Summary(pl):   Wtyczka PDF dla przegl±darek zgodnych Mozilla
 Group:         X11/Applications
-Prereq:                mozilla-embedded
-Requires:      %{base_name} = %{epoch}:%{version}
+Requires:      %{base_name} = %{epoch}:%{version}-%{release}
+Requires:      browser-plugins(%{_target_base_arch})
+Obsoletes:     acroread-plugin
+Obsoletes:     mozilla-plugin-acroread
 
-%description -n mozilla-plugin-%{base_name}
+%description -n browser-plugin-%{name}
 A Mozilla plugin for displaying PDF (Portable Document Format) files.
 
-%description -n mozilla-plugin-%{base_name} -l pl
+%description -n browser-plugin-%{name} -l pl
 Wtyczka Mozilli do wy¶wietlania plików PDF (Portable Document Format).
 
 %prep
@@ -75,100 +96,32 @@ Wtyczka Mozilli do wy
 cd AdobeReader
 tar xf %{tar0}
 tar xf %{tar1}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%if ! %{with license_agreement}
+%if %{without license_agreement}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
-cat <<EOF >$RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
-#!/bin/sh
-if [ "\$1" = "--with" -a "\$2" = "license_agreement" ]; then
-       TMPDIR=\`rpm --eval "%%{tmpdir}"\`; export TMPDIR
-       SPECDIR=\`rpm --eval "%%{_specdir}"\`; export SPECDIR
-       SRPMDIR=\`rpm --eval "%%{_srcrpmdir}"\`; export SRPMDIR
-       SOURCEDIR=\`rpm --eval "%%{_sourcedir}"\`; export SOURCEDIR
-       BUILDDIR=\`rpm --eval "%%{_builddir}"\`; export BUILDDIR
-       RPMDIR=\`rpm --eval "%%{_rpmdir}"\`; export RPMDIR
-       BACKUP=0
-       mkdir -p \$TMPDIR \$SPECDIR \$SRPMDIR \$RPMDIR \$SRPMDIR \$SOURCEDIR \$BUILDDIR
-       if [ -f \$SPECDIR/%{base_name}.spec ]; then
-               BACKUP=1
-               mv -f \$SPECDIR/%{base_name}.spec \$SPECDIR/%{base_name}.spec.prev
-       fi
-       for i in %{base_name}.desktop %{base_name}.png %{base_name}-locale.patch; do
-               if [ -f \$SOURCEDIR/\$i ]; then
-                       mv -f \$SOURCEDIR/\$i \$SOURCEDIR/\$i.prev
-                       BACKUP=1
-               fi
-       done
-       if echo "\$3" | grep '\.src\.rpm$' >/dev/null; then
-               ( cd \$SRPMDIR
-               if echo "\$3" | grep '://' >/dev/null; then
-                       wget --passive-ftp -t0 "\$3"
-               else
-                       cp -f "\$3" .
-               fi
-               rpm2cpio \`basename "\$3"\` | ( cd \$TMPDIR; cpio -i %{base_name}.spec )
-               for i in %{base_name}.desktop %{base_name}.png; do
-                       rpm2cpio \$i | ( cd \$TMPDIR; cpio -i \$i )
-               done )
-               cp -i \$TMPDIR/%{base_name}.spec \$SPECDIR/%{base_name}.spec \
-                       || exit 1
-               for i in %{base_name}.desktop %{base_name}.png; do
-                       cp -i \$TMPDIR/\$i \$SOURCEDIR/\$i || exit 1
-               done
-       else
-               cp -i "\$3" \$SPECDIR || exit 1
-               for i in %{base_name}.desktop %{base_name}.png; do
-                       cp -i %{_datadir}/%{base_name}/\$i \$SOURCEDIR/\$i || exit 1
-               done
-       fi
-       ( cd \$SPECDIR
-       %{_bindir}/builder -nc -ncs --with license_agreement --opts --target=%{_target_cpu} %{base_name}.spec
-       if [ "\$?" -ne 0 ]; then
-               exit 2
-       fi
-       RPMNAME1=%{base_name}-%{version}-%{release}wla.%{_target_cpu}.rpm
-       RPMNAME2=mozilla-plugin-%{base_name}-%{version}-%{release}wla.%{_target_cpu}.rpm
-       echo "Installing \$RPMNAME1"
-       RPMNAMES=\$RPMDIR/\$RPMNAME1
-       if rpm -q --whatprovides mozilla-embedded >/dev/null 2>&1; then
-               RPMNAMES="\$RPMNAMES \$RPMDIR/\$RPMNAME2"
-               echo "Installing \$RPMNAME2"
-       else
-               echo "Not installing \$RPMNAME2"
-       fi
-       rpm -U \$RPMNAMES || \
-               echo -e "Install manually the file(s):\n   \$RPMNAMES" )
-       if [ "\$BACKUP" -eq 1 ]; then
-               if [ -f \$SPECDIR/%{base_name}.spec.prev ]; then
-                       mv -f \$SPECDIR/%{base_name}.spec.prev \$SPECDIR/%{base_name}.spec
-               fi
-               for i in %{base_name}.desktop %{base_name}.png %{base_name}-locale.patch; do
-                       if [ -f \$SOURCEDIR/\$i.prev ]; then
-                               mv -f \$SOURCEDIR/\$i.prev \$SOURCEDIR/\$i
-                       fi
-               done
-       fi
-else
-       echo "
-License issues made us not to include inherent files into
-this package by default. If you want to create full working
-package please build it with the following command:
-
-\$0 --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
-"
-fi
-EOF
+sed -e '
+       s/@BASE_NAME@/%{base_name}/g
+       s/@TARGET_CPU@/%{_target_cpu}/g
+       s-@VERSION@-%{version}-g
+       s-@RELEASE@-%{release}-g
+       s,@SPECFILE@,%{_datadir}/%{base_name}/%{base_name}.spec,g
+       s,@DATADIR@,%{_datadir}/%{base_name},g
+       s/@COPYSOURCES@/%{base_name}{.desktop,.png}/g
+' %{SOURCE0} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
 
 install %{_specdir}/%{base_name}.spec $RPM_BUILD_ROOT%{_datadir}/%{base_name}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
 
 %else
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{base_name},%{mozdir}} \
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{base_name},%{_plugindir}} \
        $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 cd AdobeReader
@@ -177,10 +130,14 @@ awk -v INSTDIR=%{_libdir}/%{base_name}/Reader \
        '/^install_dir=/ {print "install_dir="INSTDIR; next} \
        {print}' \
        bin/%{base_name} > $RPM_BUILD_ROOT%{_bindir}/%{base_name}
-install Browser/intellinux/* $RPM_BUILD_ROOT%{mozdir}
+install Browser/%{platform}/* $RPM_BUILD_ROOT%{_plugindir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
+rm -rf $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/Patch
+
+ln -sf /usr/lib/liblber-2.3.so.0 $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/liblber.so
+ln -sf /usr/lib/libldap-2.3.so.0 $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/libldap.so
 ln -sf /usr/share/ssl/ca-bundle.crt $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/Cert/curl-ca-bundle.crt
 
 chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/*.so.*
@@ -189,28 +146,59 @@ chmod a-x $RPM_BUILD_ROOT%{_libdir}/%{base_name}/Reader/%{platform}/lib/*.so.*
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if ! %{with license_agreement}
-%pre
-echo "
-License issues made us not to include inherent files into
-this package by default. If you want to create full working
-package please build it with the following command:
+%if %{without license_agreement}
+%post
+%{_bindir}/%{base_name}.install
+
+%else
+
+%triggerin -n browser-plugin-%{name} -- mozilla-firefox
+%nsplugin_install -d %{_libdir}/mozilla-firefox/plugins nppdf.so
+
+%triggerun -n browser-plugin-%{name} -- mozilla-firefox
+%nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins nppdf.so
+
+%triggerin -n browser-plugin-%{name} -- mozilla
+%nsplugin_install -d %{_libdir}/mozilla/plugins nppdf.so
+
+%triggerun -n browser-plugin-%{name} -- mozilla
+%nsplugin_uninstall -d %{_libdir}/mozilla/plugins nppdf.so
+
+%triggerin -n browser-plugin-%{name} -- seamonkey
+%nsplugin_install -d %{_libdir}/seamonkey/plugins nppdf.so
+
+%triggerun -n browser-plugin-%{name} -- seamonkey
+%nsplugin_uninstall -d %{_libdir}/seamonkey/plugins nppdf.so
+
+# % triggerin -n browser-plugin-%{name} -- konqueror
+# % nsplugin_install -d %{_libdir}/kde3/plugins/konqueror nppdf.so
+
+# % triggerun -n browser-plugin-%{name} -- konqueror
+# % nsplugin_uninstall -d %{_libdir}/kde3/plugins/konqueror nppdf.so
+
+# % triggerin -n browser-plugin-%{name} -- opera
+# % nsplugin_install -d %{_libdir}/opera/plugins nppdf.so
+
+# % triggerun -n browser-plugin-%{name} -- opera
+# % nsplugin_uninstall -d %{_libdir}/opera/plugins nppdf.so
+
+# as rpm removes the old obsoleted package files after the triggers
+# above are ran, add another trigger to make the links there.
+%triggerpostun -n browser-plugin-%{name} -- mozilla-plugin-acroread, acroread-plugin
+%nsplugin_install -f -d %{_libdir}/mozilla/plugins nppdf.so
 
-%{base_name}.install --with license_agreement %{_datadir}/%{base_name}/%{base_name}.spec
-"
 %endif
 
 %files
 %defattr(644,root,root,755)
-%if ! %{with license_agreement}
+%if %{without license_agreement}
 %attr(755,root,root) %{_bindir}/%{base_name}.install
 %{_datadir}/%{base_name}
 %else
-%doc AdobeReader/{LICREAD.TXT,README}
+%doc AdobeReader/{LICREAD.TXT,ReadMe.htm}
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{base_name}
 %{_libdir}/%{base_name}/Resource
-
 %dir %{_libdir}/%{base_name}/Reader
 %{_libdir}/%{base_name}/Reader/help
 %{_libdir}/%{base_name}/Reader/AcroVersion
@@ -222,16 +210,20 @@ package please build it with the following command:
 %{_libdir}/%{base_name}/Reader/Messages
 %{_libdir}/%{base_name}/Reader/WebSearch
 %dir %{_libdir}/%{base_name}/Reader/%{platform}
-#%{_libdir}/%{base_name}/Reader/%{platform}/fonts
-%{_libdir}/%{base_name}/Reader/%{platform}/res
-%{_libdir}/%{base_name}/Reader/%{platform}/SPPlugins
-%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins
+%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins
+%dir %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d
+%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/SPPlugins
 %attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/bin
 %attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/lib
+%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/*.api
+%attr(755,root,root) %{_libdir}/%{base_name}/Reader/%{platform}/plug_ins3d/*.x3d
+%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/AcroForm
+%{_libdir}/%{base_name}/Reader/%{platform}/plug_ins/Annotations
+%{_libdir}/%{base_name}/Reader/%{platform}/res
 %{_desktopdir}/acroread.desktop
 %{_pixmapsdir}/*
 
-%files -n mozilla-plugin-%{base_name}
+%files -n browser-plugin-%{name}
 %defattr(644,root,root,755)
-%attr(755,root,root) %{mozdir}/*
+%attr(755,root,root) %{_plugindir}/*
 %endif
This page took 0.04737 seconds and 4 git commands to generate.