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:
parent
620e0e5b6e
commit
1639caf256
@ -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
|
Thu May 22 16:10:08 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gccmakedep
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Summary: Utility to list the resource database of an X application
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: http://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
#Source URL: http://xorg.freedesktop.org/releases/individual/util/
|
Source0: https://www.x.org/releases/individual/util/%{name}-%{version}.tar.bz2
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
|
||||||
# This was part of the xorg-x11-util-devel package up to version 7.6
|
# This was part of the xorg-x11-util-devel package up to version 7.6
|
||||||
Conflicts: xorg-x11-util-devel <= 7.6
|
Conflicts: xorg-x11-util-devel <= 7.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,14 +38,14 @@ which object files must be recompiled when a dependency has changed.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog
|
||||||
%{_bindir}/gccmakedep
|
%{_bindir}/gccmakedep
|
||||||
%{_mandir}/man1/gccmakedep.1%{?ext_man}
|
%{_mandir}/man1/gccmakedep.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user