[findthatword] BR fix for macro error.

Jon Ciesla limb at fedoraproject.org
Tue Nov 22 14:26:15 UTC 2011


commit 989723d29a34967508c8e1d35d8d26f1747a372b
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Tue Nov 22 08:25:14 2011 -0600

    BR fix for macro error.

 findthatword.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/findthatword.spec b/findthatword.spec
index f095381..50bb2de 100644
--- a/findthatword.spec
+++ b/findthatword.spec
@@ -2,7 +2,7 @@
 
 Name:		findthatword
 Version:	0.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A word search maker
 
 Group:		Amusements/Games
@@ -16,7 +16,7 @@ Patch2:		findthatword-0.1-iconpath.patch
 Patch3:		findthatword-0.1-licensepath.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
-BuildRequires:	desktop-file-utils
+BuildRequires:	desktop-file-utils python2-devel
 Requires:	pygtk2 hicolor-icon-theme
 
 %description
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/findthatword*
 
 %changelog
+* Tue Nov 22 2011 Jon Ciesla <limb at jcomserv.net> - 0.1-4
+- Added BR for python2-devel to fix macro.
+
 * Thu Oct 20 2011 Jon Ciesla <limb at jcomserv.net> - 0.1-3
 - Dropped bogus pygame Requires.
 


More information about the scm-commits mailing list