## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: virt_cacard Version: 1.3.0 Release: %autorelease Summary: Virtual CAC Card License: GPLv3 URL: https://github.com/Jakuje/virt_cacard/ Source0: https://github.com/Jakuje/virt_cacard/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz BuildRequires: pcsc-lite-devel BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: libcacard-devel # the call to pkill through system() Recommends: procps-ng %description Simple application to emulate CAC Smart cards on PC/SC layer %prep %autosetup -p1 %build ./autogen.sh %configure %make_build %install %make_install %files %license LICENSE %doc README.md %{_bindir}/virt_cacard %changelog ## START: Generated by rpmautospec * Mon Apr 07 2025 Jakub Jelen - 1.3.0-1 - Uncommitted changes * Wed Jun 19 2024 CoprDistGit - 1.2.1-6 - automatic import of virt_cacard * Tue Apr 16 2024 CoprDistGit - 1.2.1-5 - automatic import of virt_cacard * Thu May 18 2023 CoprDistGit - 1.2.1-4 - automatic import of virt_cacard * Wed Jun 01 2022 CoprDistGit - 1.2.1-3 - automatic import of virt_cacard * Tue Dec 21 2021 CoprDistGit - 1.2.1-2 - automatic import of virt_cacard * Fri Sep 11 2020 CoprDistGit - 1.2.1-1 - automatic import of virt_cacard * Thu Mar 19 2020 CoprDistGit - 1.1-1 - automatic import of virt_cacard ## END: Generated by rpmautospec