[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 8824ebf3434321c4211d51d7e604c6f6eb74d83a
Roland Mas
lolando at fusionforge.org
Wed Aug 27 16:15:41 CEST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, Branch_5_3 has been updated
via 8824ebf3434321c4211d51d7e604c6f6eb74d83a (commit)
from 70d2ac27911b797867b9525725889e4dbb57b59b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8824ebf3434321c4211d51d7e604c6f6eb74d83a
Author: Roland Mas <lolando at debian.org>
Date: Wed Aug 27 16:15:35 2014 +0200
Update building of selenium RPM
diff --git a/3rd-party/selenium/Makefile.rpm b/3rd-party/selenium/Makefile.rpm
index 21b7730..7b94aba 100644
--- a/3rd-party/selenium/Makefile.rpm
+++ b/3rd-party/selenium/Makefile.rpm
@@ -7,11 +7,11 @@ REPOPATH:=$(shell ../../tests/scripts/builder_get_config.sh REPOPATH)
#ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null)
-#RPMBUILD=rpmbuild --quiet --define='_topdir $(BUILDRESULT)' --define='_tmppath %{_topdir}' --define='_sysconfdir /etc'
-#--define='_rpmdir $(BUILDRESULT)' --define='_sourcedir $(BUILDRESULT)'
+#RPMBUILD=rpmbuild --quiet --define='_topdir $(BUILDRESULT)' --define='_tmppath %{_topdir}' --define='_sysconfdir /etc'
+#--define='_rpmdir $(BUILDRESULT)' --define='_sourcedir $(BUILDRESULT)'
-RPM=selenium-$(MAJOR)-2.noarch.rpm
-TGZ=selenium-$(MAJOR).tgz
+RPM=selenium-$(MAJOR).$(MINOR).$(MICRO)-2.noarch.rpm
+TGZ=selenium-$(MAJOR).$(MINOR).$(MICRO).tgz
BUILDRESULT=$(REPOPATH)/redhat
BUILDPLACE=$(BUILDERDIR)/buildrpm
@@ -28,6 +28,6 @@ $(BUILDPLACE)/selenium/usr/share/selenium/selenium-server.jar: $(BUILDPLACE)/sel
$(BUILDPLACE)/selenium/usr/share/selenium/:
[ -d $@ ] || mkdir -p $@
-
+
$(BUILDRESULT):
[ -d $@ ] || mkdir -p $@
diff --git a/3rd-party/selenium/selenium.spec b/3rd-party/selenium/selenium.spec
index 5cee964..b7495b0 100644
--- a/3rd-party/selenium/selenium.spec
+++ b/3rd-party/selenium/selenium.spec
@@ -1,5 +1,5 @@
Name: selenium
-Version: 2.21.0
+Version: 2.42.2
Release: 2
Summary: Selenium server Jar
License: Apache 2.0
-----------------------------------------------------------------------
Summary of changes:
3rd-party/selenium/Makefile.rpm | 10 +++++-----
3rd-party/selenium/selenium.spec | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list