File cfv.spec of Package cfv
#
# spec file for package cfv
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: cfv
Version: 1.18.3
Release: 0
License: GPL-2.0+
Summary: Command-line File Verify
Url: http://cfv.sourceforge.net/
Group: Productivity/File utilities
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: python-base
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%py_requires
%description
cfv is a utility to both test and create .sfv (Simple File Verify),
.csv, .crc, md5sum, bsd md5, sha1sum, and .torrent files. cfv also
includes test-only .par and .par2 support. These are commonly used
to ensure the correct retrieval or storage of data.
%prep
%setup -q
%build
%install
%make_install \
prefix=%{_prefix} \
mandir=%{_mandir}
%files
%defattr(-,root,root,-)
%doc Changelog COPYING README
%{_bindir}/%{name}
%doc %{_mandir}/man?/*
%changelog