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.

14 commits

Author SHA1 Message Date
Bill Nottingham
7823c4b1e1 Retire selenium-core - dead upstream 2012-08-06 12:18:12 -04:00
Dennis Gilmore
5323ad0841 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 14:18:31 -05:00
Dennis Gilmore
a5dac1a90d - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 21:44:45 -06:00
Lubomir Rintel
27595c02a0 Fix firefox4 2011-04-05 17:22:38 +02:00
Dennis Gilmore
561aff83bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 07:05:50 -06:00
Lubomir Rintel
c156ade412 Fix build 2010-12-11 21:47:12 +01:00
Lubomir Rintel
49957c9a27 Fix build 2010-12-11 21:25:00 +01:00
Fedora Release Engineering
1e4d570566 dist-git conversion 2010-07-29 12:20:54 +00:00
d4fcfaa0fa A tiny cosmetic change 2010-04-20 07:29:26 +00:00
1da80019cf - Fill in version and revision (Jiri Kastner, #581756) 2010-04-20 07:24:40 +00:00
fb985b7316 A small file ownership fix 2010-04-01 19:35:17 +00:00
551df8eea3 - Update to a later snapshot
- Add maven depmap
2010-04-01 17:51:17 +00:00
19c15d6032 - Fix commons-logging dependency 2010-01-06 16:42:27 +00:00
cb8dc17705 Import Selenium Core 2010-01-04 21:34:58 +00:00
5 changed files with 3 additions and 21 deletions

View file

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
selenium-core.tar.gz
/selenium-core.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: selenium-core
# $Id$
NAME := selenium-core
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 $$d/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 @@
This package was retired on 2012-08-06 due to failure to build for multiple releases.

View file