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.

36 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
5ae95fcb02 Rebuilt against mono 2.10
Minor spec file cleanup
2011-03-28 23:45:37 +02:00
Dennis Gilmore
34d727656b - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 20:14:40 -06:00
Dan Horák
c5d22037db fix release in changelog 2010-11-30 16:14:33 +01:00
Dan Horák
c44bf590e5 - update dll mapping for new webkitgtk (#658502)
- sync ExclusiveArch list with mono
2010-11-30 16:13:28 +01:00
e136e3c5ee - Rebuild again to create correct requires/provides capabilities 2010-10-31 10:54:03 +01:00
Paul F. Johnson
8630c7bce4 Rebuild against mono-2.8 2010-10-13 01:02:53 +01:00
Fedora Release Engineering
0b1379c9f3 dist-git conversion 2010-07-29 15:14:28 +00:00
palango
973b8cc564 Update to version 0.3 2009-12-17 14:10:49 +00:00
Bill Nottingham
6347e8e417 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:12 +00:00
983ac9ae11 build for sparcv9 s390 s390x 2009-10-26 18:25:48 +00:00
Jesse Keating
e79a33d3e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:08:30 +00:00
palango
4d7a369e99 Fix supported archs 2009-06-22 00:55:30 +00:00
palango
7cc0da6373 Add patch for #500654 2009-06-15 05:04:47 +00:00
0ece2eda32 build arch ppc64 2009-05-25 21:32:51 +00:00
dnielsen
6c057f4ce2 Initial import 2009-02-27 00:43:23 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: webkit-sharp
# $Id$
NAME := webkit-sharp
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

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

View file