Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tuxcursors for openSUSE:Factory checked in at 2023-03-16 22:59:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tuxcursors (Old) and /work/SRC/openSUSE:Factory/.tuxcursors.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tuxcursors" Thu Mar 16 22:59:50 2023 rev:16 rq:1072382 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/tuxcursors/tuxcursors.changes 2012-09-04 01:34:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tuxcursors.new.31432/tuxcursors.changes 2023-03-16 22:59:51.355903727 +0100 @@ -1,0 +2,5 @@ +Thu Mar 16 13:58:20 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tuxcursors.spec ++++++ --- /var/tmp/diff_new_pack.pDVoUs/_old 2023-03-16 22:59:51.887906347 +0100 +++ /var/tmp/diff_new_pack.pDVoUs/_new 2023-03-16 22:59:51.891906367 +0100 @@ -1,7 +1,7 @@ # # spec file for package tuxcursors # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,40 +12,37 @@ # 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/ # Name: tuxcursors -Summary: Tux Cursors! -License: GPL-2.0 -Group: System/X11/Icons Version: 0.5 Release: 0 +Summary: Tux Cursors! +License: GPL-2.0-only Source: tuxcursors-0.5.tar.bz2 Source1: tuxcursors.sh BuildRequires: xcursorgen -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description A cursor set that has nice animated penguins. %prep -%setup -n tuxcursors +%autosetup -n tuxcursors %build ./build.sh %install -mkdir -p $RPM_BUILD_ROOT/usr/share/icons -cp -a tuxcursors $RPM_BUILD_ROOT/usr/share/icons -install -m 755 -D %{S:1} $RPM_BUILD_ROOT/usr/bin/%{name} +mkdir -p %{buildroot}%{_datadir}/icons +cp -a tuxcursors %{buildroot}%{_datadir}/icons +install -m 755 -D %{SOURCE1} %{buildroot}%{_bindir}/%{name} %files -%defattr(-,root,root) -/usr/share/icons/tuxcursors -/usr/bin/tuxcursors -%doc LICENSE COPYING +%license LICENSE COPYING +%{_bindir}/tuxcursors +%{_datadir}/icons/tuxcursors %changelog