rpms/cksfv/devel .cvsignore,1.3,1.4 cksfv.spec,1.10,1.11

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed Jun 21 06:36:42 UTC 2006


Author: xulchris

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

Added Files:
	.cvsignore cksfv.spec 
Log Message:
unorphan cksfv


Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	21 Jun 2006 06:36:42 -0000	1.4
@@ -0,0 +1 @@
+cksfv-1.3.9.tar.gz


Index: cksfv.spec
===================================================================
RCS file: cksfv.spec
diff -N cksfv.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cksfv.spec	21 Jun 2006 06:36:42 -0000	1.11
@@ -0,0 +1,46 @@
+Name:           cksfv
+Version:        1.3.9
+Release:        1%{?dist}
+Summary:        Utility to manipulate SFV files
+Group:          Applications/File
+License:        GPL
+URL:            http://zakalwe.fi/~shd/foss/cksfv
+Source0:        http://zakalwe.fi/~shd/foss/cksfv/files/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%description
+cksfv is a utility that can create and use SFV files. SFV (Simple File
+Verification) files are used to verify file integrity using CRC32
+checksums.
+
+%prep
+%setup -q
+
+%build
+# custom configure does not take --libdir spec
+./configure \
+    --bindir=%{_bindir} \
+    --mandir=%{_mandir} \
+    --prefix=%{_prefix} \
+    --package-prefix=%{buildroot}
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
+
+%check
+%{__make} check
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog README TODO
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
+
+%changelog
+* Tue Jun 20 2006 Christopher Stone <chris.stone at gmail.com> 1.3.9-1
+- Initial release




More information about the fedora-extras-commits mailing list