[Fedora-directory-commits] coolkey Makefile.in, 1.3, 1.4 config.status, 1.3, 1.4 coolkey.spec, 1.5, 1.6

Robert Relyea (rrelyea) fedora-directory-commits at redhat.com
Fri Aug 18 16:04:45 UTC 2006


Author: rrelyea

Update of /cvs/dirsec/coolkey
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8350

Modified Files:
	Makefile.in config.status coolkey.spec 
Log Message:


Windows build stuff



Index: Makefile.in
===================================================================
RCS file: /cvs/dirsec/coolkey/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.in	10 Jun 2006 00:51:08 -0000	1.3
+++ Makefile.in	18 Aug 2006 16:04:42 -0000	1.4
@@ -157,6 +157,8 @@
 SHELL = @SHELL@
 STRIP = @STRIP@
 VERSION = @VERSION@
+ZLIB_CFLAGS = @ZLIB_CFLAGS@
+ZLIB_LIBS = @ZLIB_LIBS@
 ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@


Index: config.status
===================================================================
RCS file: /cvs/dirsec/coolkey/config.status,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.status	10 Jun 2006 00:51:08 -0000	1.3
+++ config.status	18 Aug 2006 16:04:42 -0000	1.4
@@ -303,8 +303,8 @@
 Report bugs to <bug-autoconf at gnu.org>."
 ac_cs_version="\
 coolkey config.status "1.1.0"
-configured by configure, generated by GNU Autoconf 2.59,
-  with options \"'--disable-dependency-tracking'\"
+configured by ./configure, generated by GNU Autoconf 2.59,
+  with options \"\"
 
 Copyright (C) 2003 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
@@ -383,15 +383,15 @@
 fi
 
 if $ac_cs_recheck; then
-  echo "running /bin/sh configure " '--disable-dependency-tracking' $ac_configure_extra_args " --no-create --no-recursion" >&6
-  exec /bin/sh configure '--disable-dependency-tracking' $ac_configure_extra_args --no-create --no-recursion
+  echo "running /bin/sh ./configure "  $ac_configure_extra_args " --no-create --no-recursion" >&6
+  exec /bin/sh ./configure  $ac_configure_extra_args --no-create --no-recursion
 fi
 
 #
 # INIT-COMMANDS section.
 #
 
-AMDEP_TRUE="#" ac_aux_dir="."
+AMDEP_TRUE="" ac_aux_dir="."
 
 for ac_config_target in $ac_config_targets
 do
@@ -532,18 +532,18 @@
 s, at DEPDIR@,.deps,;t t
 s, at am__include@,include,;t t
 s, at am__quote@,,;t t
-s, at AMDEP_TRUE@,#,;t t
-s, at AMDEP_FALSE@,,;t t
-s, at AMDEPBACKSLASH@,,;t t
-s, at CCDEPMODE@,depmode=none,;t t
-s, at am__fastdepCC_TRUE@,#,;t t
-s, at am__fastdepCC_FALSE@,,;t t
+s, at AMDEP_TRUE@,,;t t
+s, at AMDEP_FALSE@,#,;t t
+s, at AMDEPBACKSLASH@,\,;t t
+s, at CCDEPMODE@,depmode=gcc3,;t t
+s, at am__fastdepCC_TRUE@,,;t t
+s, at am__fastdepCC_FALSE@,#,;t t
 s, at CXX@,g++,;t t
 s, at CXXFLAGS@,-g -O2,;t t
 s, at ac_ct_CXX@,g++,;t t
-s, at CXXDEPMODE@,depmode=none,;t t
-s, at am__fastdepCXX_TRUE@,#,;t t
-s, at am__fastdepCXX_FALSE@,,;t t
+s, at CXXDEPMODE@,depmode=gcc3,;t t
+s, at am__fastdepCXX_TRUE@,,;t t
+s, at am__fastdepCXX_FALSE@,#,;t t
 s, at EGREP@,grep -E,;t t
 s, at LN_S@,ln -s,;t t
 s, at ECHO@,echo,;t t


Index: coolkey.spec
===================================================================
RCS file: /cvs/dirsec/coolkey/coolkey.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- coolkey.spec	13 Jul 2006 21:32:39 -0000	1.5
+++ coolkey.spec	18 Aug 2006 16:04:42 -0000	1.6
@@ -19,7 +19,7 @@
 
 Name: coolkey
 Version: 1.0.1
-Release: 1
+Release: 2
 Summary: CoolKey PKCS #11 module
 License: LGPL
 URL: http://directory.fedora.redhat.com/wiki/CoolKey
@@ -33,7 +33,8 @@
 Requires: ccid
 Provides: CoolKey Openkey
 Obsoletes: CoolKey Openkey
-ExcludeArch: s390 s390x   # 390 does not have libusb or smartCards
+# 390 does not have libusb or smartCards
+ExcludeArch: s390 s390x
 
 %description
 Linux Driver support for the CoolKey and CAC products. 
@@ -83,6 +84,9 @@
 
 
 %changelog
+* Sun Jul 16 2006 Florian La Roche <laroche at redhat.com> - 1.0.1-2
+- fix excludearch line
+
 * Mon Jul 10 2006 Bob Relyea <rrelyea at redhat.com> - 1.0.1-1
 - Don't require pthread library in coolkey
 




More information about the Fedora-directory-commits mailing list