Blob Blame History Raw
Name:		fcitx-configtool
Version:	0.4.10
Release:	1%{?dist}
Summary:	Gtk+-based configuring tools for Fcitx
Group:		System Environment/Libraries
License:	GPLv2+
URL:		https://github.com/fcitx/fcitx-configtool
Source0:	http://download.fcitx-im.org/fcitx-configtool/%{name}-%{version}.tar.xz

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
* Sun Sep 24 2017 Robin Lee <cheeselee@fedoraproject> - 0.4.10-1
- Update to 0.4.10

* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

* Thu May 11 2017 Robin Lee <cheeselee@fedoraproject.org> - 0.4.9-1
- Update to 0.4.9

* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Thu Oct  1 2015 Robin Lee <cheeselee@fedoraproject.org> - 0.4.8-1
- Update to 0.4.8 (BZ#1230892)

* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

* Mon Jul 08 2013 Liang Suilong <liangsuilong@gmail.com> - 0.4.7-1
- Upstream to fcitx-configtool-0.4.7

* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Wed Nov 28 2012 Liang Suilong <liangsuilong@gmail.com> - 0.4.5.1-1
- Upstream to fcitx-configtool-0.4.5.1

* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Thu Jun 07 2012 Liang Suilong <liangsuilong@gmail.com> - 0.4.4-1
- Upstream to fcitx-configtool-0.4.4

* Sat May 12 2012 Liang Suilong <liangsuilong@gmail.com> - 0.4.3-2
- Fix Segenttation Fault on GTK3

* Sat May 12 2012 Liang Suilong <liangsuilong@gmail.com> - 0.4.3-1
- Upstream to 0.4.3

* Fri Mar 09 2012 Liang Suilong <liangsuilong@gmail.com> - 0.4.1-1
- Upstream to 0.4.1

* Sun Feb 26 2012 Liang Suilong <liangsuilong@gmail.com> - 0.4.0-1
- Initial Package