118 Star 0 Fork 2

src-openEuler/libhangul

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
README.md
libhangul-0.1.0.tar.gz
libhangul.spec
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libhangul.spec 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
fun_yang 提交于 5年前 . fix problem
Name: libhangul
Version: 0.1.0
Release: 20
License: LGPLv2+
Summary: Hangul input library
URL: https://github.com/libhangul/libhangul
Source0: https://github.com/libhangul/libhangul/archive/%{name}-%{version}.tar.gz
Requires(post): ldconfig
Requires(postun): ldconfig
BuildRequires: gettext-devel automake libtool
%description
libhangul provides common features for Hangul input method programs.
%package devel
Summary: Development files for libhangul
Requires: %{name} = %{version}-%{release} pkgconfig
%description devel
This package provides development files and input programs.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%build
./autogen.sh
cat %_datadir/gettext/po/Makefile.in.in >%_builddir/%{name}-%{name}-%{version}/po/Makefile.in.in
%configure --disable-static
%make_build
%install
%make_install
%delete_la
%find_lang %{name}
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files -f %{name}.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/lib*.so.*
%{_datadir}/%{name}
%{_bindir}/hangul
%files devel
%{_includedir}/hangul-*
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%changelog
* Mon Mar 09 2020 yangjian<yangjian79@huawei.com> - 0.1.0-20
- Change Source to available address
* Thu Nov 14 2019 wangye<wangye54@huawei.com> - 0.1.0-19
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libhangul.git
git@gitee.com:src-openeuler/libhangul.git
src-openeuler
libhangul
libhangul
openEuler-20.03-LTS

搜索帮助