6722da
Name: fonts-tweak-tool
6722da
Version: 0.4.5
6722da
Release: 3%{?dist}
6722da
Summary: Tool for customizing fonts per language
6722da
6722da
License: LGPLv3+
6722da
URL: https://bitbucket.org/tagoh/%{name}/
6722da
Source0: https://bitbucket.org/tagoh/%{name}/downloads/%{name}-%{version}.tar.bz2
6722da
Patch0:	%{name}-drop-pyxdg.patch
6722da
6722da
BuildRequires: desktop-file-utils
6722da
BuildRequires: intltool
6722da
BuildRequires: python3-devel
6722da
BuildRequires: gobject-introspection-devel glib2-devel
6722da
Requires: libeasyfc-gobject >= 0.14.0
6722da
Requires: python3-gobject
6722da
Requires: gtk3
6722da
Requires: hicolor-icon-theme
6722da
6722da
%description
6722da
fonts-tweak-tool is a GUI tool for customizing fonts per language on desktops
6722da
using fontconfig.
6722da
6722da
%prep
6722da
%autosetup -p1
6722da
6722da
%configure --disable-static PYTHON=%{__python3}
6722da
6722da
%build
6722da
make %{?_smp_mflags}
6722da
6722da
%install
6722da
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications fonts-tweak-tool.desktop
6722da
make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="/usr/bin/install -p"
6722da
6722da
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{la,so}
6722da
rm -f $RPM_BUILD_ROOT%{_datadir}/gir-*/FontsTweak-*.gir
6722da
6722da
%find_lang %{name}
6722da
6722da
%ldconfig_scriptlets
6722da
6722da
%files -f %{name}.lang
6722da
%doc README AUTHORS NEWS
6722da
%license COPYING
6722da
%{_bindir}/%{name}
6722da
%{python3_sitearch}/fontstweak
6722da
%{_datadir}/%{name}
6722da
%{_datadir}/appdata/%{name}.appdata.xml
6722da
%{_datadir}/applications/%{name}.desktop
6722da
%{_libdir}/libfontstweak-resources.so.0*
6722da
%{_libdir}/girepository-*/FontsTweak-*.typelib
6722da
6722da
%changelog
6722da
* Thu Jul 19 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.5-3
6722da
- Drop dep of pyxdg.
6722da
6722da
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6722da
6722da
* Fri Jul 06 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.5-1
6722da
- New upstream release.
6722da
- Use %%{__python3} macro instead of the hardcoded python3 name.
6722da
6722da
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4.3-5
6722da
- Rebuilt for Python 3.7
6722da
6722da
* Fri Jun 29 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.3-4
6722da
- Use ldconfig rpm macro.
6722da
6722da
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4.3-3
6722da
- Rebuilt for Python 3.7
6722da
6722da
* Fri Jun 15 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.3-2
6722da
- R: python3-gobject instead of pygobject3.
6722da
6722da
* Thu May 24 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.3-1
6722da
- New upstream release.
6722da
- Fix invalid plural forms expression (#1568991)
6722da
6722da
* Tue Feb 20 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.2-1
6722da
- New upstream release.
6722da
- Fix the version deps check.
6722da
6722da
* Fri Feb 16 2018 Akira TAGOH <tagoh@redhat.com> - 0.4.1-1
6722da
- New upstream release.
6722da
6722da
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-16
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6722da
6722da
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-15
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6722da
6722da
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-14
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6722da
6722da
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-13
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6722da
6722da
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.3.2-12
6722da
- Rebuild for Python 3.6
6722da
6722da
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-11
6722da
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
6722da
6722da
* Mon Apr 11 2016 Akira TAGOH <tagoh@redhat.com> - 0.3.2-10
6722da
- Update shebang for python3.
6722da
6722da
* Wed Apr 06 2016 Parag Nemade <pnemade AT redhat DOT com>
6722da
- move to python3 as default support
6722da
- add %%license
6722da
- Remove group tag as its obsolete now
6722da
6722da
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-9
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6722da
6722da
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-8
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6722da
6722da
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 0.3.2-7
6722da
- Add an AppData file for the software center
6722da
6722da
* Thu Sep  4 2014 Akira TAGOH <tagoh@redhat.com> - 0.3.2-6
6722da
- Fix PyGTKDeprecationWarnings. (#1136177)
6722da
6722da
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-5
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6722da
6722da
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.3.2-4
6722da
- Rebuilt for gobject-introspection 1.41.4
6722da
6722da
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.2-3
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6722da
6722da
* Fri Feb  7 2014 Akira TAGOH <tagoh@redhat.com> - 0.3.2-2
6722da
- Fix the installation path for python scripts (#1062560)
6722da
6722da
* Wed Jul 31 2013 Akira TAGOH <tagoh@redhat.com> - 0.3.2-1
6722da
- New upstream release.
6722da
6722da
* Thu Apr 18 2013 Akira TAGOH <tagoh@redhat.com> - 0.3.1-1
6722da
- New upstream release.
6722da
  - Fix a crash. (#952983)
6722da
6722da
* Fri Mar 29 2013 Akira TAGOH <tagoh@redhat.com> - 0.3.0-1
6722da
- New upstream release.
6722da
6722da
* Tue Feb 26 2013 Akira TAGOH <tagoh@redhat.com> - 0.2.0-1
6722da
- New upstream release.
6722da
  - Improve UI (#909769)
6722da
6722da
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-2
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6722da
6722da
* Tue Jan 22 2013 Akira TAGOH <tagoh@redhat.com> - 0.1.5-1
6722da
- New upstream release.
6722da
  - Updated translations (#816378)
6722da
6722da
* Tue Dec 18 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.4-1
6722da
- New upstream release.
6722da
  - Fix file writing issue when the classification filter is turned off.
6722da
    (#886330)
6722da
6722da
* Sat Nov 24 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.2-1
6722da
- New upstream release
6722da
  - Fix broken icons issue on non-GNOME desktops (#879140)
6722da
6722da
* Wed Nov 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.1-3
6722da
- Fix a typo
6722da
6722da
* Wed Nov 21 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.1-2
6722da
- clean up and improve the spec file.
6722da
6722da
* Mon Oct 22 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.1-1
6722da
- New upstream release.
6722da
  - Drop the unnecessary warnings (#859455)
6722da
6722da
* Wed Sep 19 2012 Akira TAGOH <tagoh@redhat.com> - 0.1.0-1
6722da
- New upstream release.
6722da
6722da
* Mon Aug 06 2012 James Ni <kent.neo@gmail.com> - 0.0.8-1
6722da
- Apply pull request from tagoh
6722da
6722da
* Tue Jul 24 2012 James Ni <kent.neo@gmail.com> - 0.0.7-1
6722da
- Fixed rhbz#838871, Apply button is always clickable
6722da
- Fixed rhbz#838854, existing settings in .i18n isn't reflected to initial value
6722da
- Fixed rhbz#838865, Unable to remove language in GTK Language Order tab
6722da
- Fixed rhbz#838850 - empty language added to .i18n
6722da
6722da
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-2
6722da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6722da
6722da
* Wed Jun 27 2012 James Ni <jni@redhat.com> - 0.0.6-1
6722da
- Implement pango_language feature and bug fix
6722da
6722da
* Tue Mar 20 2012 James Ni <jni@redhat.com> - 0.0.5-1
6722da
- Fix issue of 'UnicodeWarning: Unicode equal comparison failed'
6722da
6722da
* Mon Mar 19 2012 James Ni <jni@redhat.com> - 0.0.4-1
6722da
- Bug fix and feature enhancement
6722da
6722da
* Thu Feb 23 2012 James Ni <jni@redhat.com> - 0.0.3-1
6722da
- Fix the issue of spec file
6722da
6722da
* Fri Feb 17 2012 James Ni <jni@redhat.com> - 0.0.2-3
6722da
- Fix the issue of spec file
6722da
6722da
* Wed Feb 08 2012 James Ni <jni@redhat.com> - 0.0.2-2
6722da
- Fix the issue of spec file
6722da
6722da
* Tue Feb 07 2012 James Ni <jni@redhat.com> - 0.0.2-1
6722da
- Update the licenses file and modify the spec file
6722da
6722da
* Mon Feb 06 2012 James Ni <jni@redhat.com> - 0.0.1-1
6722da
- initial package