Summary: Adobe Acrobat Reader Name: acrobat Version: 5.0.7 Release: ub2 Group: Applications/Publishing Copyright: Copyright Adobe Systems 1987-2002 URL: http://www.adobe.com Packager: David W. Aquilina, # Prevents rpm build from erroring and halting %undefine __check_files %description RPM to install Adobe Acrobat Reader, modified to work on UBLinux without end-user customization (added "export LANG=en_US" to top of acroread script) %prep echo %files /usr/local/Acrobat5 /usr/share/applications/acrobat.desktop /usr/share/pixmaps/acrobat.png %post ln -s /usr/local/Acrobat5/bin/acroread /usr/local/bin/acroread perl -pi -e 's/xpdf/\/usr\/local\/Acrobat5\/bin\/acroread/g' /etc/mailcap %postun rm /usr/local/bin/acroread perl -pi -e 's/\/usr\/local\/Acrobat5\/bin\/acroread/xpdf/g' /etc/mailcap