[fonts-tweak-tool] Fix the installation path for python scripts (#1062560)

Akira TAGOH tagoh at fedoraproject.org
Mon Feb 10 02:03:59 UTC 2014


commit 48c0ab05b98fb219cbad9ea8974508091090d5ac
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Mon Feb 10 11:04:30 2014 +0900

    Fix the installation path for python scripts (#1062560)

 fonts-tweak-tool.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/fonts-tweak-tool.spec b/fonts-tweak-tool.spec
index 6658aa1..1f0019a 100644
--- a/fonts-tweak-tool.spec
+++ b/fonts-tweak-tool.spec
@@ -1,6 +1,6 @@
 Name: fonts-tweak-tool
 Version: 0.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Tool for customizing fonts per language
 
 Group: User Interface/Desktops
@@ -17,12 +17,17 @@ Requires: pygobject3
 Requires: gtk3
 Requires: hicolor-icon-theme
 
+Patch0: %{name}-sitearch.patch
+
 %description
 fonts-tweak-tool is a GUI tool for customizing fonts per language on desktops
 using fontconfig.
 
 %prep
 %setup -q
+%patch0 -p1 -b .0-sitearch
+
+autoreconf -f -i
 %configure --disable-static
 
 %build
@@ -50,6 +55,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gir-*/FontsTweak-*.gir
 %{_libdir}/girepository-*/FontsTweak-*.typelib
 
 %changelog
+* Fri Feb  7 2014 Akira TAGOH <tagoh at redhat.com> - 0.3.2-2
+- Fix the installation path for python scripts (#1062560)
+
 * Wed Jul 31 2013 Akira TAGOH <tagoh at redhat.com> - 0.3.2-1
 - New upstream release.
 


More information about the scm-commits mailing list