forked from pool/rtrlib
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
483adc43b6 | ||
|
d622231c50 | ||
|
bf136ceaf9 | ||
6e34e5e01f |
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 22 20:09:04 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
|
||||||
|
- Remove Group: declarations, no longer used
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 23 11:45:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Feb 23 11:45:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -23,11 +23,10 @@ Version: 0.8.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible RPKI-RTR-Client C library
|
Summary: Extensible RPKI-RTR-Client C library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
URL: https://rpki.realmv6.org/
|
URL: https://rpki.realmv6.org/
|
||||||
Source: https://github.com/rtrlib/rtrlib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/rtrlib/rtrlib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: rtrlib-disable-tests-that-require-network-connections.patch
|
Patch0: rtrlib-disable-tests-that-require-network-connections.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake >= 3.5
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -42,7 +41,6 @@ and is extensible.
|
|||||||
|
|
||||||
%package -n librtr%{sover}
|
%package -n librtr%{sover}
|
||||||
Summary: Extensible RPKI-RTR-Client C library
|
Summary: Extensible RPKI-RTR-Client C library
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n librtr%{sover}
|
%description -n librtr%{sover}
|
||||||
RTRlib is a C implementation of the RPKI/Router Protocol
|
RTRlib is a C implementation of the RPKI/Router Protocol
|
||||||
@ -53,7 +51,6 @@ and is extensible.
|
|||||||
|
|
||||||
%package -n rtr-tools
|
%package -n rtr-tools
|
||||||
Summary: RPKI-RTR command line tools
|
Summary: RPKI-RTR command line tools
|
||||||
Group: Productivity/Networking/Routing
|
|
||||||
|
|
||||||
%description -n rtr-tools
|
%description -n rtr-tools
|
||||||
rtrclient is command line that connects to an RPKI-RTR server and prints
|
rtrclient is command line that connects to an RPKI-RTR server and prints
|
||||||
@ -63,7 +60,6 @@ allows one to validate given IP prefixes and origin ASes.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files for librtr
|
Summary: Header files for librtr
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: librtr%{sover} = %{version}
|
Requires: librtr%{sover} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -71,7 +67,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
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description devel-doc
|
%description devel-doc
|
||||||
@ -83,7 +78,7 @@ the RPKI/Router Protocol client.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -Wno-return-type"
|
CFLAGS="%{optflags} -Wno-return-type"
|
||||||
%cmake
|
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user