Update to 1.7.1
This commit is contained in:
parent
b6590e8230
commit
56c5dad624
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/ibus-libzhuyin-1.6.99.20140718.tar.gz
|
||||
/ibus-libzhuyin-1.6.99.20140929.tar.gz
|
||||
/ibus-libzhuyin-1.7.0.tar.gz
|
||||
/ibus-libzhuyin-1.7.1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global snapshot 0
|
||||
|
||||
Name: ibus-libzhuyin
|
||||
Version: 1.7.0
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: New Zhuyin engine based on libzhuyin for IBus
|
||||
License: GPLv2+
|
||||
@ -19,7 +19,7 @@ BuildRequires: sqlite-devel
|
||||
BuildRequires: opencc-devel >= 1.0.2
|
||||
BuildRequires: ibus-devel >= 1.3
|
||||
BuildRequires: libzhuyin-devel >= 0.9.93
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
|
||||
# Requires(post): sqlite
|
||||
|
||||
@ -39,7 +39,8 @@ based on libzhuyin for IBus.
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--disable-boost
|
||||
--disable-boost \
|
||||
--with-python=python3
|
||||
|
||||
# make -C po update-gmo
|
||||
make %{?_smp_mflags} V=1
|
||||
@ -51,6 +52,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING README
|
||||
%{_datadir}/appdata/*.appdata.xml
|
||||
%{_datadir}/applications/ibus-setup-libzhuyin.desktop
|
||||
%{_libexecdir}/ibus-engine-libzhuyin
|
||||
%{_libexecdir}/ibus-setup-libzhuyin
|
||||
@ -62,6 +64,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="install -p"
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 7 2015 Peng Wu <pwu@redhat.com> - 1.7.1-1
|
||||
- Update to 1.7.1
|
||||
|
||||
* Tue Mar 24 2015 Peng Wu <pwu@redhat.com> - 1.7.0-1
|
||||
- Update to 1.7.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user