rpms/mono-basic/devel .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 mono-basic.patch, 1.1, 1.2 mono-basic.spec, 1.11, 1.12 sources, 1.7, 1.8

Paul F. Johnson pfj at fedoraproject.org
Mon Dec 15 12:02:15 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mono-basic/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv484/devel

Modified Files:
	.cvsignore import.log mono-basic.patch mono-basic.spec sources 
Log Message:

Updated to pre2 svn release 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono-basic/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	25 Nov 2008 15:52:37 -0000	1.5
+++ .cvsignore	15 Dec 2008 12:01:45 -0000	1.6
@@ -1 +1 @@
-mono-basic-2.2.tar.bz2
+mono-basic-121405.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono-basic/devel/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	25 Nov 2008 15:52:37 -0000	1.4
+++ import.log	15 Dec 2008 12:01:45 -0000	1.5
@@ -2,3 +2,4 @@
 mono-basic-2_0-2_fc10:HEAD:mono-basic-2.0-2.fc10.src.rpm:1221075163
 mono-basic-2_0-4_fc10:HEAD:mono-basic-2.0-4.fc10.src.rpm:1222991671
 mono-basic-2_2-1_pre1_fc10:HEAD:mono-basic-2.2-1.pre1.fc10.src.rpm:1227628326
+mono-basic-2_2-3_pre2_20081212svn121405_fc11:HEAD:mono-basic-2.2-3.pre2.20081212svn121405.fc11.src.rpm:1229342457

mono-basic.patch:

Index: mono-basic.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mono-basic/devel/mono-basic.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-basic.patch	8 Jan 2008 09:06:51 -0000	1.1
+++ mono-basic.patch	15 Dec 2008 12:01:45 -0000	1.2
@@ -1,14 +1,3 @@
---- mono-basic-1.2.6/configure	2007-11-08 23:57:52.000000000 +0000
-+++ mono-basic-1.2.6/configure-new	2007-12-20 11:29:06.000000000 +0000
-@@ -18,7 +18,7 @@
- 
- echo "prefix=$prefix" > build/config.make
- echo "exec_prefix=\${prefix}" >> build/config.make
--echo "mono_libdir=\${exec_prefix}/lib" >> build/config.make
-+echo "mono_libdir=\@@LIBDIR@@" >> build/config.make
- echo "MCS_FLAGS=-debug+" >> build/config.make
- echo "RUNTIME=mono" >> build/config.make
- echo "MONO_BASIC_VERSION=$VERSION" >> build/config.make
 --- mono-basic-1.2.6/build/config-default.make	2007-04-20 18:25:48.000000000 +0100
 +++ mono-basic-1.2.6/build/config-default-new.make	2007-12-20 11:29:58.000000000 +0000
 @@ -15,7 +15,7 @@
@@ -25,4 +14,4 @@
 @@ -1,2 +1,2 @@
  #!/bin/sh
 -exec mono --debug $MONO_OPTIONS @prefix@/lib/mono/2.0/vbnc.exe "$@"
-+exec mono --debug $MONO_OPTIONS @@LIBDIR@@/mono/2.0/vbnc.exe "$@"
++exec mono --debug $MONO_OPTIONS @libdir@/mono/2.0/vbnc.exe "$@"


Index: mono-basic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-basic/devel/mono-basic.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mono-basic.spec	25 Nov 2008 15:52:37 -0000	1.11
+++ mono-basic.spec	15 Dec 2008 12:01:45 -0000	1.12
@@ -1,14 +1,15 @@
 %define debug_package %{nil}
+%define svnver 121405
 
 Name:		mono-basic
 Version:	2.2
-Release:	1.pre1%{?dist}
+Release:	3.pre2.20081212svn%{svnver}%{?dist}
 Summary:        VisualBasic.NET support for mono
 Group:          Development/Languages
 License:        LGPLv2+
 Patch0:		mono-basic.patch
 URL:            http://www.mono-project.com/
-Source0:        %{name}-%{version}.tar.bz2	
+Source0:        %{name}-%{svnver}.tar.bz2	
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Yeah, so this guy isn't self-hosting.
@@ -32,11 +33,11 @@
 Development files for mono-basic
 
 %prep
-%setup -q
-sed -i -e 's!@@LIBDIR@@!%{_libdir}!' %{PATCH0}
+%setup -q -n %{name}-%{svnver}
+sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' configure
 sed -i -e 's!@libdir@!%{_libdir}!' %{PATCH0}
 %patch0 -p1 -b .original
-sed -i -e 's!%{_libdir}!@@LIBDIR@@!' %{PATCH0} 
+sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH0} 
 # Get rid of bootstrap binary bits
 
 %build
@@ -74,6 +75,14 @@
 %{_libdir}/pkgconfig/mono-basic.pc
 
 %changelog
+* Fri Dec 10 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-3.pre2.20081212svn119055
+- Update 2.2 preview 2 to svn build
+- Modify patch
+- Includes manual
+
+* Fri Dec 05 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-2.pre2
+- Update to 2.2 preview 2
+
 * Tue Nov 25 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-1.1.pre1
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono-basic/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	25 Nov 2008 15:52:37 -0000	1.7
+++ sources	15 Dec 2008 12:01:45 -0000	1.8
@@ -1 +1 @@
-167af5330610245e8a14bf451067d452  mono-basic-2.2.tar.bz2
+05dddea2ecc4ee82a01c1903e001f964  mono-basic-121405.tar.bz2




More information about the fedora-extras-commits mailing list