rpms/anjuta/devel anjuta-2.4.1-makefile.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 anjuta.spec, 1.41, 1.42 sources, 1.10, 1.11 anjuta-2.2.3-anjuta-tags.patch, 1.1, NONE anjuta-2.2.3-makefile.patch, 1.1, NONE anjuta-2.2.3-missing-header.patch, 1.1, NONE

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sun May 25 10:49:49 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18497

Modified Files:
	.cvsignore anjuta.spec sources 
Added Files:
	anjuta-2.4.1-makefile.patch 
Removed Files:
	anjuta-2.2.3-anjuta-tags.patch anjuta-2.2.3-makefile.patch 
	anjuta-2.2.3-missing-header.patch 
Log Message:
Preparing for releasing 2.4.1-1 in devel.

 Modified Files:
 	.cvsignore anjuta.spec sources 
 Added Files:
 	anjuta-2.4.1-makefile.patch 
 Removed Files:
 	anjuta-2.2.3-anjuta-tags.patch anjuta-2.2.3-makefile.patch 
 	anjuta-2.2.3-missing-header.patch 


anjuta-2.4.1-makefile.patch:

--- NEW FILE anjuta-2.4.1-makefile.patch ---
diff -urNp anjuta-2.4.1.orig/src/Makefile.in anjuta-2.4.1/src/Makefile.in
--- anjuta-2.4.1.orig/src/Makefile.in	2008-04-07 12:43:58.000000000 +0530
+++ anjuta-2.4.1/src/Makefile.in	2008-05-24 22:49:14.000000000 +0530
@@ -421,6 +421,7 @@ anjuta_pixmaps_DATA = \
 
 AM_CPPFLAGS = \
 	$(GNOME_UI_CFLAGS)\
+	$(GLADE_CFLAGS) \
 	$(GDL_CFLAGS)\
 	-I$(top_srcdir)\
 	-I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\" \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	18 Feb 2008 17:27:50 -0000	1.10
+++ .cvsignore	25 May 2008 10:48:50 -0000	1.11
@@ -1 +1 @@
-anjuta-2.2.3.tar.bz2
+anjuta-2.4.1.tar.bz2


Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- anjuta.spec	14 May 2008 02:51:38 -0000	1.41
+++ anjuta.spec	25 May 2008 10:48:50 -0000	1.42
@@ -6,20 +6,20 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.2.3
-Release:	8%{?dist}
+Version:	2.4.1
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.anjuta.org/
 Source0:	http://downloads.sourceforge.net/anjuta/%{name}-%{version}.tar.bz2
 
 Patch0:		%{name}-%{version}-makefile.patch
-Patch1:		%{name}-%{version}-missing-header.patch
-Patch2:		%{name}-%{version}-%{name}-tags.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+Requires:	GConf2
 Requires:	autogen
+Requires:	glade3-libgladeui
 Requires:	gnome-icon-theme
 Requires:	hicolor-icon-theme
 Requires(post):	/sbin/ldconfig
@@ -35,12 +35,12 @@
 BuildRequires:	gettext
 BuildRequires:	glade3-libgladeui-devel
 BuildRequires:	gnome-doc-utils
-BuildRequires:	gtksourceview-devel
+BuildRequires:	gtksourceview2-devel
 BuildRequires:	gnome-build-devel
 BuildRequires:	graphviz-devel
 BuildRequires:	libgdl-devel
 BuildRequires:	libgnomeprintui22-devel
-BuildRequires:	libwnck-devel
+# BuildRequires:	libwnck-devel
 BuildRequires:	neon-devel
 BuildRequires:	pcre-devel
 BuildRequires:	perl(XML::Parser)
@@ -89,8 +89,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 # Suppress rpmlint error.
 chmod 644 `find . -name "*.cxx" -perm /111 -print`
@@ -112,9 +110,9 @@
 %build
 export PKG_CONFIG_PATH="./PKGCONFIG"
 %configure --disable-static --enable-gtk-doc --enable-devhelp \
