Hello community, here is the log from the commit of package jrosetta for openSUSE:Factory checked in at 2014-06-30 22:49:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jrosetta (Old) and /work/SRC/openSUSE:Factory/.jrosetta.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "jrosetta" Changes: -------- --- /work/SRC/openSUSE:Factory/jrosetta/jrosetta.changes 2014-05-06 17:38:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jrosetta.new/jrosetta.changes 2014-06-30 22:50:02.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Jun 27 12:49:02 UTC 2014 - tchvatal@suse.com + +- Fix build on sle11 + +------------------------------------------------------------------- +Fri Jun 27 12:09:10 UTC 2014 - tchvatal@suse.com + +- Cleanup with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jrosetta.spec ++++++ --- /var/tmp/diff_new_pack.aDWpWA/_old 2014-06-30 22:50:04.000000000 +0200 +++ /var/tmp/diff_new_pack.aDWpWA/_new 2014-06-30 22:50:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package jrosetta # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,12 +16,12 @@ # -Summary: API and graphical components for console -License: GPL-2.0 -Group: Development/Libraries/Java Name: jrosetta Version: 1.0.4 Release: 0 +Summary: API and graphical components for console +License: GPL-2.0 +Group: Development/Libraries/Java Url: http://dev.artenum.com/projects/JRosetta Source0: http://maven.artenum.com/content/groups/public/com/artenum/jrosetta/%{version}/jrosetta-%{version}-sources.jar Source1: jrosetta-build-ant-1.0.4.tar.gz @@ -31,11 +31,10 @@ BuildRequires: jpackage-utils >= 1.5 BuildRequires: junit4 BuildRequires: unzip - Requires: java >= 1.6 Requires: jpackage-utils >= 1.5 -BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description JRosetta provides a common base for graphical component that could be used @@ -43,7 +42,6 @@ command history, completion and so on for instance for scripting language or command line. - %prep %setup -q -c -n %{name}-%{version}-sources -a1 cp -r %{name}-%{version}/modules/* . @@ -53,32 +51,31 @@ %build cd jrosetta-api -ant build-jar +ant \ + build-jar cd ../jrosetta-engine -ant -Djava.encoding=UTF-8 \ +ant \ + -Djava.encoding=UTF-8 \ build-jar %install -mkdir -p %{buildroot}%{_javadir} - -mkdir -p $RPM_BUILD_ROOT%{_javadir} +%if 0%{?suse_version} == 1110 +export NO_BRP_CHECK_BYTECODE_VERSION=true +%endif +mkdir -p %{buildroot}%{_javadir} cp -p %{name}-api/build/%{name}-API-%{version}.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}-API-%{version}.jar + %{buildroot}%{_javadir}/%{name}-API-%{version}.jar ln -s %{name}-API-%{version}.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}-API.jar + %{buildroot}%{_javadir}/%{name}-API.jar cp -p %{name}-engine/build/%{name}-engine-%{version}.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}-engine-%{version}.jar + %{buildroot}%{_javadir}/%{name}-engine-%{version}.jar ln -s %{name}-engine-%{version}.jar \ - $RPM_BUILD_ROOT%{_javadir}/%{name}-engine.jar - -%clean -rm -rf %{buildroot} + %{buildroot}%{_javadir}/%{name}-engine.jar %files %defattr(-,root,root) -# %doc CHANGE.txt COPYRIGHT LICENSE.txt %{_javadir}/jrosetta*.jar %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org