automatic rebuild by autodist [release 1.18.3-2mamba;Tue Jul 16 2013]

This commit is contained in:
Automatic Build System 2024-01-05 21:11:42 +01:00
parent 179c1af8fb
commit 492e1ba626
2 changed files with 46 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# cfv
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.

44
cfv.spec Normal file
View File

@ -0,0 +1,44 @@
Name: cfv
Version: 1.18.3
Release: 2mamba
Summary: A utility to both test and create .sfv, .csv, .crc, .md5(sfv-like), md5sum, bsd md5, sha1sum, and .torrent files
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://cfv.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/cfv/cfv-%{version}.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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.
%prep
%setup -q
%build
%make prefix=%{_prefix} mandir=%{_mandir}
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall prefix=%{_prefix} mandir=%{_mandir}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/cfv
%{_mandir}/man1/cfv.1.gz
%doc COPYING README
%changelog
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 1.18.3-2mamba
- automatic rebuild by autodist
* Thu Jul 02 2009 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
- automatic update by autodist
* Fri Apr 17 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.2-1mamba
- package created by autospec