@@ -56,8 +56,8 @@ Summary: User-space implementation of the SCTP protocol RFC 4960
56
56
Group: System Environment/Libraries
57
57
58
58
%description libsctplib
59
- This package contains the shared library for sctplib .
60
- The sctplib library is a fairly complete prototype implementation of the
59
+ This package contains the shared library for SCTPLIB .
60
+ The SCTPLIB library is a fairly complete prototype implementation of the
61
61
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
62
62
transport protocol that supports multi-homing, and multiple message streams
63
63
multiplexed within an SCTP connection (also named association). SCTP is
@@ -78,13 +78,13 @@ asynchronous interprocess communication.
78
78
79
79
80
80
%package libsctplib-devel
81
- Summary: Headers and libraries of the user-space SCTP implementation sctplib
81
+ Summary: Headers and libraries of the user-space SCTP implementation SCTPLIB
82
82
Group: Development/Libraries
83
83
Requires: %{name }-libsctplib = %{version }-%{release }
84
84
85
85
%description libsctplib-devel
86
- This package contains development files for sctplib .
87
- The sctplib library is a fairly complete prototype implementation of the
86
+ This package contains development files for SCTPLIB .
87
+ The SCTPLIB library is a fairly complete prototype implementation of the
88
88
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
89
89
transport protocol that supports multi-homing, and multiple message streams
90
90
multiplexed within an SCTP connection (also named association). SCTP is
@@ -108,14 +108,14 @@ asynchronous interprocess communication.
108
108
109
109
110
110
%package docs
111
- Summary: Documentation of the user-space SCTP implementation sctplib
111
+ Summary: Documentation of the user-space SCTP implementation SCTPLIB
112
112
Group: System Environment/Libraries
113
113
BuildArch: noarch
114
114
Requires: %{name }-libsctplib = %{version }-%{release }
115
115
116
116
%description docs
117
- This package contains documentation files for sctplib .
118
- The sctplib library is a fairly complete prototype implementation of the
117
+ This package contains documentation files for SCTPLIB .
118
+ The SCTPLIB library is a fairly complete prototype implementation of the
119
119
Stream Control Transmission Protocol (SCTP), a message-oriented reliable
120
120
transport protocol that supports multi-homing, and multiple message streams
121
121
multiplexed within an SCTP connection (also named association). SCTP is
0 commit comments