rpms/webkit-sharp/devel webkit-sharp-0.3-libdir.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 webkit-sharp.spec, 1.6, 1.7 webkit-dllmap-fix.patch, 1.1, NONE webkit-sharp-libdir.patch, 1.1, NONE

palango palango at fedoraproject.org
Thu Dec 17 14:10:49 UTC 2009


Author: palango

Update of /cvs/pkgs/rpms/webkit-sharp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5140

Modified Files:
	.cvsignore sources webkit-sharp.spec 
Added Files:
	webkit-sharp-0.3-libdir.patch 
Removed Files:
	webkit-dllmap-fix.patch webkit-sharp-libdir.patch 
Log Message:
Update to version 0.3


webkit-sharp-0.3-libdir.patch:
 configure       |    2 +-
 configure.ac    |    2 +-
 doc/Makefile.am |    2 +-
 doc/Makefile.in |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

--- NEW FILE webkit-sharp-0.3-libdir.patch ---
# SourceFucker.pl: Fix hardcoded references to libdir
diff -uraN webkit-sharp-0.3.orig/configure webkit-sharp-0.3/configure
--- webkit-sharp-0.3.orig/configure	2009-10-21 21:54:34.000000000 +0200
+++ webkit-sharp-0.3/configure	2009-12-17 14:45:29.025582798 +0100
@@ -3266,7 +3266,7 @@
    { (exit 1); exit 1; }; }
 fi
 
-GACUTIL_FLAGS="/package $ASSEMBLY_NAME /root "'$(DESTDIR)$(prefix)/lib'
+GACUTIL_FLAGS="/package $ASSEMBLY_NAME /root "'$(DESTDIR)$(libdir)'
 
 
 
diff -uraN webkit-sharp-0.3.orig/configure.ac webkit-sharp-0.3/configure.ac
--- webkit-sharp-0.3.orig/configure.ac	2009-10-21 21:54:23.000000000 +0200
+++ webkit-sharp-0.3/configure.ac	2009-12-17 14:45:28.830582747 +0100
@@ -76,7 +76,7 @@
 	AC_MSG_ERROR([No gacutil tool found])
 fi
 
-GACUTIL_FLAGS="/package $ASSEMBLY_NAME /root "'$(DESTDIR)$(prefix)/lib'
+GACUTIL_FLAGS="/package $ASSEMBLY_NAME /root "'$(DESTDIR)$(libdir)'
                                      
 AC_SUBST(RUNTIME)
 AC_SUBST(CSC)
diff -uraN webkit-sharp-0.3.orig/doc/Makefile.am webkit-sharp-0.3/doc/Makefile.am
--- webkit-sharp-0.3.orig/doc/Makefile.am	2009-10-21 21:54:23.000000000 +0200
+++ webkit-sharp-0.3/doc/Makefile.am	2009-12-17 14:45:28.796583031 +0100
@@ -1,6 +1,6 @@
 if ENABLE_MONODOC
 TARGETS = $(ASSEMBLY_NAME)-docs.source $(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree
-docsdir = $(prefix)/lib/monodoc/sources
+docsdir = $(libdir)/monodoc/sources
 docs_DATA = $(TARGETS)
 else
 TARGETS = 
diff -uraN webkit-sharp-0.3.orig/doc/Makefile.in webkit-sharp-0.3/doc/Makefile.in
--- webkit-sharp-0.3.orig/doc/Makefile.in	2009-10-21 21:54:35.000000000 +0200
+++ webkit-sharp-0.3/doc/Makefile.in	2009-12-17 14:45:28.795583126 +0100
@@ -186,7 +186,7 @@
 @ENABLE_MONODOC_FALSE at TARGETS = 
 @ENABLE_MONODOC_TRUE at TARGETS = $(ASSEMBLY_NAME)-docs.source $(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree
 @ENABLE_MONODOC_FALSE at docsdir = $(datadir)
- at ENABLE_MONODOC_TRUE@docsdir = $(prefix)/lib/monodoc/sources
+ at ENABLE_MONODOC_TRUE@docsdir = $(libdir)/monodoc/sources
 @ENABLE_MONODOC_FALSE at docs_DATA = 
 @ENABLE_MONODOC_TRUE at docs_DATA = $(TARGETS)
 ASSEMBLIES = ../sources/$(ASSEMBLY_NAME).dll


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/webkit-sharp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	27 Feb 2009 00:43:23 -0000	1.2
+++ .cvsignore	17 Dec 2009 14:10:49 -0000	1.3
@@ -1 +1 @@
-webkit-sharp-0.2.tar.bz2
+webkit-sharp-0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkit-sharp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	27 Feb 2009 00:43:23 -0000	1.2
+++ sources	17 Dec 2009 14:10:49 -0000	1.3
@@ -1 +1 @@
-8041fba941b7299e432380c86b6dddf8  webkit-sharp-0.2.tar.bz2
+21482f9d5eafb0ef4acc6e790482f934  webkit-sharp-0.3.tar.bz2


Index: webkit-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkit-sharp/devel/webkit-sharp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- webkit-sharp.spec	26 Oct 2009 18:25:48 -0000	1.6
+++ webkit-sharp.spec	17 Dec 2009 14:10:49 -0000	1.7
@@ -1,15 +1,14 @@
 %define		debug_package %{nil}
 
 Name:		webkit-sharp
-Version:	0.2
-Release:	6%{?dist}
+Version:	0.3
+Release:	1%{?dist}
 Summary:	.NET bindings for WebKit
 Group:		Development/Languages
 License:	MIT
 URL:		http://ftp.novell.com/pub/mono/sources/webkit-sharp/
 Source0:	http://ftp.novell.com/pub/mono/sources/webkit-sharp/%{name}-%{version}.tar.bz2
-Patch0:		webkit-sharp-libdir.patch
-Patch1:		webkit-dllmap-fix.patch
+Patch0:		webkit-sharp-0.3-libdir.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	webkitgtk
 BuildRequires:	webkitgtk-devel
@@ -36,9 +35,7 @@ Development files for WebKit-sharp
 %setup -q
 
 # patch for libdir madness
-%patch0 -p1 -b webkit-sharp-libdir.patch
-#patch for updated webkit version
-%patch1 -p1 -b webkit-dllmap-fix.patch
+%patch0 -p1 -b .libdir
 
 %build
 %configure
@@ -63,6 +60,9 @@ make DESTDIR=%{buildroot} install
 %{_libdir}/monodoc/sources/webkit-sharp*
 
 %changelog
+* Thu Dec 17 2009 Paul Lange <palango at gmx.de> - 0.3-1
+- Update to version 0.3
+
 * Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.2-6
 - build for sparcv9 s390 s390x
 


--- webkit-dllmap-fix.patch DELETED ---


--- webkit-sharp-libdir.patch DELETED ---




More information about the fedora-extras-commits mailing list