| 1 | %define pkgname libmpeg2 |
|---|
| 2 | %define name self-build-%{pkgname} |
|---|
| 3 | %define version 0.5.1 |
|---|
| 4 | %define release 4%{?_dist_release} |
|---|
| 5 | |
|---|
| 6 | %define sourceurl0 http://libmpeg2.sourceforge.net/files/%{pkgname}-%{version}.tar.gz |
|---|
| 7 | |
|---|
| 8 | Summary: Package to automatically build %{pkgname} rpm package |
|---|
| 9 | Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ |
|---|
| 10 | Name: %{name} |
|---|
| 11 | Version: %{version} |
|---|
| 12 | Release: %{release} |
|---|
| 13 | Source0: %{pkgname}-vl.spec |
|---|
| 14 | |
|---|
| 15 | License: GPLv2+ |
|---|
| 16 | Group: Restricted Software |
|---|
| 17 | |
|---|
| 18 | Requires(post): self-build-setup >= 0.9.9 |
|---|
| 19 | |
|---|
| 20 | Requires(post): SDL-devel |
|---|
| 21 | %if %{?_dist_release} == "vl5" || %{?_dist_release} == "vl6" |
|---|
| 22 | Requires(post): libXt-devel |
|---|
| 23 | Requires(post): libXv-devel |
|---|
| 24 | %endif |
|---|
| 25 | %if %{?_dist_release} == "vl4" |
|---|
| 26 | Requires(post): XOrg-devel |
|---|
| 27 | %endif |
|---|
| 28 | |
|---|
| 29 | BuildArch: noarch |
|---|
| 30 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 31 | |
|---|
| 32 | Packager: munepi |
|---|
| 33 | |
|---|
| 34 | %description |
|---|
| 35 | libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video |
|---|
| 36 | streams. It is released under the terms of the GPL license. |
|---|
| 37 | |
|---|
| 38 | |
|---|
| 39 | If you install this package, it automaticaly downloads source |
|---|
| 40 | code ,compile it, and create rpm packages of %{pkgname}-%{version}. |
|---|
| 41 | And the created rpm packages are automatically installed |
|---|
| 42 | if installation is executed by apt-get command or synaptic |
|---|
| 43 | package manager. |
|---|
| 44 | |
|---|
| 45 | [Note] |
|---|
| 46 | This package requires many other packages to compile |
|---|
| 47 | targetsoftware. So it consume more disk space than usual. |
|---|
| 48 | Also installation takes logner time because of compilation. |
|---|
| 49 | (This will take a few minutes to quarter or half of an hour, |
|---|
| 50 | depends on building environment) |
|---|
| 51 | |
|---|
| 52 | [About self-build package] |
|---|
| 53 | For some kind of software, distributing of binary package |
|---|
| 54 | may viorate the patent or law. Therefore we chose self-build |
|---|
| 55 | packge, create binary package on your machine, for such kind |
|---|
| 56 | of softwares instead of distributing binary package. |
|---|
| 57 | |
|---|
| 58 | Please obey the national law when you use the created binary |
|---|
| 59 | packages. And if you want to use the softwares using patented |
|---|
| 60 | thechnology, it may be required to get a permission, make an |
|---|
| 61 | agreement or purchas a license. Please consider it with your |
|---|
| 62 | purpose or way of use and take appropriate action. |
|---|
| 63 | |
|---|
| 64 | %description -l ja |
|---|
| 65 | libmpeg2 はmpeg-1/2ビデオストリームをデコードするための |
|---|
| 66 | フリーなライブラリです. |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | このパッケージをインストールすると、自動的にソースコードを |
|---|
| 70 | ダウンロードしてコンパイルし、%{pkgname}-%{version} の rpm |
|---|
| 71 | パッケージを作成します。 |
|---|
| 72 | また apt-get コマンドや synaptic パッケージマネージャから実行 |
|---|
| 73 | した場合は、作成された rpm パッケージのインストールも自動的に |
|---|
| 74 | 行います。 |
|---|
| 75 | |
|---|
| 76 | [注意] |
|---|
| 77 | コンパイルに必要な多くの関連パッケージを要求するので通常より |
|---|
| 78 | ディスクの領域を多く消費します。 |
|---|
| 79 | またインストール時にコンパイルを行うため、通常より時間がかか |
|---|
| 80 | る場合があります。(環境にもよりますが数分から数十分程度) |
|---|
| 81 | |
|---|
| 82 | [self-build パッケージについて] |
|---|
| 83 | ソフトウェアによってはバイナリパッケージの配布が特許や法律に |
|---|
| 84 | 違反する可能性があるものがあります。その為、このような問題が |
|---|
| 85 | 懸念されるソフトウェアについてはバイナリパッケージを直接配布 |
|---|
| 86 | せずに、ユーザの環境でバイナリを作成する self-build パッケー |
|---|
| 87 | ジという方法を採っています。 |
|---|
| 88 | |
|---|
| 89 | 作成されたバイナリパッケージの利用にあたっては、各ソフトウェ |
|---|
| 90 | アのライセンス、および利用する国の各種法令に従ってください。 |
|---|
| 91 | また特許に関連するソフトウェアの場合、利用許諾や契約、ライ |
|---|
| 92 | センスの購入などが必要となる場合がありますので、利用する目的 |
|---|
| 93 | や形態に応じて各自で判断し適切な対応を取ってください。 |
|---|
| 94 | |
|---|
| 95 | |
|---|
| 96 | %install |
|---|
| 97 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 98 | %{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name} |
|---|
| 99 | %{__install} -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/%{_datadir}/%{name} |
|---|
| 100 | |
|---|
| 101 | %clean |
|---|
| 102 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 103 | |
|---|
| 104 | %posttrans |
|---|
| 105 | /usr/lib/rpm/self-build-rpm.sh %{name} %{pkgname}-vl.spec "%{sourceurl0}" 60000 |
|---|
| 106 | /usr/lib/rpm/pre-allocate-rpm.sh %{pkgname}-%{version}-%{release} \ |
|---|
| 107 | %{pkgname}-devel-%{version}-%{release} \ |
|---|
| 108 | mpeg2dec-%{version}-%{release} |
|---|
| 109 | |
|---|
| 110 | %files |
|---|
| 111 | %defattr(-,root,root) |
|---|
| 112 | %{_datadir}/%{name}/* |
|---|
| 113 | |
|---|
| 114 | %changelog |
|---|
| 115 | * Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.5.1-4 |
|---|
| 116 | - renamed %%{Source0} to libmpeg2-vl.spec |
|---|
| 117 | |
|---|
| 118 | * Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.5.1-3 |
|---|
| 119 | - added BuildArch: noarch |
|---|
| 120 | - avoided to execute self-build-rpm.sh on RPM transaction |
|---|
| 121 | - moved %%post actions to %%posttrans |
|---|
| 122 | |
|---|
| 123 | * Fri Jan 23 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.5.1-2 |
|---|
| 124 | - initial bulid for self-build |
|---|