# -*- mode:rpm-spec; coding: utf-8-unix -*- %define nam w32codecs-all %define ver 20041107 %define rel 0.1 %define srl 2005010302 Summary: Windows Codec package for movie players on x86 UNIX systems. Summary(ja_JP.utf8): x86-UNIXシステムのムービープレイヤー用Windowsコーデック集 Name: %{nam} Version: %{ver} Release: %{rel} Serial: %{srl} Group: System Environment/Libraries License: GPL Source0: http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-%{version}.tar.bz2 URL: http://www.mplayerhq.hu/homepage/index.html BuildRoot: %{_tmppath}/%{name}-%{version}-root #NoSource: 0 %description Windows Codec package for movie players on x86 UNIX systems. %description -l ja_JP.utf8 x86-UNIXシステムのムービープレイヤー用Windowsコーデック集です。 %prep rm -rf ${RPM_BUILD_ROOT} %setup -q -n all-%{version} %install install -d ${RPM_BUILD_ROOT}%{_libdir}/win32 install -m644 * ${RPM_BUILD_ROOT}%{_libdir}/win32 %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{_libdir}/win32 %changelog * Sun Jan 2 2005 Yukihiro Hosogai - 20041107 - first release for TL10 series.