automatic rebuild by autodist [release 1.18.3-2mamba;Tue Jul 16 2013]
This commit is contained in:
parent
179c1af8fb
commit
492e1ba626
@ -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
44
cfv.spec
Normal 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
|
Reference in New Issue
Block a user