RC1
This commit is contained in:
parent
6c1ce3795f
commit
a814bcf8a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ inkscape.tar.bz2
|
||||
/inkscape-INKSCAPE_1_0_BETA.tar.bz2
|
||||
/inkscape-1.0beta1.tar.bz2
|
||||
/inkscape-INKSCAPE_1_0_BETA2.tar.bz2
|
||||
/inkscape-INKSCAPE_1_0_RC1.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: inkscape
|
||||
Version: 1.0
|
||||
Release: 0.beta%{?dist}.5
|
||||
Release: 0.rc1%{?dist}
|
||||
Summary: Vector-based drawing program using SVG
|
||||
|
||||
# Inkscape tags their releases with underscores and in ALLCAPS
|
||||
@ -11,7 +11,7 @@ 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_BETA2.tar.bz2
|
||||
Source0: inkscape-INKSCAPE_1_0_RC1.tar.bz2
|
||||
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
||||
Source2: Fedora-Color-Palette.gpl
|
||||
|
||||
@ -107,7 +107,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n inkscape-INKSCAPE_1_0_BETA2 -p1
|
||||
%autosetup -n inkscape-INKSCAPE_1_0_RC1 -p1
|
||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
||||
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
||||
|
||||
@ -217,6 +217,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/doc/inkscape/copyright
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 11 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.0-0.rc1
|
||||
- 1.0 RC1
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.beta.5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (inkscape-INKSCAPE_1_0_BETA2.tar.bz2) = b4e781c5d057afeacb82bcfdbf7760583348b0017950b90c166a0ff7d0ce8497ac3059523ae641f2884450c7af4ebbb434aa8b005a8a0fb66f8af5416a1ac05f
|
||||
SHA512 (inkscape-INKSCAPE_1_0_RC1.tar.bz2) = 05be5a29bb1e64bdada266409a5ca090418871bc082284dc85f0aed4b892224649e170106221a73834ef87cffe50e22f47b2fb0cb960c06e9833e007995a028e
|
||||
|
Loading…
Reference in New Issue
Block a user