Blame SPECS/ibus-qt.spec

ba329f
%define ibus_version 1.3.7
ba329f
ba329f
Name:       ibus-qt
ba329f
Version:    1.3.2
83a45d
Release:    4%{?dist}
ba329f
Summary:    Qt IBus library and Qt input method plugin
ba329f
License:    GPLv2+
ba329f
Group:      System Environment/Libraries
ba329f
URL:        http://code.google.com/p/ibus/
ba329f
Source0:    http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
ba329f
ba329f
Patch0:     ibus-qt-HEAD.patch
ba329f
ba329f
BuildRequires:  cmake
ba329f
BuildRequires:  qt4-devel >= 4.5
ba329f
BuildRequires:  dbus-devel >= 1.2
ba329f
BuildRequires:  ibus-devel >= %ibus_version
ba329f
BuildRequires:  libicu-devel >= 4.0
ba329f
BuildRequires:  doxygen >= 1.6
ba329f
Requires:   ibus >= %ibus_version
ba329f
ba329f
%description
ba329f
Qt IBus library and Qt input method plugin.
ba329f
ba329f
%package devel
ba329f
Summary:    Development tools for ibus qt
ba329f
Group:      Development/Libraries
ba329f
Requires:   %{name} = %{version}-%{release}
ba329f
ba329f
%description devel
ba329f
The ibus-qt-devel package contains the header files for ibus qt library.
ba329f
ba329f
%package docs
ba329f
Summary:    Development documents for ibus qt
ba329f
Group:      Development/Libraries
ba329f
Requires:   %{name} = %{version}-%{release}
ba329f
ba329f
%description docs
ba329f
The ibus-qt-docs package contains developer documentation for ibus qt library.
ba329f
ba329f
%prep
ba329f
%setup -q -n %{name}-%{version}-Source
ba329f
# %%patch0 -p1
ba329f
%patch0 -p1
ba329f
ba329f
%build
ba329f
%cmake \
ba329f
    -DCMAKE_INSTALL_PREFIX=%{_usr} \
ba329f
    -DLIBDIR=%{_libdir}
ba329f
make \
ba329f
    VERBOSE=1 \
ba329f
    C_DEFINES="$RPM_OPT_FLAGS" \
ba329f
    CXX_DEFINES="$RPM_OPT_FLAGS" \
ba329f
    %{?_smp_mflags}
ba329f
make docs
ba329f
ba329f
%install
ba329f
make install DESTDIR=$RPM_BUILD_ROOT
ba329f
# find_lang {name}
ba329f
ba329f
%post -p /sbin/ldconfig
ba329f
ba329f
%postun -p /sbin/ldconfig
ba329f
ba329f
%files
ba329f
# -f {name}.lang
ba329f
%doc AUTHORS README INSTALL
ba329f
%{_libdir}/libibus-qt.so.*
ba329f
%{_libdir}/qt4/plugins/inputmethods/libqtim-ibus.so
ba329f
ba329f
%files devel
ba329f
%{_includedir}/*
ba329f
%{_libdir}/libibus-qt.so
ba329f
ba329f
%files docs
ba329f
%doc docs/html
ba329f
ba329f
%changelog
83a45d
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.3.2-4
83a45d
- Mass rebuild 2014-01-24
83a45d
83a45d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.3.2-3
83a45d
- Mass rebuild 2013-12-27
83a45d
ba329f
* Thu Mar 21 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.2-2
ba329f
- Added ibus-qt-HEAD.patch to fix bug 921164.
ba329f
ba329f
* Mon Mar 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.2-1
ba329f
- Updated to 1.3.2.
ba329f
ba329f
* Fri Feb 01 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.3.1-13
ba329f
- Rebuild for icu 50
ba329f
ba329f
* Wed Nov 21 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.1-12
ba329f
- Bumped for a misc issue.
ba329f
ba329f
* Tue Jul 31 2012 Than Ngo <than@redhat.com> - 1.3.1-11
ba329f
- rebuild for icu-49.1.1
ba329f
ba329f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-10
ba329f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ba329f
ba329f
* Tue Apr 24 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.1-9
ba329f
- Rebuilt for icu-49.1.1
ba329f
ba329f
* Tue Mar 06 2012 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.1-8
ba329f
- Rebuilt for ibus 1.4.99.20120304
ba329f
ba329f
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-7
ba329f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ba329f
ba329f
* Sat Sep 10 2011 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.1-6
ba329f
- Rebuilt for icu 4.8
ba329f
ba329f
* Mon Mar 07 2011 Caolán McNamara <caolanm@redhat.com> - 1.3.1-5
ba329f
- rebuild for icu 4.6
ba329f
ba329f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
ba329f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ba329f
ba329f
* Thu Nov 25 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.1-3
ba329f
- Fixed Bug 631043 - s/qt-devel/qt4-devel/ in BuildRequires
ba329f
- Added ibus-qt-HEAD.patch
ba329f
  Fixed Bug 655530 - Selected text gets deleted in KDE
ba329f
ba329f
* Mon Aug 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.1-1
ba329f
- Update to 1.3.1.
ba329f
ba329f
* Fri Jul 23 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.0-2
ba329f
- Fix Bug 616277 - hangul text color is not properly set in kwrite
ba329f
ba329f
* Fri Jul 16 2010 Takao Fujiwara <tfujiwar@redhat.com> - 1.3.0-1
ba329f
- Update to 1.3.0.
ba329f
ba329f
* Fri Apr 02 2010 Caolán McNamara <caolanm@redhat.com> - 1.2.0.20091217-2
ba329f
- rebuild for icu 4.4
ba329f
ba329f
* Thu Dec 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091217-1
ba329f
- Update to 1.2.0.20091217.
ba329f
ba329f
* Sun Dec 06 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091206-1
ba329f
- Update to 1.2.0.20091206.
ba329f
ba329f
* Mon Nov 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.2.0.20091014-2
ba329f
- rebuild (for qt-4.6.0-rc1, f13+)
ba329f
ba329f
* Wed Oct 14 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20091014-1
ba329f
- Update to 1.2.0.20091014.
ba329f
ba329f
* Sat Aug 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090822-2
ba329f
- Update the tarball
ba329f
- Link qt immodule with libicu
ba329f
ba329f
* Sat Aug 22 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090822-1
ba329f
- Update to 1.2.0.2009822
ba329f
- Fix compose key problem.
ba329f
ba329f
* Mon Jul 27 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090728-1
ba329f
- The first version.