fix problem
This commit is contained in:
parent
b6bccfad9d
commit
9bce03bfcb
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
Name: libhangul
|
||||
Version: 0.1.0
|
||||
Release: 19
|
||||
Release: 20
|
||||
License: LGPLv2+
|
||||
Summary: Hangul input library
|
||||
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(postun): ldconfig
|
||||
@ -21,10 +21,11 @@ Requires: %{name} = %{version}-%{release} pkgconfig
|
||||
This package provides development files and input programs.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
autoreconf -fi
|
||||
%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
|
||||
|
||||
@ -52,5 +53,8 @@ autoreconf -fi
|
||||
%{_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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user