Compare commits

...

7 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering 470be0fcca dist-git conversion 2010-07-29 17:53:32 +00:00
Bill Nottingham 953e694512 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:49:28 +00:00
Jesse Keating e48a7a0173 Initialize branch F-9 for pcsc-lite 2008-04-21 07:20:52 +00:00
Jesse Keating d9b530e888 - Autorebuild for GCC 4.3 2008-02-19 22:33:20 +00:00
Robert Relyea 15733ac2c8 Fix typo. Quite warnings 2008-01-16 23:33:19 +00:00
Robert Relyea 63b6c0ae69 Rebase to pcsc-lite 1.4 2007-12-04 20:04:48 +00:00
Bill Nottingham c78c0eb96b makefile update to properly grab makefile.common 2007-10-15 19:13:29 +00:00
9 changed files with 65 additions and 25 deletions

View File

@ -1 +0,0 @@
pcsc-lite-1.3.3.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
pcsc-lite-1.4.4.tar.gz

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: pcsc-lite
# $Id$
NAME := pcsc-lite
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View File

@ -0,0 +1,11 @@
--- ./doc/Makefile.in.docinst 2007-08-14 10:17:26.000000000 -0700
+++ ./doc/Makefile.in 2007-11-27 09:13:40.000000000 -0800
@@ -615,7 +615,7 @@
info-am:
-install-data-am: install-docDATA install-man
+install-data-am: install-man
install-exec-am:

View File

@ -0,0 +1,20 @@
--- ./src/winscard_clnt.c.quiet 2008-01-16 12:35:22.351449000 -0800
+++ ./src/winscard_clnt.c 2008-01-16 12:35:38.034369000 -0800
@@ -3415,7 +3415,7 @@
if (rv != 0)
{
- Log1(PCSC_LOG_ERROR, "PCSC Not Running");
+ Log1(PCSC_LOG_INFO, "PCSC Not Running");
return SCARD_E_NO_SERVICE;
}
@@ -3434,7 +3434,7 @@
{
int i;
- Log1(PCSC_LOG_ERROR, "PCSC restarted");
+ Log1(PCSC_LOG_INFO, "PCSC restarted");
/* invalid all handles */
SCardLockThread();

View File

@ -0,0 +1,11 @@
--- ./etc/pcscd.init.in.service 2008-01-16 12:50:03.040049000 -0800
+++ ./etc/pcscd.init.in 2008-01-16 12:50:29.460919000 -0800
@@ -37,7 +37,7 @@
PCSCD_OPTIONS=
# Source config
-if [ -f @sysconfdir_exp@/sysconfig/pscsd ] ; then
+if [ -f @sysconfdir_exp@/sysconfig/pcscd ] ; then
. @sysconfdir_exp@/sysconfig/pcscd
fi

View File

@ -1,11 +0,0 @@
--- doc/Makefile.in 2003-05-31 00:24:32.000000000 +0300
+++ doc/Makefile.in 2003-06-01 15:43:17.000000000 +0300
@@ -390,7 +390,7 @@
info-am:
-install-data-am: install-dataDATA install-man
+install-data-am: install-man
install-exec-am:

View File

@ -1,14 +1,17 @@
Name: pcsc-lite
Version: 1.3.3
Release: 1%{dist}
Version: 1.4.4
Release: 3%{dist}
Summary: PC/SC Lite smart card framework and applications
Group: System Environment/Daemons
License: BSD
URL: http://pcsclite.alioth.debian.org/
Source0: http://alioth.debian.org/download.php/1565/%{name}-%{version}.tar.gz
Patch0: %{name}-docinst.patch
Source0: http://alioth.debian.org/download.php/2106/%{name}-%{version}.tar.gz
Patch0: %{name}-1.4-docinst.patch
Patch1: %{name}-1.3.0-rpath64.patch
# upstream rev 2731
Patch2: %{name}-1.4.4-quiet.patch
Patch3: %{name}-1.4.4-service.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -62,6 +65,8 @@ Group: Documentation
%setup -q
%patch0 -p0 -b .docinst
%patch1 -p1 -b .rpath64
%patch2 -p0 -b .quiet
%patch3 -p0 -b .service
%build
%configure \
@ -96,7 +101,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/formaticc.1*
%clean
#rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%post
@ -144,10 +149,20 @@ fi
%files doc
%defattr(-,root,root,-)
%doc doc/api/ doc/*.pdf doc/example/pcsc_demo.c
%doc doc/api/ doc/example/pcsc_demo.c
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.4-3
- Autorebuild for GCC 4.3
* Wed Jan 16 2008 Bob Relyea <rrelyea@redhat.com> - 1.4.4-2
- Silence libpcsc-lite even when the daemon isn't running.
- fix typo in init file which prevents the config file from being read.
* Tue Nov 22 2007 Bob Relyea <rrelyea@redhat.com> - 1.4.4-1
- Pick up 1.4.4
* Tue Feb 06 2007 Bob Relyea <rrelyea@redhat.com> - 1.3.3-1
- Pick up 1.3.3

View File

@ -1 +1 @@
851b090aa0efedd0196f6afd9c0c61bb pcsc-lite-1.3.3.tar.gz
6710141d878c12d3b701dc88b9c688c0 pcsc-lite-1.4.4.tar.gz