Fix UNKNOWN pkg-config version, rhbz#1989031
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
4bea112c5b
commit
5ff2f49476
@ -3,11 +3,12 @@
|
|||||||
|
|
||||||
Name: libcacard
|
Name: libcacard
|
||||||
Version: 2.8.0
|
Version: 2.8.0
|
||||||
Release: 4.%{gitdate}git%{gitversion}%{?dist}
|
Release: 5.%{gitdate}git%{gitversion}%{?dist}
|
||||||
Summary: CAC (Common Access Card) library
|
Summary: CAC (Common Access Card) library
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://gitlab.freedesktop.org/spice/libcacard
|
URL: https://gitlab.freedesktop.org/spice/libcacard
|
||||||
Source0: libcacard-%{gitdate}.tar.xz
|
Source0: libcacard-%{gitdate}.tar.xz
|
||||||
|
Source1: tarball-version
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -41,6 +42,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gitdate}
|
%setup -q -n %{name}-%{gitdate}
|
||||||
|
cp %{SOURCE1} .tarball-version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -68,7 +70,10 @@ developing applications that use %{name}.
|
|||||||
%{_libdir}/pkgconfig/libcacard.pc
|
%{_libdir}/pkgconfig/libcacard.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Aug 8 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.8.0-4.20210801gitcf6121deb4
|
* Mon Aug 2 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.8.0-5.20210801gitcf6121deb4
|
||||||
|
- Fix UNKNOWN pkg-config version, rhbz#1989031
|
||||||
|
|
||||||
|
* Sun Aug 1 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 3:2.8.0-4.20210801gitcf6121deb4
|
||||||
- Update to git snapshot v2.8.0.22
|
- Update to git snapshot v2.8.0.22
|
||||||
- Fix FTBFS rhbz#1987641
|
- Fix FTBFS rhbz#1987641
|
||||||
|
|
||||||
|
1
tarball-version
Normal file
1
tarball-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.8.0.22-cf61
|
Loading…
Reference in New Issue
Block a user