From daa5b2d5e1d8d92e364c0ed9c1a6540837ea2ced Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Thu, 18 Oct 2007 22:10:58 +0000 Subject: [PATCH] - Add a BuildRequires for perl(XML::Parser) --- geany.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/geany.spec b/geany.spec index ef51a44..cf7180f 100644 --- a/geany.spec +++ b/geany.spec @@ -1,6 +1,6 @@ Name: geany Version: 0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast and lightweight IDE using GTK2 Group: Development/Tools @@ -11,6 +11,7 @@ Source0: http://files.uvena.de/geany/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils, gettext, gtk2-devel, glib2-devel, pango-devel +BuildRequires: perl(XML::Parser) Requires: vte %define geany_docdir $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} @@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/geany.1.gz %changelog +* Thu Oct 18 2007 Jonathan G. Underwood - 0.12-2 +- Add a BuildRequires for perl(XML::Parser) + * Thu Oct 18 2007 Jonathan G. Underwood - 0.12-1 - Update to version 0.12