From 0fc6048b710a0f433ed6142514561d5f04ec3cb7 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 6 Oct 2008 19:11:17 -0500 Subject: Fix BuildRequires in specfile --- fedora-business-cards.spec | 7 +++++-- 1 file 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 0.2-3 +- Fix BuildRequires + * Mon Oct 06 2008 Ian Weller 0.2-2 - Fix Source0 URL (fedorapeople.org doesn't do https) -- cgit