Blame libvarlink.spec

b50ccbc
%global _hardened_build 1
b50ccbc
b50ccbc
Name:           libvarlink
39ffa14
Version:        5
39ffa14
Release:        1%{?dist}
b50ccbc
Summary:        Varlink C Library
b50ccbc
License:        ASL 2.0
b50ccbc
URL:            https://github.com/varlink/%{name}
b50ccbc
Source0:        https://github.com/varlink/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
b50ccbc
BuildRequires:  meson
b50ccbc
BuildRequires:  gcc
b50ccbc
b50ccbc
%description
b50ccbc
Varlink C Library
b50ccbc
b50ccbc
%package        devel
b50ccbc
Summary:        Development files for %{name}
b50ccbc
Requires:       %{name}%{?_isa} = %{version}-%{release}
b50ccbc
b50ccbc
%description    devel
b50ccbc
The %{name}-devel package contains libraries and header files for
b50ccbc
developing applications that use %{name}.
b50ccbc
b50ccbc
%package        util
b50ccbc
Summary:        Varlink command line tools
b50ccbc
b50ccbc
%description    util
b50ccbc
The %{name}-util package contains varlink command line tools.
b50ccbc
b50ccbc
%prep
b50ccbc
%setup -q
b50ccbc
b50ccbc
%build
b50ccbc
%meson
b50ccbc
%meson_build
b50ccbc
b50ccbc
%check
b50ccbc
export LC_CTYPE=C.utf8
b50ccbc
%meson_test
b50ccbc
b50ccbc
%install
b50ccbc
%meson_install
b50ccbc
b50ccbc
%post -p /sbin/ldconfig
b50ccbc
b50ccbc
%postun -p /sbin/ldconfig
b50ccbc
b50ccbc
%files
b50ccbc
%license LICENSE
b50ccbc
%{_libdir}/libvarlink.so.*
b50ccbc
b50ccbc
%files util
b50ccbc
%{_bindir}/varlink
b50ccbc
%{_datadir}/bash-completion/completions/varlink
b50ccbc
%{_datadir}/vim/vimfiles/after/*
b50ccbc
b50ccbc
%files devel
b50ccbc
%{_includedir}/varlink.h
b50ccbc
%{_libdir}/libvarlink.so
b50ccbc
%{_libdir}/pkgconfig/libvarlink.pc
b50ccbc
b50ccbc
%changelog
39ffa14
* Fri Mar 23 2018 <kay@redhat.com>
39ffa14
- libvarlink 5
39ffa14
36ab636
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-3
36ab636
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
36ab636
a590371
* Fri Feb 02 2018 Harald Hoyer <harald@redhat.com> - 1-2
a590371
- bump release
a590371
b50ccbc
* Fri Feb  2 2018 <kay@redhat.com>
b50ccbc
- libvarlink 1