-
Notifications
You must be signed in to change notification settings - Fork 15
/
libvarlink.spec
81 lines (60 loc) · 1.63 KB
/
libvarlink.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
%global _hardened_build 1
Name: libvarlink
Version: 23
Release: 1%{?dist}
Summary: Varlink C Library
License: ASL 2.0 and BSD-3-Clause
URL: https://github.com/varlink/%{name}
Source0: https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: meson
BuildRequires: gcc
BuildRequires: glibc-langpack-de
%description
Varlink C Library
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package util
Summary: Varlink command line tools
%description util
The %{name}-util package contains varlink command line tools.
%prep
%autosetup
%build
%meson
%meson_build
%check
export LC_CTYPE=C.utf8
%meson_test
%install
%meson_install
%ldconfig_scriptlets
%files
%license LICENSE
%{_libdir}/libvarlink.so.*
%files util
%{_bindir}/varlink
%{_datadir}/bash-completion/completions/varlink
%{_datadir}/vim/vimfiles/after/*
%files devel
%{_includedir}/varlink.h
%{_libdir}/libvarlink.so
%{_libdir}/pkgconfig/libvarlink.pc
%changelog
* Tue Mar 02 2021 <[email protected]> - 22-1
- libvarlink 22
* Fri Feb 19 2021 <[email protected]> - 21-1
- libvarlink 21
* Thu Feb 18 2021 <[email protected]> - 20-1
- libvarlink 20
* Fri Mar 06 2020 <[email protected]> - 19-1
- libvarlink 19
* Wed May 22 2019 <[email protected]> - 18-1
- libvarlink 18
* Fri Feb 15 2019 <[email protected]> - 17-1
- libvarlink 17
* Mon Nov 5 2018 <[email protected]> 16-1
- libvarlink 16