fd4bbd
Name: fonts-tweak-tool
fd4bbd
Version: 0.3.2
228485
Release: 5%{?dist}
fd4bbd
Summary: Tool for customizing fonts per language
fd4bbd
fd4bbd
Group: User Interface/Desktops
fd4bbd
License: LGPLv3+
fd4bbd
URL: https://bitbucket.org/tagoh/%{name}/
fd4bbd
Source0: https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
228485
Patch0: %{name}-sigint.patch
228485
Patch1: %{name}-sitearchdir.patch
fd4bbd
fd4bbd
BuildRequires: desktop-file-utils
fd4bbd
BuildRequires: intltool
fd4bbd
BuildRequires: python-devel
fd4bbd
BuildRequires: gobject-introspection-devel glib2-devel
fd4bbd
Requires: libeasyfc-gobject >= 0.12.1
fd4bbd
Requires: pygobject3
fd4bbd
Requires: gtk3
fd4bbd
Requires: hicolor-icon-theme
fd4bbd
fd4bbd
%description
fd4bbd
fonts-tweak-tool is a GUI tool for customizing fonts per language on desktops
fd4bbd
using fontconfig.
fd4bbd
fd4bbd
%prep
fd4bbd
%setup -q
228485
%patch0 -p1 -b .0-sigint
228485
%patch1 -p1 -b .0-sitearch
228485
228485
autoreconf -f -i
fd4bbd
%configure --disable-static
fd4bbd
fd4bbd
%build
fd4bbd
make %{?_smp_mflags}
fd4bbd
fd4bbd
%install
fd4bbd
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications fonts-tweak-tool.desktop
fd4bbd
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="/usr/bin/install -p"
fd4bbd
fd4bbd
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so}
fd4bbd
rm -f $RPM_BUILD_ROOT%{_datadir}/gir-*/FontsTweak-*.gir
fd4bbd
fd4bbd
%find_lang %{name}
fd4bbd
fd4bbd
%post -p /sbin/ldconfig
fd4bbd
%postun -p /sbin/ldconfig
fd4bbd
fd4bbd
%files -f %{name}.lang
fd4bbd
%doc README COPYING AUTHORS NEWS
fd4bbd
%{_bindir}/%{name}
228485
%{python_sitearch}/fontstweak
fd4bbd
%{_datadir}/%{name}
fd4bbd
%{_datadir}/applications/%{name}.desktop
fd4bbd
%{_libdir}/libfontstweak-resources.so.0*
fd4bbd
%{_libdir}/girepository-*/FontsTweak-*.typelib
fd4bbd
fd4bbd
%changelog
228485
* Fri Feb  7 2014 Akira TAGOH <tagoh@redhat.com> - 0.3.2-5
228485
- Fix the installation path for python scripts (#1061035)
228485
228485
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.3.2-4
228485
- Mass rebuild 2014-01-24
228485
228485
* Fri Jan 10 2014 Akira TAGOH <tagoh@redhat.com> - 0.3.2-3
228485
- Fix SIGINT handling workaround. (#1040256)
228485
228485
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.3.2-2
228485
- Mass rebuild 2013-12-27
228485
fd4bbd
* Wed Jul 31 2013 Akira TAGOH <tagoh@redhat.com> - 0.3.2-1
fd4bbd
- New upstream release.
fd4bbd
fd4bbd
* Thu Apr 18 2013 Akira TAGOH <tagoh@redhat.com> - 0.3.1-1
fd4bbd
- New upstream release.
fd4bbd
  - Fix a crash. (#952983)
fd4bbd
fd4bbd
* Fri Mar 29 2013 Akira TAGOH <tagoh@redhat.com> - 0.3.0-1
fd4bbd
- New upstream release.
fd4bbd
fd4bbd
* Tue Feb 26 2013 Akira TAGOH <tagoh@redhat.com> - 0.2.0-1
fd4bbd
- New upstream release.
fd4bbd
  - Improve UI (#909769)
fd4bbd
fd4bbd
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
fd4bbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fd4bbd
fd4bbd
* Tue Jan 22 2013 Akira TAGOH <tagoh@redhat.com> - 0.1.5-1
fd4bbd
- New upstream release.
fd4bbd
  - Updated translations (#816378)
fd4bbd
fd4bbd
* Tue Dec 18 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.4-1
fd4bbd
- New upstream release.
fd4bbd
  - Fix file writing issue when the classification filter is turned off.
fd4bbd
    (#886330)
fd4bbd
fd4bbd
* Sat Nov 24 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.2-1
fd4bbd
- New upstream release
fd4bbd
  - Fix broken icons issue on non-GNOME desktops (#879140)
fd4bbd
fd4bbd
* Wed Nov 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.1-3
fd4bbd
- Fix a typo
fd4bbd
fd4bbd
* Wed Nov 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.1-2
fd4bbd
- clean up and improve the spec file.
fd4bbd
fd4bbd
* Mon Oct 22 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.1-1
fd4bbd
- New upstream release.
fd4bbd
  - Drop the unnecessary warnings (#859455)
fd4bbd
fd4bbd
* Wed Sep 19 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.0-1
fd4bbd
- New upstream release.
fd4bbd
fd4bbd
* Mon Aug 06 2012 James Ni <kent.neo@gmail.com> - 0.0.8-1
fd4bbd
- Apply pull request from tagoh
fd4bbd
fd4bbd
* Tue Jul 24 2012 James Ni <kent.neo@gmail.com> - 0.0.7-1
fd4bbd
- Fixed rhbz#838871, Apply button is always clickable
fd4bbd
- Fixed rhbz#838854, existing settings in .i18n isn't reflected to initial value
fd4bbd
- Fixed rhbz#838865, Unable to remove language in GTK Language Order tab
fd4bbd
- Fixed rhbz#838850 - empty language added to .i18n
fd4bbd
fd4bbd
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-2
fd4bbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fd4bbd
fd4bbd
* Wed Jun 27 2012 James Ni <jni@redhat.com> - 0.0.6-1
fd4bbd
- Implement pango_language feature and bug fix
fd4bbd
fd4bbd
* Tue Mar 20 2012 James Ni <jni@redhat.com> - 0.0.5-1
fd4bbd
- Fix issue of 'UnicodeWarning: Unicode equal comparison failed'
fd4bbd
fd4bbd
* Mon Mar 19 2012 James Ni <jni@redhat.com> - 0.0.4-1
fd4bbd
- Bug fix and feature enhancement
fd4bbd
fd4bbd
* Thu Feb 23 2012 James Ni <jni@redhat.com> - 0.0.3-1
fd4bbd
- Fix the issue of spec file
fd4bbd
fd4bbd
* Fri Feb 17 2012 James Ni <jni@redhat.com> - 0.0.2-3
fd4bbd
- Fix the issue of spec file
fd4bbd
fd4bbd
* Wed Feb 08 2012 James Ni <jni@redhat.com> - 0.0.2-2
fd4bbd
- Fix the issue of spec file
fd4bbd
fd4bbd
* Tue Feb 07 2012 James Ni <jni@redhat.com> - 0.0.2-1
fd4bbd
- Update the licenses file and modify the spec file
fd4bbd
fd4bbd
* Mon Feb 06 2012 James Ni <jni@redhat.com> - 0.0.1-1
fd4bbd
- initial package