]> git.pld-linux.org Git - packages/socket_wrapper.git/blame - socket_wrapper.spec
- updated to 1.1.5
[packages/socket_wrapper.git] / socket_wrapper.spec
CommitLineData
3a4186b0
JB
1Summary: Socket wrapper library
2Summary(pl.UTF-8): Biblioteka obudowująca dla gniazd
3Name: socket_wrapper
c012d1bf 4Version: 1.1.5
3a4186b0
JB
5Release: 1
6License: BSD
7Group: Libraries
2fac0604 8Source0: https://www.samba.org/ftp/cwrap/%{name}-%{version}.tar.gz
c012d1bf 9# Source0-md5: e4ac2c61cd87554a0050360fb563c3b2
86e100dc 10URL: https://cwrap.org/socket_wrapper.html
3a4186b0
JB
11BuildRequires: cmake >= 2.8.5
12BuildRequires: rpmbuild(macros) >= 1.605
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16This library makes possible to run several instances of the full
17software stack on the same machine and perform locally functional
18testing of complex network configurations. It passes all socket
19communication over unix domain sockets.
20
21%description -l pl.UTF-8
22Ta biblioteka umożliwia uruchamianie kilku instancji pełnego stosu
23programowego na tej samej maszynie i wykonywanie lokalnie testów
24funkcjonalnych złożonych konfiguracji sieciowych. Przekazuje całą
25komunikację przez gniazda uniksowe.
26
27%prep
28%setup -q
29
30%build
31install -d build
32cd build
33%cmake ..
34
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} -C build install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%post -p /sbin/ldconfig
47%postun -p /sbin/ldconfig
48
49%files
50%defattr(644,root,root,755)
51%doc AUTHORS COPYING ChangeLog README TODO
52%attr(755,root,root) %{_libdir}/libsocket_wrapper.so.*.*.*
53%attr(755,root,root) %ghost %{_libdir}/libsocket_wrapper.so.0
54%attr(755,root,root) %{_libdir}/libsocket_wrapper.so
55%{_pkgconfigdir}/socket_wrapper.pc
b03556a5 56%{_libdir}/cmake/socket_wrapper
bcb6e901 57%{_mandir}/man1/socket_wrapper.1*
This page took 0.156245 seconds and 4 git commands to generate.