Accepting request 672064 from home:jengelh:branches:devel:libraries:c_c++

- Trim bias from descriptions.
- Drop technically unfounded Requires lines.

OBS-URL: https://build.opensuse.org/request/show/672064
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/rtrlib?expand=0&rev=2
This commit is contained in:
Martin Hauke 2019-02-06 15:31:59 +00:00 committed by Git OBS Bridge
parent 0f40445a31
commit 0986d9e028
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 6 09:07:54 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias from descriptions.
- Drop technically unfounded Requires lines.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 3 19:27:27 UTC 2019 - mardnh@gmx.de Sun Feb 3 19:27:27 UTC 2019 - mardnh@gmx.de

View File

@ -20,7 +20,7 @@
Name: rtrlib Name: rtrlib
Version: 0.6.3 Version: 0.6.3
Release: 0 Release: 0
Summary: Small extensible RPKI-RTR-Client C library Summary: Extensible RPKI-RTR-Client C library
License: MIT License: MIT
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
URL: https://rpki.realmv6.org/ URL: https://rpki.realmv6.org/
@ -33,22 +33,22 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(libssh) >= 0.5.0 BuildRequires: pkgconfig(libssh) >= 0.5.0
%description %description
RTRlib is an open-source C implementation of the RPKI/Router Protocol RTRlib is a C implementation of the RPKI/Router Protocol
client. The library allows one to fetch and store validated prefix origin client. The library allows one to fetch and store validated prefix origin
data from a RTR-cache and performs origin verification of prefixes. It data from a RTR-cache and performs origin verification of prefixes. It
supports different types of transport sessions (e.g., SSH, unprotected TCP) supports different types of transport sessions (e.g., SSH, unprotected TCP)
and is easily extendable. and is extensible.
%package -n librtr%{sover} %package -n librtr%{sover}
Summary: Small extensible RPKI-RTR-Client C library Summary: Extensible RPKI-RTR-Client C library
Group: System/Libraries Group: System/Libraries
%description -n librtr%{sover} %description -n librtr%{sover}
RTRlib is an open-source C implementation of the RPKI/Router Protocol RTRlib is a C implementation of the RPKI/Router Protocol
client. The library allows one to fetch and store validated prefix origin client. The library allows one to fetch and store validated prefix origin
data from a RTR-cache and performs origin verification of prefixes. It data from a RTR-cache and performs origin verification of prefixes. It
supports different types of transport sessions (e.g., SSH, unprotected TCP) supports different types of transport sessions (e.g., SSH, unprotected TCP)
and is easily extendable. and is extensible.
%package -n rtr-tools %package -n rtr-tools
Summary: RPKI-RTR command line tools Summary: RPKI-RTR command line tools
@ -71,7 +71,6 @@ Development and header files for librtr.
%package devel-doc %package devel-doc
Summary: API documentation of the RTRlib Summary: API documentation of the RTRlib
Group: Documentation/Other Group: Documentation/Other
Requires: %{name}-devel
BuildArch: noarch BuildArch: noarch
%description devel-doc %description devel-doc