]> git.pld-linux.org Git - packages/Sockets.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 10:37:41 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Sockets.spec -> 1.3

Sockets.spec

index 306e39b5e1c07c8cb1ed1eaf82b23de597930484..8284ee496f0fbcc4bcbb14de7cea92b81b85062d 100644 (file)
@@ -6,7 +6,7 @@
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static library
-
+#
 Summary:       C++ Sockets Library
 Summary(pl.UTF-8):     Biblioteka gniazd C++
 Name:          Sockets
@@ -26,15 +26,18 @@ BuildRequires:      openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-C++ class library wrapping the berkeley sockets C API.
-Features include, but are not limited to, SSL support, IPv6 support,
-tcp and udp sockets, sctp sockets, http protocol, highly customizable
-error handling.
+C++ class library wrapping the Berkeley sockets C API. Features
+include, but are not limited to, SSL support, IPv6 support, TCP and
+UDP sockets, SCTP sockets, HTTP protocol, highly customizable error
+handling.
 
 %description -l pl.UTF-8
+Biblioteka klas C++ obudowująca berkeleyowskie API C gniazd.
+Możliwości obejmują m.in. obsługę SSL, obsługę IPv6, gniazda TCP i
+UDP, gniazda SCTP, protokół HTTP, elastyczną obsługę błędów.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 %{__make}
This page took 0.200635 seconds and 4 git commands to generate.