rpms/anjuta/devel anjuta.spec,1.49,1.50

Debarshi Ray rishi at fedoraproject.org
Sat Nov 8 20:34:42 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6581

Modified Files:
	anjuta.spec 
Log Message:
* Fri Nov 09 2008 Debarshi Ray <rishi at fedoraproject.org> - 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.



Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- anjuta.spec	28 Oct 2008 20:28:41 -0000	1.49
+++ anjuta.spec	8 Nov 2008 20:34:12 -0000	1.50
@@ -2,7 +2,7 @@
 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:	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:	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 @@
 # 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 @@
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Fri Nov 09 2008 Debarshi Ray <rishi at fedoraproject.org> - 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 <rishi at fedoraproject.org> - 1:2.24.1-1
 - Version bump to 2.24.1.
 - Makefile problems fixed by upstream.




More information about the fedora-extras-commits mailing list