From 492e1ba62613fd63bc7506dd2893d19248981302 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:11:42 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.18.3-2mamba;Tue Jul 16 2013] --- README.md | 2 ++ cfv.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 cfv.spec diff --git a/README.md b/README.md index 6aaa0c6..9b221c5 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/cfv.spec b/cfv.spec new file mode 100644 index 0000000..5443208 --- /dev/null +++ b/cfv.spec @@ -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 +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 1.18.3-2mamba +- automatic rebuild by autodist + +* Thu Jul 02 2009 Automatic Build System 1.18.3-1mamba +- automatic update by autodist + +* Fri Apr 17 2009 Silvan Calarco 1.18.2-1mamba +- package created by autospec