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:
parent
e889690138
commit
b19c5c1ee6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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
|
||||
- Don't install the udev rules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user