rpms/monodevelop/devel .cvsignore, 1.5, 1.6 monodevelop-config.patch, 1.4, 1.5 monodevelop.spec, 1.15, 1.16 sources, 1.5, 1.6

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sun Nov 11 23:23:12 UTC 2007


Author: pfj

Update of /cvs/extras/rpms/monodevelop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21291/devel

Modified Files:
	.cvsignore monodevelop-config.patch monodevelop.spec sources 
Log Message:

Update to latest beta 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	8 Mar 2007 23:55:01 -0000	1.5
+++ .cvsignore	11 Nov 2007 23:22:39 -0000	1.6
@@ -1 +1 @@
-monodevelop-0.13.1.tar.gz
+monodevelop-0.17.tar.bz2

monodevelop-config.patch:

Index: monodevelop-config.patch
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop-config.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- monodevelop-config.patch	23 Feb 2007 00:28:23 -0000	1.4
+++ monodevelop-config.patch	11 Nov 2007 23:22:39 -0000	1.5
@@ -1,25 +1,8 @@
---- monodevelop-0.12/mdtool.in	2006-09-05 20:36:06.000000000 +0100
-+++ monodevelop-0.12/mdtool-new.in	2006-09-27 21:05:41.000000000 +0100
-@@ -16,12 +16,12 @@
-     echo "$ret"
- }
-  
--MD_BIN_PATH=@prefix@/lib/monodevelop/bin
-+MD_BIN_PATH=@libdir@/monodevelop/bin
- 
- if [ -n $PKG_CONFIG_PATH ]; then
--	export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@gtksharp_prefix@/lib/pkgconfig/
-+	export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@libdir@/pkgconfig/
- else
--	export PKG_CONFIG_PATH=@gtksharp_prefix@/lib/pkgconfig/
-+	export PKG_CONFIG_PATH=@libdir@/pkgconfig/
- fi
- 
- ARGS=`reWrite "$@"`
---- monodevelop-0.12/monodevelop.in	2006-09-05 20:36:06.000000000 +0100
-+++ monodevelop-0.12/monodevelop-new.in	2006-09-27 21:06:32.000000000 +0100
-@@ -31,7 +31,7 @@
- 	exit 1
+diff -uraN monodevelop-0.17.orig/monodevelop.in monodevelop-0.17/monodevelop.in
+--- monodevelop-0.17.orig/monodevelop.in	2007-11-11 20:55:17.000000000 +0100
++++ monodevelop-0.17/monodevelop.in	2007-11-11 20:56:50.000000000 +0100
+@@ -52,7 +52,7 @@
+ 	fi
  fi
  
 -MD_BIN_PATH=@prefix@/lib/monodevelop/bin
@@ -27,22 +10,12 @@
  
  if [ -n $LD_LIBRARY_PATH ]; then
  	export LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
-@@ -40,9 +40,9 @@
- fi
- 
- if [ -n $PKG_CONFIG_PATH ]; then
--	export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@gtksharp_prefix@/lib/pkgconfig/
-+	export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@libdir@/pkgconfig/
- else
--	export PKG_CONFIG_PATH=@gtksharp_prefix@/lib/pkgconfig/
-+	export PKG_CONFIG_PATH=@libdir@/pkgconfig/
+@@ -61,7 +61,7 @@
  fi
  
- export MOZILLA_FIVE_HOME=$MOZILLA_HOME
-
-
--	rm -rf $(chromedir)/$(packagename).jar
-+	rm -rf $(DESTDIR)$(chromedir)/$(packagename).jar
+ ### SYNCH BLOCK: any changes to this block should be kept in sync with the one in Makefile.am
+-MD_PKG_CONFIG_PATH=@gtksharp_prefix@/lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
++MD_PKG_CONFIG_PATH=@libdir@/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/
+ if test -d /usr/lib64; then MD_PKG_CONFIG_PATH=$MD_PKG_CONFIG_PATH:/usr/lib64/pkgconfig/:/usr/local/lib64/pkgconfig/; fi
+ ### END BLOCK
  
