Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates-src > by-pkgid > b6ab08c1e6c1383f7831a8339d2213a4 > files > 2

fonts-tweak-tool-0.0.8-1.fc17.src.rpm

Name: fonts-tweak-tool
Version: 0.0.8
Release: 1%{?dist}
Summary: Tool for customizing fonts per language

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

BuildArch: noarch
BuildRequires: python-setuptools
BuildRequires: desktop-file-utils
BuildRequires: intltool
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
%configure

%build
#python setup.py build
make

%install
#rm -rf $RPM_BUILD_ROOT
#%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications fonts-tweak-tool.desktop
make install DESTDIR=${RPM_BUILD_ROOT}

%files
%doc README COPYING AUTHORS
%{python_sitelib}/*
%{_bindir}/*
%{_datadir}/*
#%{_datadir}/%{name}
#%{_datadir}/applications

%changelog
* Mon Aug 06 2012 James Ni <kent.neo@gmail.com> - 0.0.8-1
- Apply pull request from tagoh

* Tue Jul 24 2012 James Ni <kent.neo@gmail.com> - 0.0.7-1
- Fixed rhbz#838871, Apply button is always clickable
- Fixed rhbz#838854, existing settings in .i18n isn't reflected to initial value
- Fixed rhbz#838865, Unable to remove language in GTK Language Order tab
- Fixed rhbz#838850 - empty language added to .i18n

* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

* Wed Jun 27 2012 James Ni <jni@redhat.com> - 0.0.6-1
- Implement pango_language feature and bug fix

* Tue Mar 20 2012 James Ni <jni@redhat.com> - 0.0.5-1
- Fix issue of 'UnicodeWarning: Unicode equal comparison failed'

* Mon Mar 19 2012 James Ni <jni@redhat.com> - 0.0.4-1
- Bug fix and feature enhancement

* Thu Feb 23 2012 James Ni <jni@redhat.com> - 0.0.3-1
- Fix the issue of spec file

* 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