update to 2.8.1 [release 2.8.1-1mamba;Mon Feb 26 2024]
This commit is contained in:
parent
ada05e22a5
commit
25f135571c
@ -1,12 +1,12 @@
|
|||||||
Name: libcacard
|
Name: libcacard
|
||||||
Version: 2.7.0
|
Version: 2.8.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: CAC (Common Access Card) library
|
Summary: CAC (Common Access Card) library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.spice-space.org/page/Libcacard
|
URL: https://gitlab.freedesktop.org/spice/libcacard
|
||||||
Source: http://www.spice-space.org/download/libcacard/libcacard-%{version}.tar.xz
|
Source: http://www.spice-space.org/download/libcacard/libcacard-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -14,10 +14,9 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libnspr-devel
|
BuildRequires: libnspr-devel
|
||||||
BuildRequires: libnss-devel
|
BuildRequires: libnss-devel
|
||||||
BuildRequires: libpcre-devel
|
|
||||||
BuildRequires: libpcsclite-devel
|
BuildRequires: libpcsclite-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: softhsm
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CAC (Common Access Card) library
|
CAC (Common Access Card) library
|
||||||
@ -47,12 +46,13 @@ This package contains utility applications for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -69,16 +69,14 @@ This package contains utility applications for %{name}.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/cacard
|
%dir %{_includedir}/cacard
|
||||||
%{_includedir}/cacard/*.h
|
%{_includedir}/cacard/*.h
|
||||||
%{_libdir}/libcacard.la
|
|
||||||
%{_libdir}/libcacard.so
|
%{_libdir}/libcacard.so
|
||||||
%{_libdir}/pkgconfig/libcacard.pc
|
%{_libdir}/pkgconfig/libcacard.pc
|
||||||
%doc ChangeLog NEWS README.md
|
%doc ChangeLog NEWS README.md
|
||||||
|
|
||||||
#%files tools
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
#%{_bindir}/vscclient
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-1mamba
|
||||||
|
- update to 2.8.1
|
||||||
|
|
||||||
* Mon Aug 19 2019 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
* Mon Aug 19 2019 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user