代码拉取完成,页面将自动刷新
Name: Judy
Version: 1.0.5
Release: 19
Summary: C library array
License: LGPLv2+
URL: http://sourceforge.net/projects/judy/
Source0: http://downloads.sf.net/judy/Judy-%{version}.tar.gz
BuildRequires: coreutils gawk make sed gcc >= 4.1
%description
The package provides the most advanced core technology, the main
advantages are scalability, high performance and memory efficiency.
%package devel
Summary: Development libraries and headers for Judy
Requires: %{name} = %{version}-%{release}
%description devel
This package contains header files and development libraries.
%package help
Summary: API documentation for Judy.
%description help
The help for Judy to use.
%prep
%autosetup -n judy-%{version} -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-copy-prop -fno-tree-vrp"
%configure --disable-static
make
%install
%make_install
rm -f %{buildroot}%{_libdir}/*.a
%delete_la
%check
cd test
./Checkit
cd -
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%license COPYING
%{_libdir}/libJudy.so.*
%files devel
%doc doc
%{_includedir}/Judy.h
%{_libdir}/libJudy.so
%files help
%{_mandir}/man3/J*.3*
%doc README examples AUTHORS ChangeLog
%changelog
* Wed Jan 8 2020 sunguoshuai <sunguoshuai@huawei.com> - 1.0.5-19
- Delete unwanted files.
* Thu Nov 14 2019 wangye<wangye54@huawei.com> - 1.0.5-19
- Package init.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。