From ebad988f9183380b0d90a9de297fa8a94e1f0ae2 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Apr 05 2008 19:29:21 +0000 Subject: - Added 'Requires: autogen'. Closes Red Hat Bugzilla bug #441036. --- diff --git a/anjuta.spec b/anjuta.spec index 0061a6d..4570bfe 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -7,7 +7,7 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 Version: 2.2.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ @@ -18,6 +18,7 @@ Patch1: %{name}-%{version}-%{name}-tags.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires: autogen Requires: gnome-icon-theme Requires: hicolor-icon-theme Requires(post): /sbin/ldconfig @@ -259,6 +260,9 @@ scrollkeeper-update -q || : %{_datadir}/omf/%{name}-manual/%{name}-manual-C.omf %changelog +* Sun Apr 06 2008 Debarshi Ray - 1:2.2.3-6 +- Added 'Requires: autogen'. Closes Red Hat Bugzilla bug #441036. + * Thu Mar 27 2008 Debarshi Ray - 1:2.2.3-5 - Fixed Source0 URL according to Fedora packaging guidelines. - Removed 'BuildRequires: chrpath' and use better ways of removing rpaths.