From 31e48cbf6eefaab52f758e9a9245c0de4fd9f8857e79289a7a7b752e0f27aaa7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 13 Mar 2021 12:11:23 +0000 Subject: [PATCH] Accepting request 878647 from home:dirkmueller:Factory - refresh spec file (move license file) OBS-URL: https://build.opensuse.org/request/show/878647 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xmag?expand=0&rev=9 --- xmag.changes | 5 +++++ xmag.spec | 15 +++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/xmag.changes b/xmag.changes index 3c3c9d6..7cf4961 100644 --- a/xmag.changes +++ b/xmag.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 12 21:55:31 UTC 2021 - Dirk Müller + +- refresh spec file (move license file) + ------------------------------------------------------------------- Fri Apr 24 15:03:47 UTC 2015 - sndirsch@suse.com diff --git a/xmag.spec b/xmag.spec index c571719..eb28fd4 100644 --- a/xmag.spec +++ b/xmag.spec @@ -1,7 +1,7 @@ # # spec file for package xmag # -# Copyright (c) 2015 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,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/ # @@ -22,11 +22,11 @@ Release: 0 Summary: Screen magnifier License: X11 Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ +URL: https://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source1: xmag.desktop Source2: xmag.png -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) @@ -35,7 +35,6 @@ BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xt) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xmag displays a magnified snapshot of a portion of an X11 screen. @@ -45,7 +44,7 @@ xmag displays a magnified snapshot of a portion of an X11 screen. %build %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -53,8 +52,8 @@ make %{?_smp_mflags} install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xmag.png %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %{_bindir}/xmag %{_datadir}/applications/xmag.desktop %{_datadir}/pixmaps/xmag.png