- Fix upstream urls
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=72
This commit is contained in:
parent
0510ef4c32
commit
82934d21e9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 08:36:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Fix upstream urls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 1 16:35:56 UTC 2019 - <l.lunak@centrum.cz>
|
Wed May 1 16:35:56 UTC 2019 - <l.lunak@centrum.cz>
|
||||||
|
|
||||||
|
@ -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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -23,8 +23,8 @@ Summary: A Fast C/C++ Compiler Cache
|
|||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
URL: https://ccache.dev/
|
URL: https://ccache.dev/
|
||||||
Source0: https://github.com/ccache/ccache/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz#/%{name}-%{version}.tar.xz
|
||||||
Source1: https://github.com/ccache/ccache/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
Source1: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Provides: distcc:%{_bindir}/ccache
|
Provides: distcc:%{_bindir}/ccache
|
||||||
|
Loading…
Reference in New Issue
Block a user