Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

21 commits

Author SHA1 Message Date
Miro Hrončok
029f852479 Orphaned for 6+ weeks 2018-12-24 13:51:37 +01:00
Fedora Release Engineering
b8c750a261 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:46:23 +00:00
Fedora Release Engineering
dd96ee869f - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 20:50:02 +00:00
Fedora Release Engineering
abab6eddb8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:13:27 +00:00
Fedora Release Engineering
257c3b4781 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:32:54 +00:00
Fedora Release Engineering
247634bef2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:18:20 +00:00
Peter Robinson
9da7795476 - mono rebuild for aarch64 support 2016-10-13 15:57:47 +01:00
Fedora Release Engineering
f0aae94d02 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:56:43 +00:00
Dennis Gilmore
d3e3e75bd0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:18:54 +00:00
Peter Robinson
ad640abd6d Rebuild (mono4) 2015-05-18 15:06:00 +01:00
Than Ngo
0d93592590 use %mono_arches 2015-03-24 22:21:03 +01:00
ee5e5da2ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 08:25:01 +00:00
Dennis Gilmore
51a19c868c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:20:02 -05:00
Dennis Gilmore
30d3d66076 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:44:02 -05:00
Nikos Roussos
d1868d5ef0 unorphan package 2013-03-28 16:12:15 +02:00
Nikos Roussos
ac86cdcba7 unorphan package 2013-03-28 16:11:29 +02:00
Nikos Roussos
79637c980a unorphan package 2013-03-28 16:10:24 +02:00
Paul Lange
03492efbbd No longer needed for bashee and superseeded by webkitgtk 2012-02-27 22:44:43 -06:00
Dennis Gilmore
85f5a9a22e - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:12:17 -06:00
8203a71882 Change paths for mono assemblies according to updated packaging
guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
2011-10-24 23:37:06 +02:00
Paul Whalen
c76ff07c5d Added arm macro to ExclusiveArch 2011-06-03 14:15:52 -04:00
6 changed files with 1 additions and 157 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
webkit-sharp-0.3.tar.bz2
/webkit-sharp-0.3.tar.bz2

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
21482f9d5eafb0ef4acc6e790482f934 webkit-sharp-0.3.tar.bz2

View file

@ -1,8 +0,0 @@
diff -up webkit-sharp-0.3/sources/webkit-sharp.dll.config.in.version webkit-sharp-0.3/sources/webkit-sharp.dll.config.in
--- webkit-sharp-0.3/sources/webkit-sharp.dll.config.in.version 2010-11-28 10:27:36.000000000 +0100
+++ webkit-sharp-0.3/sources/webkit-sharp.dll.config.in 2010-11-28 10:27:47.000000000 +0100
@@ -1,3 +1,3 @@
<configuration>
- <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/>
+ <dllmap dll="webkit-1.0" target="webkitgtk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
</configuration>

View file

@ -1,48 +0,0 @@
# 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@TARGETS =
@ENABLE_MONODOC_TRUE@TARGETS = $(ASSEMBLY_NAME)-docs.source $(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree
@ENABLE_MONODOC_FALSE@docsdir = $(datadir)
-@ENABLE_MONODOC_TRUE@docsdir = $(prefix)/lib/monodoc/sources
+@ENABLE_MONODOC_TRUE@docsdir = $(libdir)/monodoc/sources
@ENABLE_MONODOC_FALSE@docs_DATA =
@ENABLE_MONODOC_TRUE@docs_DATA = $(TARGETS)
ASSEMBLIES = ../sources/$(ASSEMBLY_NAME).dll

View file

@ -1,98 +0,0 @@
%define debug_package %{nil}
Name: webkit-sharp
Version: 0.3
Release: 6%{?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-0.3-libdir.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=658502
Patch1: webkit-sharp-0.3-dllmap.patch
Requires: webkitgtk
BuildRequires: webkitgtk-devel
BuildRequires: mono-devel
BuildRequires: gtk-sharp2-devel
BuildRequires: gtk-sharp2-gapi
BuildRequires: monodoc-devel
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparcv9 alpha s390x
%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 .libdir
# update for new webkit library name
%patch1 -p1 -b .dllmap
%build
%configure
# parallel build fails in mock
make
%install
make DESTDIR=%{buildroot} install
%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
* Mon Mar 28 2011 Christian Krause <chkr@fedoraproject.org> - 0.3-6
- Rebuilt against mono 2.10
- Minor spec file cleanup
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sat Nov 27 2010 Dan Horák <dan[at]danny.cz> - 0.3-4
- update dll mapping for new webkitgtk (#658502)
- sync ExclusiveArch list with mono
* Sun Oct 31 2010 Christian Krause <chkr@fedoraproject.org> - 0.3-3
- Rebuild again to create correct requires/provides capabilities
* Sat Oct 09 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.3-2
- Rebuild for mono-2.8
* Thu Dec 17 2009 Paul Lange <palango@gmx.de> - 0.3-1
- Update to version 0.3
* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.2-6
- build for sparcv9 s390 s390x
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sun Jun 21 2009 Paul Lange <palango@gmx.de> - 0.2-4
- Fix supported archs
* Sun Jun 14 2009 Paul Lange <palango@gmx.de> - 0.2-3
- Fix wrong webkitgtk link and missing dependency (#500654)
* Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.2-2
- Build arch ppc64.
* Sat Feb 21 2009 David Nielsen <gnomeuser@gmail.com> - 0.2-1
- Initial package