[fonts-tweak-tool] Initial import (#787564).

james ni jamesni at fedoraproject.org
Thu Feb 23 02:25:04 UTC 2012


commit 60ff0366fce7b4366eabaa9729dab9e82937ce2a
Author: James Ni <kent.neo at gmail.com>
Date:   Thu Feb 23 10:24:51 2012 +0800

    Initial import (#787564).

 .gitignore            |    1 +
 fonts-tweak-tool.spec |   50 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
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 <jni at redhat.com> - 0.0.2-3
+- Fix the issue of spec file
+
+* Wed Feb 08 2012 James Ni <jni at redhat.com> - 0.0.2-2
+- Fix the issue of spec file
+
+* Tue Feb 07 2012 James Ni <jni at redhat.com> - 0.0.2-1
+- Update the licenses file and modify the spec file
+
+* Mon Feb 06 2012 James Ni <jni at redhat.com> - 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


More information about the scm-commits mailing list