rpms/cfv/devel cfv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Aaron Kurtz (dragoon) fedora-extras-commits at redhat.com
Tue Feb 21 03:14:44 UTC 2006


Author: dragoon

Update of /cvs/extras/rpms/cfv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12248/devel

Modified Files:
	.cvsignore sources 
Added Files:
	cfv.spec 
Log Message:
auto-import cfv-1.18.1-1 on branch devel from cfv-1.18.1-1.src.rpm


--- NEW FILE cfv.spec ---
Name:           cfv
Version:        1.18.1
Release:        1%{?dist}
Summary:        A utility to test and create data verification files

Group:          Applications/Archiving
License:        GPL
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 $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}

install cfv	$RPM_BUILD_ROOT%{_bindir}
install 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
* Sun Feb 19 2006 Aaron Kurtz <a.kurtz at hardsun.net> - 1.18.1-1
- Initial Fedora Extras release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cfv/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Feb 2006 03:14:03 -0000	1.1
+++ .cvsignore	21 Feb 2006 03:14:44 -0000	1.2
@@ -0,0 +1 @@
+cfv-1.18.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cfv/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Feb 2006 03:14:03 -0000	1.1
+++ sources	21 Feb 2006 03:14:44 -0000	1.2
@@ -0,0 +1 @@
+f1779d83c5f0ddaa4df864e19ec95ffc  cfv-1.18.1.tar.gz




More information about the scm-commits mailing list