2024-01-05 21:21:21 +01:00
|
|
|
Name: cie-middleware
|
2024-01-05 21:21:21 +01:00
|
|
|
Version: 1.4.3.5
|
2024-01-05 21:21:21 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Italian CIE (Electronic ID Card) PCSC middleware
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/italia/cie-middleware-linux
|
2024-01-05 21:21:21 +01:00
|
|
|
Source: https://github.com/italia/cie-middleware-linux/releases/download/%{version}/CIE-Middleware-%{version}.x86-64.tar.gz
|
|
|
|
#Source: https://github.com/italia/cie-middleware-linux.git/%{version}/CIE-Middleware-%{version}.tar.bz2
|
2024-01-05 21:21:21 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libpcsclite-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Italian CIE (Electronic ID Card) PCSC middleware.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 21:21:21 +01:00
|
|
|
%setup -q -c
|
2024-01-05 21:21:21 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 21:21:21 +01:00
|
|
|
|
2024-01-05 21:21:21 +01:00
|
|
|
install -d -m755 %{buildroot}%{_datadir}/CIEID
|
2024-01-05 21:21:21 +01:00
|
|
|
install -D -m644 usr/share/CIEID/* %{buildroot}%{_datadir}/CIEID/
|
|
|
|
install -D -m755 usr/local/lib/libcie-pkcs11.so %{buildroot}%{_libdir}/libcie-pkcs11.so
|
|
|
|
install -D -m644 usr/share/applications/cieid.desktop %{buildroot}%{_datadir}/applications/cieid.desktop
|
2024-01-05 21:21:21 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libcie-pkcs11.so
|
|
|
|
%dir %{_datadir}/CIEID
|
|
|
|
%{_datadir}/CIEID/cieid.jar
|
|
|
|
%{_datadir}/CIEID/logo_circle.png
|
|
|
|
%{_datadir}/applications/cieid.desktop
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:21:21 +01:00
|
|
|
* Thu Aug 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3.5-1mamba
|
|
|
|
- update to 1.4.3.5
|
|
|
|
|
2024-01-05 21:21:21 +01:00
|
|
|
* Fri Nov 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- update to 1.4.1
|
|
|
|
|
|
|
|
* Tue Apr 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- package created using the webbuild interface
|