- install-chrome-text:
- 	if test -f $(installed_chrome_txt); then \


Index: monodevelop.spec
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- monodevelop.spec	8 Mar 2007 23:55:01 -0000	1.15
+++ monodevelop.spec	11 Nov 2007 23:22:39 -0000	1.16
@@ -1,27 +1,19 @@
-%if "%{?fedora}" == "5"
-%define monodir %{_prefix}/lib
-%else
 %define monodir %{_libdir}
-%endif
 
 Summary: A full-featured IDE for Mono and Gtk sharp
 Name: monodevelop
-Version: 0.13.1
-Release: 1%{?dist}
+Version: 0.17
+Release: 2%{?dist}
 License: GPL
 Group: Development/Tools
-Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
+Source0: http://go-mono.com/sources/%{name}/%{name}-%{version}.tar.bz2
 URL: http://www.monodevelop.com/
 Patch0: monodevelop-libdir.patch
 Patch1: monodevelop-config.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: mono-devel, gtk-sharp2, intltool, gettext, bytefx-data-mysql, mono-data-postgresql, mono-data-oracle, mono-data-sqlite, mono-data-sybase, gtk-sharp2-gapi, shared-mime-info, pkgconfig, gtksourceview-sharp-devel, monodoc-devel, ikvm-devel boo-devel subversion-devel
-%if "%{?fedora}" == "5"
-BuildRequires: gecko-sharp2 gtk-sharp2 mono-nunit
-%else
 BuildRequires: gecko-sharp2-devel gtk-sharp2-devel gnome-sharp-devel
 BuildRequires: autoconf libtool automake mono-nunit-devel mono-nunit
-%endif
 Requires: mono-core, ikvm, boo, monodoc, gecko-sharp2, gtksourceview-sharp bytefx-data-mysql mono-data-postgresql mono-data-sybase mono-data-oracle, mono-nunit, apr, gtk-sharp2-gapi, gnome-sharp, firefox > 1.99, xsp, subversion
 
 %description
@@ -40,10 +32,8 @@
 
 %prep
 %setup -q 
-%if "%{?fedora}" > "5"
 %patch0 -p1 -b .orig
 autoreconf -f -i -s
-%endif
 %patch1 -p1 -b .orig
 
 %build
@@ -86,6 +76,7 @@
 %{_datadir}/mime/text/x-*.xml
 %{_datadir}/pixmaps/monodevelop.png
 %{_datadir}/applications/fedora-monodevelop.desktop
+%{_datadir}/man/man1/mdtool.1.gz
 
 %files devel
 %defattr(-,root,root,-)
@@ -95,6 +86,19 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Sun Nov 11 2007 David Nielsen <david at lovesunix.net> - 0.17-2
+- Remove support for Fedora < 5
+- rediff config patch
+
+* Thu Nov  8 2007 David Nielsen <david at lovesunix.net> - 0.17-1
+- Update to MonoDevelop Beta 2
+
+* Wed Oct 17 2007 David Nielsen <david at lovesunix.net> - 0.16
+- Update to MonoDevelop Beta 1
+
+* Sat Aug 11 2007 David Nielsen	<david at lovesunix.net> - 0.15
+- bump to 0.15
+
 * Thu Mar 08 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.13.1-1
 - bugfixes to the source
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/monodevelop/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	8 Mar 2007 23:55:01 -0000	1.5
+++ sources	11 Nov 2007 23:22:39 -0000	1.6
@@ -1 +1 @@
-682f61f96456cd187d5656ea79c89a81  monodevelop-0.13.1.tar.gz
+ea7288bc7ac88f699ac0aa1c10fffa82  monodevelop-0.17.tar.bz2




More information about the fedora-extras-commits mailing list