1 Star 0 Fork 7

src-oepkgs-oE-rv/yp-tools

forked from src-openEuler/yp-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
yp-tools.spec 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
hwx1054416 提交于 2021-08-25 18:37 . replace random with RAND_priv_bytes
%global __filter_GLIBC_PRIVATE 1
Name: yp-tools
Version: 4.2.3
Release: 7
Summary: Network Information Service (YP) client utilities
License: GPLv2
URL: https://github.com/thkukuk/yp-tools
Source0: https://github.com/thkukuk/yp-tools/archive/v%{version}.tar.gz
Patch0: yp-tools-2.12-hash.patch
Patch1: yp-tools-2.12-crypt.patch
Patch2: yp-tools-2.12-adjunct.patch
Patch3: yp-tools-4.2.2-strict-prototypes.patch
Patch9000: huawei-replace-random-with-RAND_priv_bytes.patch
BuildRequires: autoconf automake libtool
BuildRequires: gettext-devel libtirpc-devel libnsl2-devel openssl-devel
Requires: ypbind >= 3:2.4-2 glibc openssl-libs
%description
This package provides NIS client programs.NIS,Network Information
Service,provides passwords,groupinformation and other network information
to machines on a network.It is also known as Sun Yellow Pages.
You need to install ypbind on machine which runs NIS programs.
%package help
Summary: Doc files for yp-tools
Buildarch: noarch
%description help
The help package contains doc files for yp-tools.
%prep
%autosetup -n %{name}-%{version} -p1
autoreconf -ifv
%build
export CFLAGS="$CFLAGS %{optflags} -Wno-cast-function-type -lcrypto"
%configure --disable-domainname
%make_build
%install
%make_install
%find_lang %{name}
%files -f %{name}.lang
%doc COPYING AUTHORS THANKS etc/nsswitch.conf
%{_sbindir}/*
%{_bindir}/*
/var/yp/nicknames
%files help
%doc README NEWS ChangeLog
%{_mandir}/*/*
%changelog
* Wed Aug 25 2021 heyaohua<[email protected]> - 4.2.3-7
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:replace random with RAND_priv_bytes
* Fri Jul 30 2021 chenyanpanHW <[email protected]> - 4.2.3-6
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Dec 15 2020 xihaochen <[email protected]> - 4.2.3-5
- Type:requirement
- ID:NA
- SUG:NA
- DESC:update url
* Thu Nov 7 2019 openEuler Buildteam <[email protected]> - 4.2.3-4
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:modify the release
* Fri Aug 30 2019 luhuaxin <[email protected]> - 4.2.3-3
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/yp-tools.git
[email protected]:src-oepkgs-oe-rv/yp-tools.git
src-oepkgs-oe-rv
yp-tools
yp-tools
master

搜索帮助