From b19c5c1ee6c887241114d7d79923374eb47b14ba Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 Apr 2011 23:09:28 +0300 Subject: [PATCH] Update to 1.4.3 GPLv2+ licensed RSA_SecurID no longer gets installed, which changes the license of the binary RPM from 'LGPLv2+ and GPLv2+' to 'LGPLv2+'. --- .gitignore | 1 + pcsc-lite-ccid.spec | 24 +++++++++++------------- sources | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 04672b6..9bcca74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ccid-1.4.0.tar.bz2 /ccid-1.4.1.tar.bz2 /ccid-1.4.2.tar.bz2 +/ccid-1.4.3.tar.bz2 diff --git a/pcsc-lite-ccid.spec b/pcsc-lite-ccid.spec index 76c2889..f2a50ba 100644 --- a/pcsc-lite-ccid.spec +++ b/pcsc-lite-ccid.spec @@ -1,16 +1,14 @@ %global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) -%global pcsc_lite_ver 1.6.5 -%global upstream_build 3518 +%global pcsc_lite_ver 1.7.0 +%global upstream_build 3535 Name: pcsc-lite-ccid -Version: 1.4.2 -Release: 2%{dist} +Version: 1.4.3 +Release: 1%{dist} Summary: Generic USB CCID smart card reader driver Group: System Environment/Libraries -# The library itself is LGPLv2+, but the files in contrib/RSA_SecurID/ which -# get compiled in a separate binary are GPLv2+. -License: LGPLv2+ and GPLv2+ +License: LGPLv2+ URL: http://pcsclite.alioth.debian.org/ccid.html Source0: http://alioth.debian.org/download.php/%{upstream_build}/ccid-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,7 +40,6 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -mv $RPM_BUILD_ROOT/usr/share/doc/ccid/README_Kobil_mIDentity_switch.txt ./ cp -p src/openct/LICENSE LICENSE.openct @@ -61,17 +58,18 @@ exit 0 %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING LICENSE.openct README README_Kobil_mIDentity_switch.txt +%doc AUTHORS ChangeLog COPYING LICENSE.openct README %{dropdir}/ifd-ccid.bundle/ %{dropdir}/serial/ %config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin -%{_bindir}/RSA_SecurID_getpasswd -%{_mandir}/man1/RSA_SecurID_getpasswd.1* -%{_mandir}/man8/Kobil_mIDentity_switch.8* -%{_sbindir}/Kobil_mIDentity_switch %changelog +* Sat Apr 02 2011 Kalev Lember - 1.4.3-1 +- Update to 1.4.3 +- GPLv2+ licensed RSA_SecurID no longer gets installed, which changes + the license of the binary RPM from 'LGPLv2+ and GPLv2+' to 'LGPLv2+'. + * Tue Mar 29 2011 Kalev Lember - 1.4.2-2 - Don't install the udev rules diff --git a/sources b/sources index 27b78ed..3558eec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a8f954c0aef48e8e5ab5d458cf819e8 ccid-1.4.2.tar.bz2 +a269baa572be6f93ec57da279c7ec276 ccid-1.4.3.tar.bz2