Name: wiimms-iso-tools Summary: Wiimms ISO Tools is a set of command line tools to manipulate WBFS containers Version: 20110920 Release: 1%{?dist} License: GPLv2 Group: Applications/File # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: # svn export -r 3045 http://opensvn.wiimm.de/wii/trunk/wiimms-iso-tools/ wiimms-iso-tools-20110920 # tar cJvf wiimms-iso-tools-20110920.tar.xz wiimms-iso-tools-20110920 Source0: wiimms-iso-tools-20110920.tar.xz URL: http://wit.wiimm.de/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Wiimms ISO Tools is a set of command line tools to manipulate Wii and GameCube ISO images and WBFS containers. The tool-set consists of the following tools: wit, wwt, wdf %prep %setup -q %build make tools make doc %install rm -rf $RPM_BUILD_ROOT mkdir -p %{buildroot}%{_bindir}/ cp bin/wit %{buildroot}%{_bindir} cp bin/wwt %{buildroot}%{_bindir} cp bin/wdf %{buildroot}%{_bindir} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc doc/{DOCUMENTATION.txt,FAQ.txt,HISTORY.txt,WBFS.txt,WDF.txt,wit.txt,wwt.txt} %{_bindir}/wit %{_bindir}/wwt %{_bindir}/wdf