diff --git a/libhangul-0.1.0.tar.gz b/libhangul-0.1.0.tar.gz index b3c0acc..8afb3ff 100644 Binary files a/libhangul-0.1.0.tar.gz and b/libhangul-0.1.0.tar.gz differ diff --git a/libhangul.spec b/libhangul.spec index f52d55a..ff578f3 100644 --- a/libhangul.spec +++ b/libhangul.spec @@ -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 - 0.1.0-20 +- Change Source to available address + * Thu Nov 14 2019 wangye - 0.1.0-19 -- Package init \ No newline at end of file +- Package init