代码拉取完成,页面将自动刷新
Summary: NETCONF protocol library for NETCONF applications.
Name: libnetconf
Version: @PACKAGE_VERSION@
Release: @RELEASE@
URL: http://www.liberouter.org/
Source: https://www.liberouter.org/repo/SOURCES/%{name}-%{version}-%{release}.tar.gz
Group: Liberouter
License: BSD
Vendor: CESNET, z.s.p.o.
Packager: @USERNAME@ <@USERMAIL@>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
BuildRequires: gcc make doxygen pkgconfig libxml2-devel libxslt-devel @BUILDREQS@
Provides: @PROVIDES@
%description
Library provides NETCONF protocol functionality for both client as well as
server side applications. It also handles access to the NETCONF
configuration data repositories.
%package devel
Summary: libnetconf development package
Group: Liberouter
Requires: libnetconf = %{version}-%{release} @DEVELREQS@
Provides: libnetconf-devel
%description devel
This package contains header files for libnetconf library. Install this package
if you want to develop your own NETCONF application.
%prep
%setup
%build
./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-rpm @CONFIGURE_PARAMS@;
make
make doc
%install
make DESTDIR=$RPM_BUILD_ROOT install
%post
ldconfig
%files
%{_libdir}/libnetconf.so.*
%{_libdir}/libnetconf.la
@NC_WORKINGDIR_PATH@
%files devel
%{_libdir}/pkgconfig/libnetconf.pc
%{_libdir}/libnetconf.so
%{_libdir}/libnetconf.a
%{_prefix}/include/libnetconf*.h
%{_prefix}/include/libnetconf/*
%{_prefix}/share/libnetconf/doxygen/*
%{_bindir}/lnctool
%{_datadir}/libnetconf/templates/*
%{_datadir}/libnetconf/rnglib/*
%{_datadir}/libnetconf/xslt/*
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。