Blame SPECS/fonts-tweak-tool.spec

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