rpms/selenium-core/devel selenium-core.spec,1.2,1.3 sources,1.2,1.3

Lubomir Rintel lkundrak at fedoraproject.org
Thu Apr 1 17:51:17 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/selenium-core/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28797

Modified Files:
	selenium-core.spec sources 
Log Message:
* Thu Apr 01 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.0.2-0.3.20100324svn
- Update to a later snapshot
- Add maven depmap



Index: selenium-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/selenium-core/devel/selenium-core.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- selenium-core.spec	6 Jan 2010 16:42:27 -0000	1.2
+++ selenium-core.spec	1 Apr 2010 17:51:17 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           selenium-core
 Version:        1.0.2
-Release:        0.2.20091211svn%{?dist}
+Release:        0.3.20100324svn%{?dist}
 Summary:        A DHTML test execution framework
 
 Group:          Development/Tools
@@ -11,7 +11,7 @@ Group:          Development/Tools
 # strands: MPLv1.1 or GPLv2+ or LGPLv2+
 License:        LGPLv2 and MIT and ASL 2.0 and GPLv2+ and (MPLv1.1 or GPLv2+ or LGPLv2+)
 URL:            http://seleniumhq.org/projects/core/
-# svn export -r7846 http://selenium.googlecode.com/svn/selenium-core/trunk@7846 selenium-core
+# svn export -r8566 http://selenium.googlecode.com/svn/selenium-core/trunk@8566 selenium-core
 # tar czf selenium-core.tar.gz selenium-core
 Source0:        selenium-core.tar.gz
 Patch0:         selenium-core-1.0.2-no-test-deps.patch
@@ -64,26 +64,45 @@ mvn-jpp install \
 %install
 rm -rf $RPM_BUILD_ROOT
 
+# JAR files
 install -d $RPM_BUILD_ROOT%{_javadir}
 install -p -m644 target/%{name}-%{version}*.jar \
         $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
 ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
 
+# Maven depmap
+install -d $RPM_BUILD_ROOT%{_datadir}/maven2/poms
+install -p -m644 pom.xml $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-selenium-core.pom
+%add_to_maven_depmap org.seleniumhq.selenium.core %{name} %{version} JPP %{name}
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%update_maven_depmap
+
+
+%postun
+%update_maven_depmap
+
 
 %files
 %defattr(-,root,root,-)
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
+%{_mavendepmapfragdir}
+%{_datadir}/maven2/poms/*
 # A couple of irrelevant licenses are included, yet ones
 # of bundled software aren't...
 %doc license/selenium_license.txt
 
 
 %changelog
+* Thu Apr 01 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.0.2-0.3.20100324svn
+- Update to a later snapshot
+- Add maven depmap
+
 * Wed Jan 06 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.0.2-0.2.20091211svn
 - Fix commons-logging dependency
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/selenium-core/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	4 Jan 2010 21:34:58 -0000	1.2
+++ sources	1 Apr 2010 17:51:17 -0000	1.3
@@ -1 +1 @@
-c0794935569d71ffd8605c6a02b1a548  selenium-core.tar.gz
+db17f9c2fa27897a560bedc2e043dbea  selenium-core.tar.gz



More information about the scm-commits mailing list