Accepting request 893437 from home:dirkmueller:Factory

- modernize spec-file (move license to licensedir, add source url)

OBS-URL: https://build.opensuse.org/request/show/893437
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/gccmakedep?expand=0&rev=6
This commit is contained in:
Stefan Dirsch 2021-05-16 10:55:03 +00:00 committed by Git OBS Bridge
parent 620e0e5b6e
commit 1639caf256
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 16 08:33:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernize spec-file (move license to licensedir, add source url)
-------------------------------------------------------------------
Thu May 22 16:10:08 UTC 2014 - tobias.johannes.klausmann@mni.thm.de

View File

@ -1,7 +1,7 @@
#
# spec file for package gccmakedep
#
# Copyright (c) 2014 SUSE LINUX Products 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,12 +22,10 @@ Release: 0
Summary: Utility to list the resource database of an X application
License: MIT
Group: Development/Tools/Building
Url: http://xorg.freedesktop.org/
#Source URL: http://xorg.freedesktop.org/releases/individual/util/
Source0: %{name}-%{version}.tar.bz2
URL: https://xorg.freedesktop.org/
Source0: https://www.x.org/releases/individual/util/%{name}-%{version}.tar.bz2
# This was part of the xorg-x11-util-devel package up to version 7.6
Conflicts: xorg-x11-util-devel <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@ -40,14 +38,14 @@ which object files must be recompiled when a dependency has changed.
%build
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%files
%defattr(-,root,root)
%doc ChangeLog COPYING
%license COPYING
%doc ChangeLog
%{_bindir}/gccmakedep
%{_mandir}/man1/gccmakedep.1%{?ext_man}