From b1296a306de0ea29e71e1034918290b974605723 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Dec 15 2014 10:47:08 +0000 Subject: Fix a couple of typos in the spec file. Signed-off-by: Michael Adam --- diff --git a/socket_wrapper.spec b/socket_wrapper.spec index 25f3f4e..1f1b151 100644 --- a/socket_wrapper.spec +++ b/socket_wrapper.spec @@ -1,9 +1,9 @@ Name: socket_wrapper Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD -Summary: A library passing all socket communications trough Unix sockets +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 @@ -13,16 +13,16 @@ BuildRequires: libcmocka-devel >= 0.4.1 %description socket_wrapper aims to help client/server software development teams willing to -gain full functional test coverage. It makes possible to run several instances -of the full software stack on the same machine and perform locally functional -testing of complex network configurations. +gain full functional test coverage. It makes it possible to run several +instances of the full software stack on the same machine and perform locally +functional testing of complex network configurations. To use it set the following environment variables: LD_PRELOAD=libsocket_wrapper.so SOCKET_WRAPPER_DIR=/path/to/swrap_dir -This package doesn't have a devel package cause this project is for +This package doesn't have a devel package because this project is for development/testing. %prep @@ -66,8 +66,11 @@ popd %{_mandir}/man1/socket_wrapper.1* %changelog +* Fri Dec 12 2014 Michael Adam - 1.1.2-2 +- Fix typos. + * Wed Oct 01 2014 - Andreas Schneider - 1.1.2-1 -* Update to version 1.1.2. +- Update to version 1.1.2. * Wed Oct 01 2014 - Andreas Schneider - 1.1.1-2 - resolves: #1146409 - Do not own /usr/lib64/cmake