rpms/webkit-sharp/F-10 import.log, NONE, 1.1 webkit-sharp-libdir.patch, NONE, 1.1 webkit-sharp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nielsen dnielsen at fedoraproject.org
Fri Feb 27 00:46:01 UTC 2009


Author: dnielsen

Update of /cvs/pkgs/rpms/webkit-sharp/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26091/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log webkit-sharp-libdir.patch webkit-sharp.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
webkit-sharp-0_2-1_fc10:F-10:webkit-sharp-0.2-1.fc10.src.rpm:1235695496

webkit-sharp-libdir.patch:

--- NEW FILE webkit-sharp-libdir.patch ---
diff -uraN webkit-sharp-0.2.orig/configure webkit-sharp-0.2/configure
--- webkit-sharp-0.2.orig/configure	2009-02-25 00:04:00.736633894 +0100
+++ webkit-sharp-0.2/configure	2009-02-25 00:05:52.899631057 +0100
@@ -739,7 +739,7 @@
 dvidir='${docdir}'
 pdfdir='${docdir}'
 psdir='${docdir}'
-libdir='${exec_prefix}/lib'
+libdir='${libdir}'
 localedir='${datarootdir}/locale'
 mandir='${datarootdir}/man'
 
@@ -3120,7 +3120,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.2.orig/doc/Makefile.am webkit-sharp-0.2/doc/Makefile.am
--- webkit-sharp-0.2.orig/doc/Makefile.am	2009-02-25 00:04:00.739634718 +0100
+++ webkit-sharp-0.2/doc/Makefile.am	2009-02-25 00:06:39.538635541 +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.2.orig/doc/Makefile.in webkit-sharp-0.2/doc/Makefile.in
--- webkit-sharp-0.2.orig/doc/Makefile.in	2009-02-25 00:04:00.741634382 +0100
+++ webkit-sharp-0.2/doc/Makefile.in	2009-02-25 00:07:41.637410066 +0100
@@ -168,7 +168,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


--- NEW FILE webkit-sharp.spec ---
%define		debug_package %{nil}

Name:		webkit-sharp
Version:	0.2
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
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	WebKit-gtk-devel
BuildRequires:	mono-devel
BuildRequires:	gtk-sharp2-devel
BuildRequires:	gtk-sharp2-gapi
BuildRequires:	monodoc-devel

# Bug 241850 - no Mono on pp64
ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha ppc

%description
WebKit-sharp is .NET bindings for the WebKit rendering engine.

%package devel
Summary:	Development files for WebKit-sharp
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	pkgconfig

%description devel
Development files for WebKit-sharp

%prep
%setup -q

# patch for libdir madness
%patch0 -p1 -b webkit-sharp-libdir.patch

%build
%configure
# parallel build fails in mock
make

%install
%{__rm} -rf %{buildroot}
make DESTDIR=%{buildroot} install

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README
%{_libdir}/mono/

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/webkit-sharp-1.0.pc
%{_libdir}/monodoc/sources/webkit-sharp*

%changelog
* Sat Feb 21 2009 David Nielsen <gnomeuser at gmail.com> - 0.2-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/webkit-sharp/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Feb 2009 00:16:26 -0000	1.1
+++ .cvsignore	27 Feb 2009 00:45:30 -0000	1.2
@@ -0,0 +1 @@
+webkit-sharp-0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkit-sharp/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Feb 2009 00:16:26 -0000	1.1
+++ sources	27 Feb 2009 00:45:30 -0000	1.2
@@ -0,0 +1 @@
+8041fba941b7299e432380c86b6dddf8  webkit-sharp-0.2.tar.bz2




More information about the fedora-extras-commits mailing list