Hello community,

here is the log from the commit of package jemmy for openSUSE:Factory checked 
in at 2014-06-30 22:49:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jemmy (Old)
 and      /work/SRC/openSUSE:Factory/.jemmy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jemmy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jemmy/jemmy.changes      2013-09-11 
13:38:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jemmy.new/jemmy.changes 2014-06-30 
22:49:54.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 27 12:20:22 UTC 2014 - [email protected]
+
+- Cleanup with spec-cleaner
+- Build on SLE11
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jemmy.spec ++++++
--- /var/tmp/diff_new_pack.TqdHm1/_old  2014-06-30 22:49:55.000000000 +0200
+++ /var/tmp/diff_new_pack.TqdHm1/_new  2014-06-30 22:49:55.000000000 +0200
@@ -1,9 +1,8 @@
 #
 # spec file for package jemmy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2010, JPackage Project
-# All rights reserved.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,20 +18,16 @@
 
 
 %global __jar_repack %{nil}
-
 # Install time macros
 %global target_jar build/%{name}.jar
 %global target_javadoc build/javadoc/*
-
 Name:           jemmy
 Version:        2.3.0.0
 Release:        0
 Summary:        Java UI testing library
 License:        GPL-2.0 or CDDL-1.0
 Group:          Development/Libraries/Java
-
 Url:            https://jemmy.dev.java.net
-
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 #
@@ -42,18 +37,12 @@
 # where <username> is a name of the user registered here: 
https://www.dev.java.net/servlets/Join
 Source0:        jemmy-2.3.0.0.tar.bz2
 Source1:        jemmy-2.3.0.0.pom
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ant >= 1.6.5
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  javapackages-tools
-
 Requires:       java >= 1.6.0
 Requires:       javapackages-tools
-
-Requires(post):    javapackages-tools
-Requires(postun):  javapackages-tools
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -67,7 +56,7 @@
 %package javadoc
 Summary:        Javadocs for %{name}
 Group:          Documentation/HTML
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 Requires:       javapackages-tools
 
 %description javadoc
@@ -79,21 +68,20 @@
 echo "Please, visit https://jemmy.dev.java.net for more info about Jemmy." > 
README.txt
 
 %build
-%ant jar javadoc
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 jar javadoc
 
 %install
-
 # jar
-%__mkdir_p %{buildroot}%{_javadir}
-%__cp -a %{target_jar} %{buildroot}%{_javadir}/%{name}.jar
+mkdir -p %{buildroot}%{_javadir}
+cp -a %{target_jar} %{buildroot}%{_javadir}/%{name}.jar
 
-install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
+install -d -m 755 %{buildroot}%{_mavenpomdir}
+install -m 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap
 
 # javadoc
-%__mkdir_p %{buildroot}%{_javadocdir}/%{name}
-%__cp -a %{target_javadoc} %{buildroot}%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -a %{target_javadoc} %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to