up previous next contents index
Up: 6 rpm パッケージを開発する Previous: 6.2 spec file Next: 6.4 その他


6.3 rpm macro

ここでは OSXWS 固有のマクロについて述べます。

デフォルトのマクロは /usr/osxws/lib/rpm/macros に記述されているの で、
パッケージを作成する前に必ず一度は目を通しておいてください。

先ず、マクロの内容が OSXWS 固有のものを列挙します。

_prefix
/usr/osxws
基本的に全てのバイナリーやライブラリ、ドキュメント等は /usr/osxws 以下にインストールします。

_var
/usr/osxws/var

_sysconfdir
/usr/osxws/etc

次に、OSXWS のみに存在するマクロを列挙します。

	%_dist_release osx%(sw_vers | grep ProductVersion | cut -f2  | cut -f1,2 -d.)
	%_rpm_platform32 i686-apple-darwin%(uname -r | cut -f1 -d.)
	%_rpm_platform64 x86_64-apple-darwin%(uname -r | cut -f1 -d.)


up previous next contents index
Up: 6 rpm パッケージを開発する Previous: 6.2 spec file Next: 6.4 その他
KOBAYASHI Taizo
2016-10-26