diff --git a/.gitignore b/.gitignore index 22c7a15..ec0777c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ ibus-anthy.png /ibus-anthy-1.5.4.tar.gz /ibus-anthy-1.5.5.tar.gz /ibus-anthy-1.5.6.tar.gz +/ibus-anthy-1.5.7.tar.gz diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/ibus-anthy-HEAD.patch @@ -0,0 +1 @@ + diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 8e8bf87..e8e8976 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -21,19 +21,16 @@ %endif Name: ibus-anthy -Version: 1.5.6 -Release: 7%{?dist} +Version: 1.5.7 +Release: 1%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries -URL: http://code.google.com/p/ibus/ +URL: https://github.com/ibus/ibus/wiki Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz # Upstreamed patches. # Patch0: %%{name}-HEAD.patch -Patch0: %{name}-HEAD.patch -# Add an input mode icon until ibus-ui-gtk3 is fixed. -Patch1: %%{name}-xx-input-mode.patch BuildRequires: anthy-devel BuildRequires: desktop-file-utils @@ -92,8 +89,6 @@ for developers. %prep %setup -q # %%patch0 -p1 -%patch0 -p1 -%patch1 -p1 -b .input-mode %build autoreconf @@ -116,38 +111,8 @@ make %{?_smp_mflags} make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la -%if %with_appdata -# Register as an AppStream component to be visible in the software center -# -# NOTE: It would be *awesome* if this file was maintained by the upstream -# project, translated and installed into the right place during `make install`. -# -# See http://www.freedesktop.org/software/appstream/docs/ for more details. -# -mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata -cat > $RPM_BUILD_ROOT%{_datadir}/appdata/anthy.appdata.xml < - - anthy.xml - CC0-1.0 - Anthy - Japanese input method - -

- The Anthy input method is designed for entering Japanese text. -

-

- Input methods are typing systems allowing users to input complex languages. - They are necessary because these contain too many characters to simply be laid - out on a traditional keyboard. -

-
- http://code.google.com/p/ibus/ - https://code.google.com/p/ibus/issues/list - https://code.google.com/p/ibus/wiki/FAQ - -
-EOF +%if ! %with_appdata +rm $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml %endif %find_lang %{name} @@ -199,6 +164,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_libdir}/libanthygobject-%{sub_version}.so %changelog +* Thu Jul 16 2015 Takao Fujiwara - 1.5.7-1 +- Bumped to 1.5.7 + * Wed Jun 17 2015 Fedora Release Engineering - 1.5.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 91def0f..0108d5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -240d049304172f86473c73784fbe577a ibus-anthy-1.5.6.tar.gz +95b103e895a049807b1cf6d51527bdc7 ibus-anthy-1.5.7.tar.gz