Name: cfv Version: 1.18.1 Release: 4%{?dist}.1 Summary: A utility to test and create data verification files Group: Applications/Archiving License: GPLv2+ URL: http://cfv.sourceforge.net Source0: http://dl.sourceforge.net/cfv/cfv-1.18.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python Requires: bittorrent %description cfv is a utility to both test and create .sfv, .csv, .crc, .md5(sfv-like), md5sum, bsd md5, sha1sum, and .torrent files. These files are commonly used to ensure the correct retrieval or storage of data. It also has test-only support for PAR and PAR2 files %prep %setup -q %build #CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT install -d -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install -p cfv $RPM_BUILD_ROOT%{_bindir} install -p cfv.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changelog COPYING README %{_bindir}/cfv %{_mandir}/man1/cfv.1.gz %changelog * Wed Aug 22 2007 Manuel Wolfshant - 1.18.1-4.1 - rebuilt * Fri Aug 10 2007 Manuel Wolfshant - 1.18.1-4 - license clarification * Thu Jul 19 2007 Manuel Wolfshant - 1.18.1-3 - Preserve timestamps * Thu Aug 31 2006 Aaron Kurz - 1.18.1-2 - Rebuild for Fedora Core 6 * Sun Feb 19 2006 Aaron Kurtz - 1.18.1-1 - Initial Fedora Extras release