diff --git a/fcitx-configtool-0.4.10.tar.xz b/fcitx-configtool-0.4.10.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..4aed93528e82906e77775975061fdc8d636a7a8d Binary files /dev/null and b/fcitx-configtool-0.4.10.tar.xz differ diff --git a/fcitx-configtool.spec b/fcitx-configtool.spec new file mode 100644 index 0000000000000000000000000000000000000000..4b76f4f494a07ef46d6c6bfe843968c819aef220 --- /dev/null +++ b/fcitx-configtool.spec @@ -0,0 +1,117 @@ +Name: fcitx-configtool +Version: 0.4.10 +Release: 6%{?dist} +Summary: Gtk+-based configuring tools for Fcitx +License: GPLv2+ +URL: https://github.com/fcitx/fcitx-configtool +Source0: http://download.fcitx-im.org/fcitx-configtool/%{name}-%{version}.tar.xz + +BuildRequires: gcc +BuildRequires: cmake, fcitx-devel, gettext, intltool, libxml2-devel +BuildRequires: gtk2-devel, iso-codes-devel, libtool, unique-devel +BuildRequires: gtk3-devel, unique3-devel +Requires: fcitx + + +%description +fcitx-config-gtk and fcitx-config-gtk3 are Gtk based configuring tools for +Fcitx. + + +%prep +%setup -q -n %{name}-%{version} + +%build +mkdir -pv build +pushd build +%cmake -DENABLE_GTK3=ON -DENABLE_GTK2=ON .. +make %{?_smp_mflags} VERBOSE=1 + +%install +pushd build +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +popd + +%find_lang %{name} + +%files -f %{name}.lang +%doc README +%license COPYING +%{_bindir}/* + + +%changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.4.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.4.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Mar 10 2018 Robin Lee - 0.4.10-4 +- BR gcc for http://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + +* Wed Feb 07 2018 Fedora Release Engineering - 0.4.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Feb 3 2018 Robin Lee - 0.4.10-2 +- Rebuild for SONAME bump of libfcitx-gclient.so + +* Sun Sep 24 2017 Robin Lee - 0.4.10-1 +- Update to 0.4.10 + +* Wed Aug 02 2017 Fedora Release Engineering - 0.4.9-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.4.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu May 11 2017 Robin Lee - 0.4.9-1 +- Update to 0.4.9 + +* Fri Feb 10 2017 Fedora Release Engineering - 0.4.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 0.4.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Oct 1 2015 Robin Lee - 0.4.8-1 +- Update to 0.4.8 (BZ#1230892) + +* Wed Jun 17 2015 Fedora Release Engineering - 0.4.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Aug 16 2014 Fedora Release Engineering - 0.4.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.4.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.4.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 08 2013 Liang Suilong - 0.4.7-1 +- Upstream to fcitx-configtool-0.4.7 + +* Wed Feb 13 2013 Fedora Release Engineering - 0.4.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Nov 28 2012 Liang Suilong - 0.4.5.1-1 +- Upstream to fcitx-configtool-0.4.5.1 + +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 07 2012 Liang Suilong - 0.4.4-1 +- Upstream to fcitx-configtool-0.4.4 + +* Sat May 12 2012 Liang Suilong - 0.4.3-2 +- Fix Segenttation Fault on GTK3 + +* Sat May 12 2012 Liang Suilong - 0.4.3-1 +- Upstream to 0.4.3 + +* Fri Mar 09 2012 Liang Suilong - 0.4.1-1 +- Upstream to 0.4.1 + +* Sun Feb 26 2012 Liang Suilong - 0.4.0-1 +- Initial Package