Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xpinguin for openSUSE:Factory checked in at 2021-03-15 10:56:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xpinguin (Old) and /work/SRC/openSUSE:Factory/.xpinguin.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xpinguin" Mon Mar 15 10:56:32 2021 rev:17 rq:879098 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xpinguin/xpinguin.changes 2018-02-21 14:12:09.236714821 +0100 +++ /work/SRC/openSUSE:Factory/.xpinguin.new.2401/xpinguin.changes 2021-03-15 10:56:33.477370395 +0100 @@ -1,0 +2,6 @@ +Mon Mar 15 08:14:49 UTC 2021 - Martin Pluskal <[email protected]> + +- Enforce usage of optflags +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xpinguin.spec ++++++ --- /var/tmp/diff_new_pack.Vo3nqK/_old 2021-03-15 10:56:33.913371062 +0100 +++ /var/tmp/diff_new_pack.Vo3nqK/_new 2021-03-15 10:56:33.913371062 +0100 @@ -1,7 +1,7 @@ # # spec file for package xpinguin # -# Copyright (c) 2018 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 @@ -12,58 +12,46 @@ # 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: xpinguin -BuildRequires: imake -BuildRequires: update-desktop-files -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xpm) -Summary: The 'Logo' of Linux 2.0 -License: GPL-2.0+ -Group: Amusements/Toys/Graphics Version: 1.0.2 Release: 0 +Summary: The 'Logo' of Linux 2.0 +License: GPL-2.0-or-later +Group: Amusements/Toys/Graphics Source: xpinguin.tar.gz Source1: xpinguin.png Source2: xpinguin.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: imake +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xpm) %description Based on xteddy -- really cute ;-) - - -Authors: --------- - Stefan Gustavson <[email protected]> - Jens Poenisch <[email protected]> - %prep -%setup -n xpinguin +%autosetup -n xpinguin ln -s xpinguin.1 xpinguin.man xmkmf -a %build -make +%make_build CC="cc %{optflags}" %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install install.man -rm -f $RPM_BUILD_ROOT/usr/X11R6/man/man1/xpinguin.1x.gz +%make_install install.man +rm -f %{buildroot}%{_prefix}/X11R6/man/man1/xpinguin.1x.gz %suse_update_desktop_file -i xpinguin Amusement -%clean -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-,root,root) -%_bindir/xpinguin -%_mandir/man1/xpinguin.1x.gz -/usr/share/applications/xpinguin.desktop -/usr/share/pixmaps/xpinguin.png +%{_bindir}/xpinguin +%{_mandir}/man1/xpinguin.1x.gz +%{_datadir}/applications/xpinguin.desktop +%{_datadir}/pixmaps/xpinguin.png %changelog
