From 48c0ab05b98fb219cbad9ea8974508091090d5ac Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Feb 10 2014 02:04:30 +0000 Subject: Fix the installation path for python scripts (#1062560) --- 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 - 0.3.2-2 +- Fix the installation path for python scripts (#1062560) + * Wed Jul 31 2013 Akira TAGOH - 0.3.2-1 - New upstream release.