-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Base Version: Updating version from 18 -> 23 (Fedora 41).
- Loading branch information
1 parent
ec144b0
commit 18e1641
Showing
3 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"libvarlink-18.tar.gz": "7a32543643116ad105da4ddb2f8030de7dcad1cdb3feb1a214ae5e7b65a6a198" | ||
"libvarlink-23.tar.gz": "a5575e070e446e7c4486d424393950e6cb7a3b376ee20d517b0c13a876659a8d" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
%global _hardened_build 1 | ||
|
||
Name: libvarlink | ||
Version: 18 | ||
Release: 4%{?dist} | ||
Version: 23 | ||
Release: 1%{?dist} | ||
Summary: Varlink C Library | ||
License: ASL 2.0 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: https://github.com/varlink/%{name} | ||
Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz | ||
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz | ||
BuildRequires: meson | ||
BuildRequires: gcc | ||
|
||
|
@@ -30,21 +30,26 @@ Summary: Varlink command line tools | |
The %{name}-util package contains varlink command line tools. | ||
|
||
%prep | ||
%setup -q | ||
%autosetup | ||
|
||
%build | ||
%meson | ||
%meson_build | ||
|
||
%check | ||
export LC_CTYPE=C.utf8 | ||
# https://github.com/varlink/libvarlink/issues/63 | ||
%ifarch ppc64le | ||
test_list=$(%meson_test --list) 2> /dev/null | ||
test_list=${test_list//test-symbols} | ||
%meson_test $test_list | ||
%else | ||
%meson_test | ||
%endif | ||
|
||
%install | ||
%meson_install | ||
|
||
%ldconfig_scriptlets | ||
|
||
%files | ||
%license LICENSE | ||
%{_libdir}/libvarlink.so.* | ||
|
@@ -60,6 +65,9 @@ export LC_CTYPE=C.utf8 | |
%{_libdir}/pkgconfig/libvarlink.pc | ||
|
||
%changelog | ||
* Tue Nov 19 2024 Sreenivasulu Malavathula <[email protected]> - 23-1 | ||
- Udpdating Azure-Linux import from Fedora 41 (license: MIT) | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 18-4 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters