Compare commits

...

11 Commits
rawhide ... f10

Author SHA1 Message Date
Fedora Release Engineering ebb4946c57 dist-git conversion 2010-07-29 17:53:29 +00:00
Bill Nottingham eac26631f1 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:49:28 +00:00
Jesse Keating 345c7c26c3 Initialize branch F-10 for pcsc-lite 2008-11-07 04:14:47 +00:00
Robert Relyea 69b95e73c8 sigh, tagging seems broken, bump the version number to get a clean build 2008-08-29 00:09:38 +00:00
Robert Relyea fb81f35a8f mock build changes 2008-08-29 00:02:37 +00:00
Robert Relyea 67a62b4c00 mock build changes. 2008-08-28 23:59:45 +00:00
Robert Relyea 992aeb5e07 upgrade to 1.4.102 2008-08-28 00:31:36 +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 63 additions and 46 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.102.tar.bz2

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

@ -1,20 +0,0 @@
--- pcsc-lite-1.3.0/configure~ 2006-03-03 15:48:59.000000000 +0200
+++ pcsc-lite-1.3.0/configure 2006-03-05 23:40:48.000000000 +0200
@@ -9103,7 +9103,7 @@
shlibpath_overrides_runpath=unknown
version_type=none
dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
+sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
if test "$GCC" = yes; then
sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
@@ -9480,7 +9480,7 @@
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on

View File

@ -0,0 +1,11 @@
--- ./doc/Makefile.in.docinst 2008-06-26 20:32:52.000000000 -0700
+++ ./doc/Makefile.in 2008-08-28 14:18:11.240452000 -0700
@@ -612,7 +612,7 @@
info-am:
-install-data-am: install-docDATA install-man
+install-data-am: install-man
install-dvi: install-dvi-recursive

View File

@ -0,0 +1,20 @@
--- pcsc-lite-1.4.101/configure.rpath64 2008-04-30 08:14:32.000000000 -0700
+++ pcsc-lite-1.4.101/configure 2008-05-06 17:13:11.168871000 -0700
@@ -10503,7 +10503,7 @@
shlibpath_overrides_runpath=unknown
version_type=none
dynamic_linker="$host_os ld.so"
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
+sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
if test "$GCC" = yes; then
case $host_os in
@@ -10902,7 +10902,7 @@
# Append ld.so.conf contents to the search path
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib64 /usr/lib/64 /lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on

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,18 +1,19 @@
Name: pcsc-lite
Version: 1.3.3
Release: 1%{dist}
Version: 1.4.102
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
Patch1: %{name}-1.3.0-rpath64.patch
Source0: http://alioth.debian.org/download.php/2106/%{name}-%{version}.tar.bz2
Patch0: %{name}-1.4-docinst.patch
Patch1: %{name}-1.4.100-rpath64.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libusb-devel >= 0.1.7
BuildRequires: hal-devel
BuildRequires: doxygen
Requires(post): initscripts
Requires(post): /sbin/chkconfig
@ -96,7 +97,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/formaticc.1*
%clean
#rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
%post
@ -144,10 +145,32 @@ 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
* Thu Aug 18 2008 Bob Relyea <rrelyea@redhat.com> - 1.4.102-3
- bump tag becaue the build system can't deal with mistakes.
* Thu Aug 18 2008 Bob Relyea <rrelyea@redhat.com> - 1.4.102-2
- mock build changes
* Wed Aug 17 2008 Bob Relyea <rrelyea@redhat.com> - 1.4.102-1
- Pick up 1.4.102
* Wed May 6 2008 Bob Relyea <rrelyea@redhat.com> - 1.4.101-1
- Pick up 1.4.101
* 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
b97d3a725ab93662adf09acfbc49efeb pcsc-lite-1.4.102.tar.bz2