summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Weller <ianweller@gmail.com>2008-10-06 19:11:17 -0500
committerIan Weller <ianweller@gmail.com>2008-10-06 19:11:17 -0500
commit0fc6048b710a0f433ed6142514561d5f04ec3cb7 (patch)
tree94424288624b928dbc1536762832f167881aa9c5
parentaa770c5b14e9aba8f893e2ae843e1dfc611d5e1d (diff)
downloadfedora-business-cards-0fc6048b710a0f433ed6142514561d5f04ec3cb7.tar.gz
fedora-business-cards-0fc6048b710a0f433ed6142514561d5f04ec3cb7.tar.xz
fedora-business-cards-0fc6048b710a0f433ed6142514561d5f04ec3cb7.zip
Fix BuildRequires in specfile
-rw-r--r--fedora-business-cards.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/fedora-business-cards.spec b/fedora-business-cards.spec
index aa90b72..b1509b6 100644
--- a/fedora-business-cards.spec
+++ b/fedora-business-cards.spec
@@ -2,7 +2,7 @@
Name: fedora-business-cards
Version: 0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A tool for rendering Fedora contributor business cards
Group: Applications/Multimedia
@@ -12,7 +12,7 @@ Source0: http://ianweller.fedorapeople.org/releases/%{name}/%{name}-%{ver
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: python-paver
+BuildRequires: python-devel python-paver python-setuptools python-iniparse
Requires: mgopen-fonts inkscape PyXML python-iniparse pygpgme python-fedora
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Oct 06 2008 Ian Weller <ianweller@gmail.com> 0.2-3
+- Fix BuildRequires
+
* Mon Oct 06 2008 Ian Weller <ianweller@gmail.com> 0.2-2
- Fix Source0 URL (fedorapeople.org doesn't do https)