1.0 Beta
This commit is contained in:
parent
1ddaf8ed96
commit
d9b7a1daa3
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ inkscape.tar.bz2
|
||||
/inkscape-INKSCAPE_0_92_3.tar.bz2
|
||||
/inkscape-INKSCAPE_0_92_4.tar.bz2
|
||||
/inkscape-master.tar.gz
|
||||
/inkscape-INKSCAPE_1_0_BETA.tar.bz2
|
||||
|
||||
@ -1,19 +0,0 @@
|
||||
--- inkscape-master/org.inkscape.Inkscape.appdata.xml.in.orig 2019-08-26 13:18:13.000000000 +0200
|
||||
+++ inkscape-master/org.inkscape.Inkscape.appdata.xml.in 2019-09-09 15:59:48.404305790 +0200
|
||||
@@ -51,16 +51,6 @@
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
- <release version="1.0-alpha2" date="2019-06-02">
|
||||
- <description>
|
||||
- <p>This is the second public alpha release of Inkscape 1.0! This package is intended to test against regressions, try new features, and get a taste of the future of Inkscape!</p>
|
||||
- </description>
|
||||
- </release>
|
||||
- <release version="1.0-alpha" date="2019-01-04">
|
||||
- <description>
|
||||
- <p>This is the first public alpha release of Inkscape 1.0! This package is intended to test against regressions, try new features, and get a taste of the future of Inkscape!</p>
|
||||
- </description>
|
||||
- </release>
|
||||
<release version="0.92.3" date="2018-03-23">
|
||||
<description>
|
||||
<ul>
|
||||
@ -1,8 +1,8 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: inkscape
|
||||
Version: 0.92.4
|
||||
Release: 12.git179c1e14%{?dist}
|
||||
Version: 1.0
|
||||
Release: 0.beta%{?dist}
|
||||
Summary: Vector-based drawing program using SVG
|
||||
|
||||
# Inkscape tags their releases with underscores and in ALLCAPS
|
||||
@ -11,13 +11,10 @@ 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-master.tar.gz
|
||||
Source0: inkscape-INKSCAPE_1_0_BETA.tar.bz2
|
||||
# Fedora Color Palette, GIMP format, CC-BY 3.0
|
||||
Source2: Fedora-Color-Palette.gpl
|
||||
|
||||
# Make appdata validation pass
|
||||
Patch0: inkscape-appdata.patch
|
||||
|
||||
Provides: bundled(libcroco)
|
||||
Provides: bundled(libgdl)
|
||||
|
||||
@ -110,7 +107,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n inkscape-master -p1
|
||||
%autosetup -n inkscape-INKSCAPE_1_0_BETA -p1
|
||||
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" .
|
||||
find . -name CMakeLists.txt | xargs sed -i 's|COMMAND python |COMMAND %{__python3} |g'
|
||||
|
||||
@ -219,6 +216,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/doc/inkscape/copyright
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 09 2019 Gwyn Ciesla <gwync@protonmail.com> - 1.0-0.beta
|
||||
- 1.0 beta
|
||||
|
||||
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 0.92.4-12.git179c1e14
|
||||
- Use upstream appdata
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (inkscape-master.tar.gz) = c1a6dbb286de67ada57e389403ff9dbc50b9cb4a18b472690f658bc88cc19f0b8560ac9a1837195badcd6b22f669747d98048b7627a32bb15a0039e28dd59f27
|
||||
SHA512 (inkscape-INKSCAPE_1_0_BETA.tar.bz2) = 71ea1212c406a1d95183c098703c0732f18daa63634e45ea2be5b649edeb2fbafbb8779ae539e06a23c38d1cc9d0d22e882f902e150efae64cfb55165a27d64c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user