Blob Blame History Raw
Name: fonts-tweak-tool
Version: 0.0.2
Release: 3%{?dist}
Summary: Tool for customizing fonts per language

Group: User Interface/Desktops
License: LGPLv3+
URL: https://github.com/jamesni/fonts-tweak-tool
Source0: https://github.com/downloads/jamesni/fonts-tweak-tool/%{name}-%{version}.tar.gz

BuildArch: noarch
BuildRequires: python-setuptools
BuildRequires: desktop-file-utils
Requires: libeasyfc-gobject
Requires: pygobject3
Requires: gtk3
Requires: hicolor-icon-theme

%description
fonts-tweak-tool is a GUI tool for customizing fonts per language on desktops
using fontconfig. 

%prep
%setup -q

%build
python setup.py build

%install
%{__python} setup.py install --skip-build --root %{buildroot}
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop

%files
%doc README COPYING AUTHOR
%{python_sitelib}/*
%{_bindir}/*
%{_datadir}/applications/*

%changelog
* Fri Feb 17 2012 James Ni <jni@redhat.com> - 0.0.2-3
- Fix the issue of spec file

* Wed Feb 08 2012 James Ni <jni@redhat.com> - 0.0.2-2
- Fix the issue of spec file

* Tue Feb 07 2012 James Ni <jni@redhat.com> - 0.0.2-1
- Update the licenses file and modify the spec file

* Mon Feb 06 2012 James Ni <jni@redhat.com> - 0.0.1-1
- initial package