!4 fix problem

Merge pull request !4 from fun_yang/master
This commit is contained in:
openeuler-ci-bot 2020-03-09 18:27:11 +08:00 committed by Gitee
commit 10f6253394
2 changed files with 9 additions and 5 deletions

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libhangul Name: libhangul
Version: 0.1.0 Version: 0.1.0
Release: 19 Release: 20
License: LGPLv2+ License: LGPLv2+
Summary: Hangul input library Summary: Hangul input library
URL: https://github.com/libhangul/libhangul URL: https://github.com/libhangul/libhangul
Source0: https://libhangul.googlecode.com/files/libhangul-%{version}.tar.gz Source0: https://github.com/libhangul/libhangul/archive/%{name}-%{version}.tar.gz
Requires(post): ldconfig Requires(post): ldconfig
Requires(postun): ldconfig Requires(postun): ldconfig
@ -21,10 +21,11 @@ Requires: %{name} = %{version}-%{release} pkgconfig
This package provides development files and input programs. This package provides development files and input programs.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{name}-%{version} -p1
autoreconf -fi
%build %build
./autogen.sh
cat %_datadir/gettext/po/Makefile.in.in >%_builddir/%{name}-%{name}-%{version}/po/Makefile.in.in
%configure --disable-static %configure --disable-static
%make_build %make_build
@ -52,5 +53,8 @@ autoreconf -fi
%{_libdir}/*.so %{_libdir}/*.so
%changelog %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 * Thu Nov 14 2019 wangye<wangye54@huawei.com> - 0.1.0-19
- Package init - Package init