Hello community,

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

Package is "jzlib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jzlib/jzlib.changes      2014-05-02 
13:57:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jzlib.new/jzlib.changes 2014-07-16 
16:50:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  8 09:27:35 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and fix sle build properly
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jzlib.spec ++++++
--- /var/tmp/diff_new_pack.RuCi2Z/_old  2014-07-16 16:50:02.000000000 +0200
+++ /var/tmp/diff_new_pack.RuCi2Z/_new  2014-07-16 16:50:02.000000000 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%define section   free
-
 Name:           jzlib
 Version:        1.1.2
 Release:        0
@@ -30,11 +28,11 @@
 #Source0:        https://github.com/ymnk/jzlib/archive/1.1.2.tar.gz
 Source0:        1.1.2.tar.gz
 Source1:        %{name}_build.xml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 BuildRequires:  ant >= 1.6
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 The zlib is designed to be a free, general-purpose, legally
@@ -43,8 +41,6 @@
 operating system. The zlib was written by Jean-loup Gailly
 (compression) and Mark Adler (decompression).
 
-
-
 %package        javadoc
 Summary:        Re-implementation of zlib in pure Java
 Group:          Development/Libraries/Java
@@ -52,7 +48,6 @@
 %description    javadoc
 Javadoc for %{summary}.
 
-
 %package        demo
 Summary:        Re-implementation of zlib in pure Java
 Group:          Development/Libraries/Java
@@ -61,7 +56,7 @@
 Demo files for %{summary}.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 cp %{SOURCE1} build.xml
 #mkdir src
 #mv com src
@@ -71,13 +66,11 @@
 rm misc/mindtermsrc-v121-compression.patch
 
 %build
-ant dist javadoc 
+ant \
+    -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
+    dist javadoc
 
 %install
-%if 0%{?suse_version} == 1110
-export NO_BRP_CHECK_BYTECODE_VERSION=true
-%endif
-
 # jar
 install -Dpm 644 dist/lib/%{name}.jar \
   %{buildroot}%{_javadir}/%{name}.jar
@@ -89,8 +82,6 @@
 # examples
 install -dm 755 %{buildroot}%{_datadir}/%{name}-%{version}
 cp -pr example/* %{buildroot}%{_datadir}/%{name}-%{version}
-# bnc#536215 - be compatible with older Packman package
-# ln -s %{name}-%{version} %{buildroot}%{_datadir}/%{name} # ghost symlink
 
 %files
 %defattr(0644,root,root,0755)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to