fix problem
This commit is contained in:
parent
b6bccfad9d
commit
9bce03bfcb
Binary file not shown.
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user