rpms/anjuta/F-9 anjuta.spec,1.43,1.44

Debarshi Ray rishi at fedoraproject.org
Sun Nov 9 19:15:56 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22104

Modified Files:
	anjuta.spec 
Log Message:
* Mon Nov 10 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.2-2
- Added 'Requires: libglade2 >= 2.6.2-6' 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/F-9/anjuta.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- anjuta.spec	23 Sep 2008 18:52:08 -0000	1.43
+++ anjuta.spec	9 Nov 2008 19:15:26 -0000	1.44
@@ -2,7 +2,7 @@
 Name:		anjuta
 Epoch:		1
 Version:	2.4.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.anjuta.org/
@@ -17,6 +17,7 @@
 Requires:	glade3-libgladeui
 Requires:	gnome-icon-theme
 Requires:	hicolor-icon-theme
+Requires:	libglade2 >= 2.6.2-6
 Requires(pre):	GConf2
 Requires(post):	GConf2
 Requires(post):	/sbin/ldconfig
@@ -125,6 +126,11 @@
 # Use %doc instead.
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
+# Some plugins (eg., Git and Subversion) need this.
+pushd $RPM_BUILD_ROOT%{_libdir}/libglade/2.0
+  ln -s ../../libanjuta.so.0 libanjuta.so
+popd
+
 %find_lang %{name}
 
 desktop-file-install --remove-key Encoding --vendor fedora --delete-original \
@@ -225,6 +231,8 @@
 %{_libdir}/libanjuta-ctags.so.*
 %{_libdir}/libanjuta-egg.so.*
 %{_libdir}/libanjuta.so.*
+# Symlink to libanjuta.so.*.
+%{_libdir}/libglade/2.0/libanjuta.so
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/%{name}_launcher.1.gz
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
@@ -266,6 +274,10 @@
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Mon Nov 10 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.2-2
+- Added 'Requires: libglade2 >= 2.6.2-6' and a symlink to libanjuta.so.0 for
+  some plugins to work. Closes Red Hat Bugzilla bug #467894.
+
 * Sat Sep 20 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.2-1
 - Version bump to 2.4.2.
 - Enabled Valgrind plugin and added 'BuildRequires: binutils-devel'.




More information about the fedora-extras-commits mailing list