self-build-Skype-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. %define pkgname Skype
  2. %define name self-build-%{pkgname}
  3. %define ver 2.2.0.99
  4. %define rel 1
  5. %define sourceurl0 http://download.skype.com/linux/skype_static-%{version}.tar.bz2
  6. Summary: Package to automatically build %{pkgname} rpm package
  7. Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
  8. Name: %{name}
  9. Version: %{ver}
  10. Release: %{rel}%{?_dist_release}
  11. Source0: %{pkgname}-vl.spec
  12. Source1: vine-skype.desktop
  13. License: non-free
  14. Group: Restricted Software
  15. ##!! Requires(posttrans) not yet implemented. So we use (post) instead.
  16. Requires(post): self-build-setup >= 0.9.9
  17. BuildArch: noarch
  18. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  19. Distribution: Vine Linux
  20. Vendor: Project Vine
  21. Packager: iwaim
  22. %description
  23. Skype Internet Telephony
  24. If you install this package, it automaticaly downloads source
  25. code, compile it, and create rpm packages of %{pkgname}-%{version}.
  26. And the created rpm packages are automatically installed
  27. if installation is executed by apt-get command or synaptic
  28. package manager.
  29. [About self-build package]
  30. For some kind of software, distributing of binary package
  31. may viorate the patent or law. Therefore we chose self-build
  32. packge, create binary package on your machine, for such kind
  33. of softwares instead of distributing binary package.
  34. Please obey the national law when you use the created binary
  35. packages. And if you want to use the softwares using patented
  36. thechnology, it may be required to get a permission, make an
  37. agreement or purchas a license. Please consider it with your
  38. purpose or way of use and take appropriate action.
  39. %description -l ja
  40. Skype インターネット・テレフォニー
  41. このパッケージをインストールすると、自動的にソースコードを
  42. ダウンロードしてコンパイルし、%{pkgname}-%{version}
  43. の rpm パッケージを作成します。
  44. また apt-get コマンドや synaptic パッケージマネージャから実行
  45. した場合は、作成された rpm パッケージのインストールも自動的に
  46. 行います。
  47. [self-build パッケージについて]
  48. ソフトウェアによってはバイナリパッケージの配布が特許や法律に
  49. 違反する可能性があるものがあります。その為、このような問題が
  50. 懸念されるソフトウェアについてはバイナリパッケージを直接配布
  51. せずに、ユーザの環境でバイナリを作成する self-build パッケー
  52. ジという方法を採っています。
  53. 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ
  54. アのライセンス、および利用する国の各種法令に従ってください。
  55. また特許に関連するソフトウェアの場合、利用許諾や契約、ライ
  56. センスの購入などが必要となる場合がありますので、利用する目的
  57. や形態に応じて各自で判断し適切な対応を取ってください。
  58. %prep
  59. [ "%{version}-%{release}" != $(rpm -q --queryformat "%%{version}-%%{release}\n" --specfile %{SOURCE0} | tail -1) ] && exit 1
  60. %install
  61. %{__rm} -rf %{buildroot}
  62. %{__install} -d %{buildroot}%{_datadir}/%{name}
  63. %{__install} -m 644 %{SOURCE0} %{buildroot}%{_datadir}/%{name}
  64. %{__install} -m 644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}
  65. %clean
  66. %{__rm} -rf %{buildroot}
  67. %posttrans
  68. /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec "%{sourceurl0}" 5000
  69. %files
  70. %defattr(-,root,root)
  71. %{_datadir}/%{name}
  72. %changelog
  73. * Fri May 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.99-1
  74. - update to 2.2.0.99
  75. * Wed Jan 4 2012 IWAI, Masaharu <iwai@alib.jp> 2.2.0.35-1
  76. - first release for Vine Linux