commit jgoodies-forms for openSUSE:Factory

2018-11-10 Thread root
Hello community,

here is the log from the commit of package jgoodies-forms for openSUSE:Factory 
checked in at 2018-11-10 16:56:37

Comparing /work/SRC/openSUSE:Factory/jgoodies-forms (Old)
 and  /work/SRC/openSUSE:Factory/.jgoodies-forms.new (New)


Package is "jgoodies-forms"

Sat Nov 10 16:56:37 2018 rev:5 rq:644966 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/jgoodies-forms/jgoodies-forms.changes
2017-09-20 17:10:26.236590178 +0200
+++ /work/SRC/openSUSE:Factory/.jgoodies-forms.new/jgoodies-forms.changes   
2018-11-10 16:57:26.283895928 +0100
@@ -1,0 +2,7 @@
+Fri Oct 26 15:08:47 UTC 2018 - Pedro Monreal Gonzalez 

+
+- Fixed architecture dependent script jgoodies-forms.sh on noarch
+  package [bsc#1109757]
+- Cleaned with spec-cleaner
+
+---



Other differences:
--
++ jgoodies-forms.spec ++
--- /var/tmp/diff_new_pack.UOVxID/_old  2018-11-10 16:57:27.547894382 +0100
+++ /var/tmp/diff_new_pack.UOVxID/_new  2018-11-10 16:57:27.547894382 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jgoodies-forms
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 Summary:JGoodies Forms framework
 License:BSD-3-Clause
 Group:  Development/Languages/Java
-Url:http://jgoodies.com
+URL:http://jgoodies.com
 Source0:
http://www.jgoodies.com/download/libraries/%{_shortname}/%{_shortname}-%{tar_ver}.zip
 BuildRequires:  ant
 BuildRequires:  fdupes
@@ -150,7 +150,7 @@
 cat > %{name}.sh << EOF
 #!/bin/bash
 cd %{_datadir}/%{name}
-%java -cp .:%{_javadir}/forms.jar \
+java -cp .:%{_javadir}/forms.jar \
com/jgoodies/forms/tutorial/QuickStartExample
 EOF
 install -dm 755 %{buildroot}%{_bindir}
@@ -163,7 +163,8 @@
 EOF
 
 %files
-%doc AUTHORS LICENSE.txt README.html RELEASE-NOTES.txt
+%license LICENSE.txt
+%doc AUTHORS README.html RELEASE-NOTES.txt
 %{_javadir}/%{_shortname}*.jar
 
 %files javadoc
@@ -179,7 +180,8 @@
 %doc docs/images/
 
 %files demo
-%doc LICENSE.txt README.html RELEASE-NOTES.txt
+%license LICENSE.txt
+%doc README.html RELEASE-NOTES.txt
 %doc docs/tutorial
 %{_datadir}/%{name}
 %defattr(755,root,root,755)





commit jgoodies-forms for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package jgoodies-forms for openSUSE:Factory 
checked in at 2017-09-20 17:10:24

Comparing /work/SRC/openSUSE:Factory/jgoodies-forms (Old)
 and  /work/SRC/openSUSE:Factory/.jgoodies-forms.new (New)


Package is "jgoodies-forms"

Wed Sep 20 17:10:24 2017 rev:4 rq:527231 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/jgoodies-forms/jgoodies-forms.changes
2014-07-29 16:48:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.jgoodies-forms.new/jgoodies-forms.changes   
2017-09-20 17:10:26.236590178 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 07:38:27 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target 1.6
+- Clean spec file and fix duplicate waste rpmlint error
+
+---



Other differences:
--
++ jgoodies-forms.spec ++
--- /var/tmp/diff_new_pack.cfq5Hj/_old  2017-09-20 17:10:26.936491654 +0200
+++ /var/tmp/diff_new_pack.cfq5Hj/_new  2017-09-20 17:10:26.940491091 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jgoodies-forms
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,13 +27,13 @@
 Url:http://jgoodies.com
 Source0:
http://www.jgoodies.com/download/libraries/%{_shortname}/%{_shortname}-%{tar_ver}.zip
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
 BuildRequires:  unzip
 BuildRequires:  xml-commons-apis
 BuildRequires:  xml-commons-resolver
 Requires:   jre >= 1.5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -53,8 +53,10 @@
 
 %package javadoc
 Summary:Javadoc for JGoodies Forms framework
-Group:  Development/Languages/Java
 # FIXME: use proper Requires(pre/post/preun/...)
+# FIXME: use proper Requires(pre/post/preun/...)
+# FIXME: use proper Requires(pre/post/preun/...)
+Group:  Development/Languages/Java
 PreReq: coreutils
 
 %description javadoc
@@ -122,7 +124,9 @@
 %build
 unset CLASSPATH
 export CLASSPATH=%{java_home}/jre/lib/rt.jar
-%{ant} compile jar javadoc
+%{ant} \
+-Dbuild.compile.source=1.6 -Dbuild.compile.target=1.6 \
+compile jar javadoc
 
 %install
 # jars
@@ -137,14 +141,16 @@
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # demo
 install -dm 755 %{buildroot}%{_datadir}/%{name}
 cp -pr src/tutorial/* %{buildroot}%{_datadir}/%{name}
 cp -pr build/classes/tutorial/* %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 cat > %{name}.sh << EOF
 #!/bin/bash
 cd %{_datadir}/%{name}
-%{java} -cp .:%{_javadir}/forms.jar \
+%java -cp .:%{_javadir}/forms.jar \
com/jgoodies/forms/tutorial/QuickStartExample
 EOF
 install -dm 755 %{buildroot}%{_bindir}
@@ -157,16 +163,13 @@
 EOF
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS LICENSE.txt README.html RELEASE-NOTES.txt
 %{_javadir}/%{_shortname}*.jar
 
 %files javadoc
-%defattr(-,root,root)
 %doc %{_javadocdir}/%{name}
 
 %files manual
-%defattr(-,root,root,-)
 %doc docs/references.html
 %doc docs/tips.html
 %doc docs/visualbuilders.html
@@ -176,7 +179,6 @@
 %doc docs/images/
 
 %files demo
-%defattr(644,root,root,755)
 %doc LICENSE.txt README.html RELEASE-NOTES.txt
 %doc docs/tutorial
 %{_datadir}/%{name}





commit jgoodies-forms for openSUSE:Factory

2014-07-29 Thread h_root
Hello community,

here is the log from the commit of package jgoodies-forms for openSUSE:Factory 
checked in at 2014-07-29 16:48:18

Comparing /work/SRC/openSUSE:Factory/jgoodies-forms (Old)
 and  /work/SRC/openSUSE:Factory/.jgoodies-forms.new (New)


Package is "jgoodies-forms"

Changes:

--- /work/SRC/openSUSE:Factory/jgoodies-forms/jgoodies-forms.changes
2014-05-06 17:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.jgoodies-forms.new/jgoodies-forms.changes   
2014-07-29 16:48:27.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 21 11:21:50 UTC 2014 - tchva...@suse.com
+
+- Drop update-alternatives code that is not needed.
+
+---



Other differences:
--
++ jgoodies-forms.spec ++
--- /var/tmp/diff_new_pack.tgksOP/_old  2014-07-29 16:48:28.0 +0200
+++ /var/tmp/diff_new_pack.tgksOP/_new  2014-07-29 16:48:28.0 +0200
@@ -17,26 +17,24 @@
 
 
 %define _shortname forms
-
+%define tar_ver 1_3_0
 Name:   jgoodies-forms
+Version:1.3.0
+Release:0
 Summary:JGoodies Forms framework
 License:BSD-3-Clause
 Group:  Development/Languages/Java
 Url:http://jgoodies.com
-Version:1.3.0
-Release:0
-%define tar_ver 1_3_0
+Source0:
http://www.jgoodies.com/download/libraries/%{_shortname}/%{_shortname}-%{tar_ver}.zip
 BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
 BuildRequires:  unzip
-BuildRequires:  update-alternatives
 BuildRequires:  xml-commons-apis
 BuildRequires:  xml-commons-resolver
 Requires:   jre >= 1.5
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:
http://www.jgoodies.com/download/libraries/%{_shortname}/%{_shortname}-%{tar_ver}.zip
+BuildArch:  noarch
 
 %description
 The Forms framework helps you lay out and implement elegant Swing
@@ -53,10 +51,10 @@
 
 * Leads to better style guide compliance
 
-
 %package javadoc
 Summary:Javadoc for JGoodies Forms framework
 Group:  Development/Languages/Java
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq: coreutils
 
 %description javadoc
@@ -74,7 +72,6 @@
 
 * Leads to better style guide compliance
 
-
 %package manual
 Summary:Documentation for JGoodies Forms framework
 Group:  Development/Languages/Java
@@ -94,7 +91,6 @@
 
 * Leads to better style guide compliance
 
-
 %package demo
 Summary:Demo files for JGoodies Forms framework
 Group:  Development/Languages/Java
@@ -115,11 +111,10 @@
 
 * Leads to better style guide compliance
 
-
 %prep
 %setup -q -n %{_shortname}-%{version}
 # clean up some files
-%__rm -f %{_shortname}-%{version}.jar
+rm -f %{_shortname}-%{version}.jar
 # wrong end of line encoding and rigths
 sed -i -e 's/.$//' LICENSE.txt README.html RELEASE-NOTES.txt
 find docs -iname '*.html' -or -iname '*.css' | xargs sed -i -e 's/.$//'
@@ -127,12 +122,12 @@
 %build
 unset CLASSPATH
 export CLASSPATH=%{java_home}/jre/lib/rt.jar
-%ant compile jar javadoc
+%{ant} compile jar javadoc
 
 %install
 # jars
-%__install -dm 755 %{buildroot}%{_javadir}
-%__install -pm 644 build/%{_shortname}.jar \
+install -dm 755 %{buildroot}%{_javadir}
+install -pm 644 build/%{_shortname}.jar \
%{buildroot}%{_javadir}/%{_shortname}-%{version}.jar
 pushd %{buildroot}%{_javadir}
for jar in *-%{version}*; do
@@ -140,24 +135,20 @@
done
 popd
 # javadoc
-%__install -dm 755 %{buildroot}%{_javadocdir}/%{name}-%{version}
-%__cp -pr build/docs/api/* \
-   %{buildroot}%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
+install -dm 755 %{buildroot}%{_javadocdir}/%{name}
+cp -pr build/docs/api/* %{buildroot}%{_javadocdir}/%{name}
 # demo
-%__install -dm 755 %{buildroot}%{_datadir}/%{name}
-%__cp -pr src/tutorial/* \
-   %{buildroot}%{_datadir}/%{name}
-%__cp -pr build/classes/tutorial/* \
-   %{buildroot}%{_datadir}/%{name}
-%__cat > %{name}.sh << EOF
+install -dm 755 %{buildroot}%{_datadir}/%{name}
+cp -pr src/tutorial/* %{buildroot}%{_datadir}/%{name}
+cp -pr build/classes/tutorial/* %{buildroot}%{_datadir}/%{name}
+cat > %{name}.sh << EOF
 #!/bin/bash
 cd %{_datadir}/%{name}
-%java -cp .:%{_javadir}/forms.jar \
+%{java} -cp .:%{_javadir}/forms.jar \
com/jgoodies/forms/tutorial/QuickStartExample
 EOF
-%__install -dm 755 %{buildroot}%{_bindir}
-%__install -m 755 %{name}.sh \
+install -dm 755 %{buildroot}%{_bindir}
+install -m 755 %{name}.sh \
%{buildroot}%{_bindir}
 
 # PACKAGE list of authors in an AUTHORS text file
@@ -172,7 +163,6 @@
 
 %files javadoc
 %defattr(-,root,root)
-%doc %{_javadocdir}/%{name}-%{version}
 %doc %{_jav