Updated to save the spec update.

This commit is contained in:
Takao Fujiwara 2012-11-22 13:18:55 +09:00
parent 7f7ac75b4d
commit 2264d1e1ca

View File

@ -1,5 +1,3 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%global sub_version 1.0
%global require_ibus_version 1.4.99.20120203
%global have_default_layout 1
@ -7,7 +5,7 @@
Name: ibus-anthy
Version: 1.4.99.20121006
Release: 1%{?dist}
Release: 2%{?dist}
Summary: The Anthy engine for IBus input platform
License: GPLv2+
Group: System Environment/Libraries
@ -99,7 +97,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
# dir {python_sitearch}/ibus
# dir {python2_sitearch}/ibus
%{_libdir}/libanthygobject-%{sub_version}.so.*
%{_libdir}/girepository-1.0/Anthy*.typelib
%{_libexecdir}/ibus-*-anthy
@ -114,6 +112,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
%{_libdir}/libanthygobject-%{sub_version}.so
%changelog
* Thu Nov 22 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-2
- Updated to save the spec update.
* Sat Oct 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.4.99.20121006-1
- Bumped to 1.4.99.20121006
- Added ibus-anthy-xx-disable-prop-symbol.patch for Fedora 17