124 Star 0 Fork 6

src-openEuler/Judy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Judy.spec 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
sigui 提交于 2020-01-10 16:01 . remove unwanted files
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.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/Judy.git
git@gitee.com:src-openeuler/Judy.git
src-openeuler
Judy
Judy
master

搜索帮助