Hello community,

here is the log from the commit of package jdk-bootstrap for openSUSE:Factory 
checked in at 2014-08-16 15:37:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jdk-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.jdk-bootstrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jdk-bootstrap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jdk-bootstrap/jdk-bootstrap.changes      
2014-08-08 10:13:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jdk-bootstrap.new/jdk-bootstrap.changes 
2014-08-16 15:38:03.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug  8 09:27:01 UTC 2014 - [email protected]
+
+- spec-cleaner to be cool&pretty
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jdk-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.3LDFKW/_old  2014-08-16 15:38:05.000000000 +0200
+++ /var/tmp/diff_new_pack.3LDFKW/_new  2014-08-16 15:38:05.000000000 +0200
@@ -15,37 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           jdk-bootstrap
 Version:        1.7.0
 Release: 0
-License: GPL-2.0-with-classpath-exception
 Summary: Copy of openjdk 1.7 for bootstrap purposes
+License:        GPL-2.0-with-classpath-exception
 Group: Development/Languages/Java
 Source0:       LICENSE
 Source1:       jdk-bootstrap-x86_64.tar.xz
+BuildRequires:  javapackages-tools
 BuildRequires: xz
+Requires:       this-is-only-for-build-envs
 Provides:      java = %{version}
 Provides:      java-devel = %{version}
-Requires:     this-is-only-for-build-envs
-BuildRequires: javapackages-tools
 
 %description
 This package is a binary copy of the openjdk-1.7.0 package licensed under
 GPL-2.0 and we only use it for bootstraping the real jdk.
 
 %prep
-cp %{S:0} .
+cp %{SOURCE0} .
 
 %build
 
 %install
-mkdir -p %{buildroot}%_libdir
-cd %{buildroot}%_libdir
+mkdir -p %{buildroot}%{_libdir}
+cd %{buildroot}%{_libdir}
 tar xvf %{SOURCE1}
-rm -rf %{buildroot}%_libdir/jvm-exports
+rm -rf %{buildroot}%{_libdir}/jvm-exports
 
 %files
 %defattr(-,root,root)
 %doc LICENSE
-%_libdir/jvm/*
+%{_libdir}/jvm/*
 
+%changelog

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

Reply via email to