import socket_wrapper-1.2.3-1.el8
This commit is contained in:
parent
9dbbec5264
commit
3f88fcd3e0
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/socket_wrapper-1.1.9.tar.gz
|
||||
SOURCES/socket_wrapper-1.2.3.tar.gz
|
||||
SOURCES/socket_wrapper.keyring
|
||||
|
@ -1 +1,2 @@
|
||||
77a2de37b248eefed24526c2955b9c6be9b5495c SOURCES/socket_wrapper-1.1.9.tar.gz
|
||||
95ea413c573d43521b5e4dca18b39615a1376583 SOURCES/socket_wrapper-1.2.3.tar.gz
|
||||
3f2ab0bca02893402ba0ad172a6bd44456a65f86 SOURCES/socket_wrapper.keyring
|
||||
|
16
SOURCES/socket_wrapper-1.2.3.tar.gz.asc
Normal file
16
SOURCES/socket_wrapper-1.2.3.tar.gz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAlyTmWEACgkQfuD8TcwB
|
||||
Tj3JFhAAk3CMrw+5uEeyvRyJEVsl8SW1BiKMQnSprw9XQggSLFOE4UX9pvnwLOGn
|
||||
Y5G7TJ5d9Cr2W5JuuuhiyDtnjzXMfpCs+TXMvODQKtTllNGG9YK13tZM1xoNfxW+
|
||||
9GDf/mDuvZiPbeLom9CtnCFPyh+zLoLypfky0lvrxiMMjvNHxNpt1w2fc1pBK15X
|
||||
NbNGqDkQLFtw1fNq4C90retBfCB2vTwBaLDJeVluqVe5ZCZAz2n5iXBS1cegbZdw
|
||||
c71mJKQu2b4VL0bgyu6WLeSQY6rAEefyNLaE/8f+OKtAxyByASOUk2TuG4cT+Ekr
|
||||
iXB9L2NVbTgo+xN9r0nRDpkRYOM1SMFCjF7OHQ49CBZk7gtWTefeWSh1GxS8Jbx8
|
||||
K3nWFXtUW4HBdzOOgqUif+/tWecjOmQ1z5Fy+3S24Afdjvnidf3CfZ6EUU1X4IT/
|
||||
icUNx75DXxY1FR7JUX+upwUa1actcedfZ9O6eh76gEzePE97vaddbSmRJt7VTBBO
|
||||
2RhlgLYxIF4ep/hwWQTfhzvGnpFDsmiXff7oxaL4ag37OUHyifecYlCBx8hoHXst
|
||||
+I0akCTp5uSnUaQoXAwpbaBfhKspWefUGAODGYbCEdNvZg6eDloJBGhHL8MlCOJw
|
||||
SQvo/xeGztPNIh1P1ObwiqQd3S02DB7IKHiZPUDNgcTB8cvzAOE=
|
||||
=sG5q
|
||||
-----END PGP SIGNATURE-----
|
@ -1,14 +1,18 @@
|
||||
Name: socket_wrapper
|
||||
Version: 1.1.9
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: BSD
|
||||
Summary: A library passing all socket communications through Unix sockets
|
||||
Url: http://cwrap.org/
|
||||
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
|
||||
Source2: socket_wrapper.keyring
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: libcmocka-devel >= 1.1.0
|
||||
|
||||
Recommends: cmake
|
||||
@ -29,6 +33,7 @@ This package doesn't have a devel package because this project is for
|
||||
development/testing.
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
@ -48,21 +53,19 @@ pushd obj
|
||||
make DESTDIR=%{buildroot} install
|
||||
popd
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
pushd obj
|
||||
ctest -V
|
||||
ctest --output-on-failure
|
||||
|
||||
LD_PRELOAD=src/libsocket_wrapper.so bash -c '>/dev/null'
|
||||
|
||||
popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog COPYING
|
||||
%doc AUTHORS README.md ChangeLog
|
||||
%license LICENSE
|
||||
%{_libdir}/libsocket_wrapper.so*
|
||||
%dir %{_libdir}/cmake/socket_wrapper
|
||||
%{_libdir}/cmake/socket_wrapper/socket_wrapper-config-version.cmake
|
||||
@ -71,6 +74,25 @@ popd
|
||||
%{_mandir}/man1/socket_wrapper.1*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 28 2019 Andreas Schneider <asn@redhat.com> - 1.2.3-1
|
||||
- Update to version 1.2.3
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Nov 14 2018 Andreas Schneider <asn@redhat.com> - 1.2.1-1
|
||||
- Update to version 1.2.1
|
||||
* Removed error message to fix applications doing stupid things
|
||||
|
||||
* Tue Nov 13 2018 Andreas Schneider <asn@redhat.com> - 1.2.0-1
|
||||
- Update to vesrion 1.2.0
|
||||
* Added threading support
|
||||
* Moved to modern cmake
|
||||
* Several smaller bugfixes
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user