Bumped to 1.5.7

This commit is contained in:
Takao Fujiwara 2015-07-16 19:16:16 +09:00
parent 35f06cc69d
commit 0df9fe713d
4 changed files with 11 additions and 41 deletions

1
.gitignore vendored
View File

@ -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

1
ibus-anthy-HEAD.patch Normal file
View File

@ -0,0 +1 @@

View File

@ -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 <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<component type="inputmethod">
<id>anthy.xml</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Anthy</name>
<summary>Japanese input method</summary>
<description>
<p>
The Anthy input method is designed for entering Japanese text.
</p>
<p>
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.
</p>
</description>
<url type="homepage">http://code.google.com/p/ibus/</url>
<url type="bugtracker">https://code.google.com/p/ibus/issues/list</url>
<url type="help">https://code.google.com/p/ibus/wiki/FAQ</url>
<update_contact><!-- upstream-contact_at_email.com --></update_contact>
</component>
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 <tfujiwar@redhat.com> - 1.5.7-1
- Bumped to 1.5.7
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
240d049304172f86473c73784fbe577a ibus-anthy-1.5.6.tar.gz
95b103e895a049807b1cf6d51527bdc7 ibus-anthy-1.5.7.tar.gz