Switch to tarball with all components.
This commit is contained in:
parent
a814bcf8a0
commit
1327aa3e0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@ inkscape.tar.bz2
|
||||
/inkscape-1.0beta1.tar.bz2
|
||||
/inkscape-INKSCAPE_1_0_BETA2.tar.bz2
|
||||
/inkscape-INKSCAPE_1_0_RC1.tar.bz2
|
||||
/inkscape-1.0rc1_2020-04-09_09960d6f05.tar.xz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: inkscape
|
||||
Version: 1.0
|
||||
Release: 0.rc1%{?dist}
|
||||
Release: 0.rc1%{?dist}.1
|
||||
Summary: Vector-based drawing program using SVG
|
||||
|
||||
# Inkscape tags their releases with underscores and in ALLCAPS
|
||||
@ -11,7 +11,8 @@ Summary: Vector-based drawing program using SVG
|
||||
License: GPLv2+ and CC-BY
|
||||
URL: https://inkscape.org/
|
||||
#Source0: https://gitlab.com/inkscape/-/archive/%%{repotag}/%%{name}-%%{repotag}.tar.bz2
|
||||
Source0: inkscape-INKSCAPE_1_0_RC1.tar.bz2
|
||||
Source0: https://inkscape.org/gallery/item/18046/inkscape-1.0rc1_2020-04-09_09960d6f05.tar.xz
|
||||
|
||||
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
||||
Source2: Fedora-Color-Palette.gpl
|
||||
|
||||
@ -107,7 +108,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n inkscape-INKSCAPE_1_0_RC1 -p1
|
||||
%autosetup -n inkscape-1.0rc1_2020-04-09_09960d6f05 -p1
|
||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
||||
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
||||
|
||||
@ -217,6 +218,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/doc/inkscape/copyright
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.0-0.rc1.1
|
||||
- Download version with extensions.
|
||||
|
||||
* Sat Apr 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.0-0.rc1
|
||||
- 1.0 RC1
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (inkscape-INKSCAPE_1_0_RC1.tar.bz2) = 05be5a29bb1e64bdada266409a5ca090418871bc082284dc85f0aed4b892224649e170106221a73834ef87cffe50e22f47b2fb0cb960c06e9833e007995a028e
|
||||
SHA512 (inkscape-1.0rc1_2020-04-09_09960d6f05.tar.xz) = 13e14a6dad1e89e6edf7c0197c43506d127b2e5136a2d8d931ad5ea0671b65b3feed5baf2f631b1a4b8095f285c19ffe5170904c9ce5e3e484d00ca2f0800b89
|
||||
|
||||
Loading…
Reference in New Issue
Block a user