From e308f150761b45268e839585b9eec1fe1015facb Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Nov 08 2008 20:34:12 +0000 Subject: - Added 'Requires: libglade2 >= 2.6.3-2' and a symlink to libanjuta.so.0 for some plugins to work. Closes Red Hat Bugzilla bug #467894. --- diff --git a/anjuta.spec b/anjuta.spec index 63a2659..5f862d3 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -2,7 +2,7 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 Version: 2.24.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ @@ -16,6 +16,7 @@ Requires: git Requires: glade3-libgladeui Requires: gnome-icon-theme Requires: hicolor-icon-theme +Requires: libglade2 >= 2.6.3-2 Requires(pre): GConf2 Requires(post): GConf2 Requires(post): /sbin/ldconfig @@ -34,7 +35,7 @@ BuildRequires: gtksourceview2-devel >= 2.3.1 BuildRequires: gnome-build-devel BuildRequires: graphviz-devel BuildRequires: intltool -BuildRequires: libgdl-devel +BuildRequires: libgdl-devel >= 2.23.0 BuildRequires: libgnomeprintui22-devel BuildRequires: neon-devel BuildRequires: pcre-devel @@ -125,6 +126,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete # Use %doc instead. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name} +# Some plugins (eg., Git and Subversion) need this. +ln -s $RPM_BUILD_ROOT%{_libdir}/libanjuta.so.0 \ + $RPM_BUILD_ROOT%{_libdir}/libglade/2.0/libanjuta.so + %find_lang %{name} desktop-file-install --remove-key Encoding --vendor fedora --delete-original \ @@ -264,6 +269,10 @@ scrollkeeper-update -q || : %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Fri Nov 09 2008 Debarshi Ray - 1:2.24.1-2 +- Added 'Requires: libglade2 >= 2.6.3-2' and a symlink to libanjuta.so.0 for + some plugins to work. Closes Red Hat Bugzilla bug #467894. + * Tue Oct 28 2008 Debarshi Ray - 1:2.24.1-1 - Version bump to 2.24.1. - Makefile problems fixed by upstream.