Use __cmake_in_source_build

This commit is contained in:
Jeff Law 2020-07-24 15:15:21 -06:00
parent 1ce0a638c6
commit 83ce959448

View File

@ -1,6 +1,8 @@
%global __cmake_in_source_build 1
Name: socket_wrapper
Version: 1.2.4
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
Summary: A library passing all socket communications through Unix sockets
@ -74,6 +76,9 @@ popd
%{_mandir}/man1/socket_wrapper.1*
%changelog
* Fri Jul 24 2020 Jeff Law <law@redhat.com> - 1.2.4-2
- Use __cmake_in_source_build
* Tue Mar 24 2020 Andreas Schneider <asn@redhat.com> - 1.2.4-1
- Update to version 1.2.4
* https://gitlab.com/cwrap/socket_wrapper/-/blob/master/CHANGELOG