rpms/cksfv/FC-5 .cvsignore, 1.2, 1.3 cksfv.spec, 1.9, 1.10 sources, 1.2, 1.3

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


Author: xulchris

Update of /cvs/extras/rpms/cksfv/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21263

Modified Files:
	.cvsignore cksfv.spec sources 
Log Message:
Unorphan package with new spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cksfv/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:09:25 -0000	1.2
+++ .cvsignore	21 Jun 2006 06:17:40 -0000	1.3
@@ -1 +1 @@
-cksfv-1.3.tar.gz
+cksfv-1.3.9.tar.gz


Index: cksfv.spec
===================================================================
RCS file: /cvs/extras/rpms/cksfv/FC-5/cksfv.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cksfv.spec	2 Mar 2006 21:28:29 -0000	1.9
+++ cksfv.spec	21 Jun 2006 06:17:40 -0000	1.10
@@ -1,14 +1,12 @@
-Summary:          Utility to manipulate SFV files
-Name:             cksfv
-Version:          1.3
-Release:          4
-URL:              http://www.fodder.org/cksfv
-License:          GPL
-Group:            Applications/File
-Source0:          http://www.fodder.org/cksfv/cksfv-1.3.tar.gz
-Patch0:           cksfv-1.3-print.c.patch
-BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root
-Prefix:           %{_prefix}
+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
@@ -16,69 +14,33 @@
 checksums.
 
 %prep
-cat<<EOT
-
-Build disabled. Package is without maintainer.
-
-EOT
-exit 1
-
 %setup -q
-%patch0 -p1 -b .print.c
 
 %build
-make %{?_smp_mflags} "CFLAGS=-Wall %{optflags}"
+# custom configure does not take --libdir spec
+./configure \
+    --bindir=%{_bindir} \
+    --mandir=%{_mandir} \
+    --prefix=%{_prefix} \
+    --package-prefix=%{buildroot}
+%{__make} %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
 
-mkdir -p %{buildroot}%{_bindir}
-install -m 755 src/cksfv %{buildroot}%{_bindir}/
+%check
+%{__make} check
 
 %clean
-rm -rf %{buildroot}
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING ChangeLog README TODO
-%{_bindir}/cksfv
+%doc AUTHORS COPYING ChangeLog README TODO
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
 
 %changelog
-* Sat Jul 23 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3-4
-- Fix "array subscript out of range" (#149461).
-
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
-- rebuilt
-
-* Tue Apr  8 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:1.3-0.fdr.2
-- Added epoch.
-- Modified CFLAGS to honour RPM_OPT_FLAGS.
-- Explicit installation commands instead of patching makefile.
-- Modified source URL to allow direct downloading.
-
-* Tue Mar 25 2003 Marius Johndal <mariuslj at ifi.uio.no> 1.3-0.fdr.1
-- Initial RPM release.
-
-* Thu Dec 28 2000 Bryan Call  <bc at fodder.org>
-- version 1.2
-- Fixed the a problem when making a new sfv it was not being zero
-padded (found by Justin Head and Andre Tertling).
-- Added the idea, when insensitive matching is activated, it will treat
-"_" and " " equal. For example it will treat "foo_bar.txt" and
-"Foo Bar.txt" the same (suggested and patch given by Andree Borrmann).
-- Made it so it will not choke on blank lines.
-
-* Thu May 18 2000 Bryan Call  <bc at fodder.org>
-- version 1.1
-- Added verbose to the program.  Now the program will list what file it
-is working on and the status of the file.  When it is finished it will
-display a final result, if it encountered any errors or not, and it
-will print the bell character. You can turn this off with the -q option
-(quiet).
-- Moved some functions around a some other minor stuff.
-
-* Tue May 16 2000 Bryan Call  <bc at fodder.org>
-- version 1.0
-- This is the first version that has been released for public
-consumption.  Hopefully, I have worked out most of the bugs. I have
-this working on FreeBSD 3.4 and Redhat 6.1 (i386).
+* Tue Jun 20 2006 Christopher Stone <chris.stone at gmail.com> 1.3.9-1
+- Initial release


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cksfv/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:09:25 -0000	1.2
+++ sources	21 Jun 2006 06:17:40 -0000	1.3
@@ -1 +1 @@
-e00cf6a80a566539eb6f3432f2282c38  cksfv-1.3.tar.gz
+dfd8db438b9733ef07f41ff4c02ee2f2  cksfv-1.3.9.tar.gz




More information about the fedora-extras-commits mailing list