install-assist-RealPlayer-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. %define pkgname RealPlayer
  2. %define dlurl http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.rpm
  3. Summary: Package to assist installation of RealPlayer
  4. Summary(ja): RealPlayer のインストールを補助するパッケージ
  5. Name: install-assist-%{pkgname}
  6. Version: 11
  7. Release: 1%{?_dist_release}
  8. License: Commercial
  9. Group: Applications/Multimedia
  10. ExclusiveArch: %{ix86} x86_64
  11. # Requires(posttrans) not yet implemented. So we use (post) instead.
  12. Requires(post): self-build-setup >= 0.9.0
  13. # Required packages
  14. Requires: alsa-lib at bc cyrus-sasl-md5 cyrus-sasl-plain ed
  15. Requires: foomatic ghostscript groff lcms libXfont libXmu libXt
  16. Requires: libXxf86vm libdrm libfontenc libmng lsb lv mailx man
  17. Requires: mesa-libGL mesa-libGLU net-tools pax postfix qt qt4 time
  18. Requires: urw-fonts vixie-cron xorg-x11-font-utils
  19. Requires: libXv
  20. %ifarch x86_64
  21. Requires: compat32-libXv
  22. Requires: compat32-alsa-lib
  23. %endif
  24. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  25. Packager: munepi
  26. %description
  27. %{pkgname} %{version} for Linux
  28. If you install this package, it automaticaly downloads
  29. required files to install %{pkgname}.
  30. And the downloaded files are automatically installed if
  31. installation is executed by apt-get command or synaptic
  32. package manager.
  33. %description -l ja
  34. %{pkgname} %{version} for Linux
  35. このパッケージをインストールすると、自動的に %{pkgname}
  36. のインストールに必要な rpm ファイルをダウンロードします。
  37. また apt-get コマンドや synapticパッケージマネージャから実行
  38. した場合は、ダウンロードした rpm ファイルのインストールも自
  39. 動的に行います。
  40. %posttrans
  41. /usr/lib/rpm/get-binary-rpm.sh %{name} %{dlurl}
  42. %files
  43. %changelog
  44. * Sat Jul 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 11-1
  45. - initial build for Vine Linux.