Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jlfgr for openSUSE:Factory checked in at 2021-06-07 22:44:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jlfgr (Old) and /work/SRC/openSUSE:Factory/.jlfgr.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jlfgr" Mon Jun 7 22:44:08 2021 rev:14 rq:898002 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jlfgr/jlfgr.changes 2019-02-24 17:13:05.132475293 +0100 +++ /work/SRC/openSUSE:Factory/.jlfgr.new.32437/jlfgr.changes 2021-06-07 22:44:41.060605079 +0200 @@ -1,0 +2,7 @@ +Mon Jun 7 08:39:08 UTC 2021 - Fridrich Strba <[email protected]> + +- A new cleanup of the spec file along with added + javapackages-filesystem dependency in order to avoid unowned + directories + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jlfgr.spec ++++++ --- /var/tmp/diff_new_pack.rHLfM2/_old 2021-06-07 22:44:41.784606303 +0200 +++ /var/tmp/diff_new_pack.rHLfM2/_new 2021-06-07 22:44:41.788606309 +0200 @@ -1,7 +1,7 @@ # # spec file for package jlfgr # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: jlfgr +Version: 1.0 +Release: 0 Summary: Java look and feel Graphics Repository License: SUSE-Redistributable-Content Group: Development/Languages/Java -Version: 1.0 -Release: 0 -Url: http://java.sun.com/developer/techDocs/hi/repository/ +URL: https://java.sun.com/developer/techDocs/hi/repository/ Source0: %{name}-%{version}.tar.bz2 BuildRequires: fastjar -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: javapackages-filesystem BuildArch: noarch %description @@ -44,12 +44,6 @@ To provide feedback about the graphics repository, send email to the Java look and feel Design Team (jlfdesign (at) sun (dot) com). - - -Authors: --------- - Java look and feel Design Team ([email protected]) - %prep %setup -q @@ -57,12 +51,11 @@ # NOP %install -install -d -m 755 $RPM_BUILD_ROOT/%{_javadir} -install -m 644 *jar $RPM_BUILD_ROOT/%{_javadir} -(cd $RPM_BUILD_ROOT/%{_javadir}; ln -sf jlfgr-1_0.jar jlfgr-%{version}.jar; ln -sf jlfgr-1_0.jar jlfgr.jar) +install -d -m 755 %{buildroot}/%{_javadir} +install -m 644 *jar %{buildroot}/%{_javadir} +(cd %{buildroot}/%{_javadir}; ln -sf jlfgr-1_0.jar jlfgr-%{version}.jar; ln -sf jlfgr-1_0.jar jlfgr.jar) %files -%defattr(-,root,root) %{_javadir}/*.jar %changelog
