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+'.
This commit is contained in:
Kalev Lember 2011-04-02 23:09:28 +03:00
parent e889690138
commit b19c5c1ee6
3 changed files with 13 additions and 14 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
ccid-1.4.0.tar.bz2 ccid-1.4.0.tar.bz2
/ccid-1.4.1.tar.bz2 /ccid-1.4.1.tar.bz2
/ccid-1.4.2.tar.bz2 /ccid-1.4.2.tar.bz2
/ccid-1.4.3.tar.bz2

View File

@ -1,16 +1,14 @@
%global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null) %global dropdir %(pkg-config libpcsclite --variable usbdropdir 2>/dev/null)
%global pcsc_lite_ver 1.6.5 %global pcsc_lite_ver 1.7.0
%global upstream_build 3518 %global upstream_build 3535
Name: pcsc-lite-ccid Name: pcsc-lite-ccid
Version: 1.4.2 Version: 1.4.3
Release: 2%{dist} Release: 1%{dist}
Summary: Generic USB CCID smart card reader driver Summary: Generic USB CCID smart card reader driver
Group: System Environment/Libraries Group: System Environment/Libraries
# The library itself is LGPLv2+, but the files in contrib/RSA_SecurID/ which License: LGPLv2+
# get compiled in a separate binary are GPLv2+.
License: LGPLv2+ and GPLv2+
URL: http://pcsclite.alioth.debian.org/ccid.html URL: http://pcsclite.alioth.debian.org/ccid.html
Source0: http://alioth.debian.org/download.php/%{upstream_build}/ccid-%{version}.tar.bz2 Source0: http://alioth.debian.org/download.php/%{upstream_build}/ccid-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -42,7 +40,6 @@ make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$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 cp -p src/openct/LICENSE LICENSE.openct
@ -61,17 +58,18 @@ exit 0
%files %files
%defattr(-,root,root,-) %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}/ifd-ccid.bundle/
%{dropdir}/serial/ %{dropdir}/serial/
%config(noreplace) %{_sysconfdir}/reader.conf.d/libccidtwin %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 %changelog
* Sat Apr 02 2011 Kalev Lember <kalev@smartlink.ee> - 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 <kalev@smartlink.ee> - 1.4.2-2 * Tue Mar 29 2011 Kalev Lember <kalev@smartlink.ee> - 1.4.2-2
- Don't install the udev rules - Don't install the udev rules

View File

@ -1 +1 @@
4a8f954c0aef48e8e5ab5d458cf819e8 ccid-1.4.2.tar.bz2 a269baa572be6f93ec57da279c7ec276 ccid-1.4.3.tar.bz2