Blame SPECS/fonts-tweak-tool.spec

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