[fonts-tweak-tool] Change to 0.0.3 and fix bugs

james ni jamesni at fedoraproject.org
Thu Feb 23 03:43:22 UTC 2012


commit 4ea96ae211c9cd4d107665ffb58763845df301b2
Author: James Ni <kent.neo at gmail.com>
Date:   Thu Feb 23 11:43:14 2012 +0800

    Change to 0.0.3 and fix bugs

 .gitignore            |    1 +
 fonts-tweak-tool.spec |   17 ++++++++++-------
 sources               |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4322789..fe34e48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fonts-tweak-tool-0.0.2.tar.gz
+/fonts-tweak-tool-0.0.3.tar.gz
diff --git a/fonts-tweak-tool.spec b/fonts-tweak-tool.spec
index 154ba4e..522de0e 100644
--- a/fonts-tweak-tool.spec
+++ b/fonts-tweak-tool.spec
@@ -1,6 +1,6 @@
 Name: fonts-tweak-tool
-Version: 0.0.2
-Release: 3%{?dist}
+Version: 0.0.3
+Release: 1%{?dist}
 Summary: Tool for customizing fonts per language
 
 Group: User Interface/Desktops
@@ -22,19 +22,22 @@ using fontconfig.
 
 %prep
 %setup -q
+%configure
 
 %build
-python setup.py build
+make
+#python setup.py build
 
 %install
-%{__python} setup.py install --skip-build --root %{buildroot}
-desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
+#%{__python} setup.py install --skip-build --root %{buildroot}
+make install DESTDIR=${RPM_BUILD_ROOT}
 
 %files
-%doc README COPYING AUTHOR
+%doc README COPYING AUTHORS
 %{python_sitelib}/*
 %{_bindir}/*
-%{_datadir}/applications/*
+%{_datadir}/*
+
 
 %changelog
 * Fri Feb 17 2012 James Ni <jni at redhat.com> - 0.0.2-3
diff --git a/sources b/sources
index ad67fa4..af0d98f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2552d9dbc4de6f18acf2c00e97803022  fonts-tweak-tool-0.0.2.tar.gz
+e1d5efaecba6f2d79e580275b42f5780  fonts-tweak-tool-0.0.3.tar.gz


More information about the scm-commits mailing list