-  --enable-plugin-glade --enable-graphviz --enable-plugin-sourceview \
-  --disable-plugin-valgrind --enable-plugin-subversion \
-  --with-svn-lib=%{_libdir}
+  --enable-plugin-glade --enable-graphviz --enable-plugin-scintilla \
+  --enable-plugin-sourceview --disable-plugin-valgrind \
+  --enable-plugin-subversion --with-svn-lib=%{_libdir}
 
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -133,8 +131,8 @@
 %endif
 
 # Move architecture dependent file from /usr/share/anjuta/scripts to /usr/bin.
-mv $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts/%{name}-tags \
-  $RPM_BUILD_ROOT%{_bindir}
+# mv $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts/%{name}-tags \
+#   $RPM_BUILD_ROOT%{_bindir}
 
 # Use %doc instead.
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -203,19 +201,22 @@
 %{_bindir}/%{name}
 %{_bindir}/%{name}_import.sh
 %{_bindir}/%{name}_launcher
-%{_bindir}/%{name}-shell
-%{_bindir}/%{name}-tags
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/glade3/catalogs/anjuta-glade.xml
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-%{name}.png
 %{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-%{name}.svg
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/mime/packages/%{name}.xml
+# No soname.
+%{_libdir}/glade3/modules/libgladeanjuta.so
 %{_libdir}/libanjuta-ctags.so.*
 %{_libdir}/libanjuta-egg.so.*
 %{_libdir}/libanjuta.so.*
 %{_mandir}/man1/%{name}.1.gz
 %{_mandir}/man1/%{name}_launcher.1.gz
+%{_sysconfdir}/gconf/schemas/%{name}.schemas
+%{_sysconfdir}/gconf/schemas/%{name}-*.schemas
 
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
@@ -224,9 +225,7 @@
 %{_datadir}/pixmaps/%{name}/*
 
 %dir %{_libdir}/%{name}
-# Contains *.so files that are not symlinked to *.so.* files.
-%{_libdir}/%{name}/*.plugin
-%{_libdir}/%{name}/libanjuta-*.so
+%{_libdir}/%{name}/*
 
 %files devel
 %defattr (-,root,root,-)
@@ -234,6 +233,8 @@
 %{_libdir}/libanjuta-ctags.so
 %{_libdir}/libanjuta-egg.so
 %{_libdir}/libanjuta.so
+%{_libdir}/%{name}/libfile-manager.so
+%{_libdir}/%{name}/liblanguage-manager.so
 %{_libdir}/pkgconfig/libanjuta-1.0.pc
 
 %dir %{_datadir}/gtk-doc/html/libanjuta
@@ -249,12 +250,15 @@
 %{_datadir}/gnome/help/%{name}-faqs/C
 
 %dir %{_datadir}/gnome/help/%{name}-manual
-%{_datadir}/gnome/help/%{name}-manual/C
+%{_datadir}/gnome/help/%{name}-manual/*
 
 %dir %{_datadir}/omf/%{name}-manual
-%{_datadir}/omf/%{name}-manual/%{name}-manual-C.omf
+%{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Sat May 24 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.4.1-1
+- Version bump to 2.4.1. Closes Red Hat Bugzilla bug #446242.
+
 * Tue May 13 2008 Debarshi Ray <rishi at fedoraproject.org> - 1:2.2.3-8
 - Added missing header to fix build failure on ia64. Closes Red Hat Bugzilla
   bug #446020.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	18 Feb 2008 17:27:51 -0000	1.10
+++ sources	25 May 2008 10:48:50 -0000	1.11
@@ -1 +1 @@
-d84b255b5ddb81a955b3ad1fc5ea8f9a  anjuta-2.2.3.tar.bz2
+97d919cade598ab86442b34bbc2cbe1e  anjuta-2.4.1.tar.bz2


--- anjuta-2.2.3-anjuta-tags.patch DELETED ---


--- anjuta-2.2.3-makefile.patch DELETED ---


--- anjuta-2.2.3-missing-header.patch DELETED ---




More information about the fedora-extras-commits mailing list