Sync from SUSE:SLFO:Main gccmakedep revision ae0f77d99e77eb0638998bd23dc35561
This commit is contained in:
commit
53611d3fa4
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
gccmakedep-1.0.3.tar.bz2
(Stored with Git LFS)
Normal file
BIN
gccmakedep-1.0.3.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
18
gccmakedep.changes
Normal file
18
gccmakedep.changes
Normal file
@ -0,0 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 1.0.3:
|
||||
This release fixes gccmakedep with GNU cpp versions newer than
|
||||
4.7, by no longer using cpp to generate the gccmakedep script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Split gccmakedep from xorg-x11-util-devel.
|
||||
Initial version: 1.0.2.
|
||||
|
52
gccmakedep.spec
Normal file
52
gccmakedep.spec
Normal file
@ -0,0 +1,52 @@
|
||||
#
|
||||
# spec file for package gccmakedep
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gccmakedep
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Summary: Utility to list the resource database of an X application
|
||||
License: MIT
|
||||
Group: Development/Tools/Building
|
||||
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
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The gccmakedep program calls 'gcc -M' to output makefile rules
|
||||
describing the dependencies of each sourcefile, so that make knows
|
||||
which object files must be recompiled when a dependency has changed.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog
|
||||
%{_bindir}/gccmakedep
|
||||
%{_mandir}/man1/gccmakedep.1%{?ext_man}
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user