diff --git a/fonts-tweak-tool.spec b/fonts-tweak-tool.spec index a29f49c..a987140 100644 --- a/fonts-tweak-tool.spec +++ b/fonts-tweak-tool.spec @@ -1,6 +1,6 @@ Name: fonts-tweak-tool Version: 0.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for customizing fonts per language Group: User Interface/Desktops @@ -12,7 +12,7 @@ BuildArch: noarch BuildRequires: python-setuptools BuildRequires: desktop-file-utils BuildRequires: intltool -BuildRequires: python3-devel +BuildRequires: python-devel Requires: libeasyfc-gobject Requires: pygobject3 Requires: gtk3 @@ -45,6 +45,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} INSTALL="/usr/bin/install -p" %{_datadir}/applications/%{name}.desktop %changelog +* Wed Nov 21 2012 Akira TAGOH - 0.1.1-3 +- Fix a typo + * Wed Nov 21 2012 Akira TAGOH - 0.1.1-2 - clean up and improve the spec file.