Hello community,

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

Package is "jcodings"

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

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

Other differences:
------------------
++++++ jcodings.spec ++++++
--- /var/tmp/diff_new_pack.vZ3MP1/_old  2014-06-30 22:49:53.000000000 +0200
+++ /var/tmp/diff_new_pack.vZ3MP1/_new  2014-06-30 22:49:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jcodings
 #
-# 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
@@ -18,34 +18,27 @@
 
 %global git_commit 8a3ca9e
 %global cluster jruby
-
 # Prevent brp-java-repack-jars from being run.
 %define __jar_repack %{nil}
-
 Name:           jcodings
 Version:        1.0.2
 Release:        0
 Summary:        Java-based codings helper classes for Joni and JRuby
 License:        MIT
 Group:          Development/Libraries/Java
-
 Url:            http://github.com/%{cluster}/%{name}
 Source0:        
%{url}/tarball/%{version}/%{cluster}-%{name}-%{git_commit}.tar.gz
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
-
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
-
 Requires:       java
 Requires:       javapackages-tools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 Java-based codings helper classes for Joni and JRuby.
 
-
 %prep
 %setup -q -n %{cluster}-%{name}-%{git_commit}
 
@@ -55,19 +48,16 @@
 %build
 echo "See %{url} for more info about the %{name} project." > README.txt
 
-%{ant}
+ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
 %install
-%__mkdir_p %{buildroot}%{_javadir}
+mkdir -p %{buildroot}%{_javadir}
 
-%__cp -p target/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
+cp -p target/%{name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
 pushd %{buildroot}%{_javadir}/
-  %__ln_s %{name}-%{version}.jar %{name}.jar
+  ln -s %{name}-%{version}.jar %{name}.jar
 popd
 
-%clean
-%__rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*

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

Reply via email to