diff --git a/.gitignore b/.gitignore index e69de29..4322789 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/fonts-tweak-tool-0.0.2.tar.gz diff --git a/fonts-tweak-tool.spec b/fonts-tweak-tool.spec new file mode 100644 index 0000000..154ba4e --- /dev/null +++ b/fonts-tweak-tool.spec @@ -0,0 +1,50 @@ +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 - 0.0.2-3 +- Fix the issue of spec file + +* Wed Feb 08 2012 James Ni - 0.0.2-2 +- Fix the issue of spec file + +* Tue Feb 07 2012 James Ni - 0.0.2-1 +- Update the licenses file and modify the spec file + +* Mon Feb 06 2012 James Ni - 0.0.1-1 +- initial package diff --git a/sources b/sources index e69de29..ad67fa4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2552d9dbc4de6f18acf2c00e97803022 fonts-tweak-tool-0.0.2.tar.gz